Created
September 2, 2018 09:46
-
-
Save EBoisseauSierra/fdcdd3a25bfcaa736e997d5e5bf589af to your computer and use it in GitHub Desktop.
Grisbi 1.0.4 Sourceforge install log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ebo@latitude-e6410:~/téléchargements/grisbi-1.0.4$ whereis grisbi | |
grisbi: | |
ebo@latitude-e6410:~/téléchargements/grisbi-1.0.4$ ./configure | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ANSI C header files... (cached) yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld | |
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... gawk | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for gcc... gcc | |
checking whether we are using the GNU Objective C compiler... no | |
checking whether gcc accepts -g... no | |
checking for backtrace... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking dependency style of gcc... gcc3 | |
checking whether make supports nested variables... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... yes | |
checking for dgettext in libc... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking whether NLS is requested... yes | |
checking for intltool >= 0.40.0... 0.51.0 found | |
checking for intltool-update... /usr/bin/intltool-update | |
checking for intltool-merge... /usr/bin/intltool-merge | |
checking for intltool-extract... /usr/bin/intltool-extract | |
checking for xgettext... (cached) /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for msgfmt... (cached) /usr/bin/msgfmt | |
checking for gmsgfmt... (cached) /usr/bin/msgfmt | |
checking for perl... /usr/bin/perl | |
checking for perl >= 5.8.1... 5.26.1 | |
checking for XML::Parser... ok | |
checking for cos in -lm... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for GRISBI... yes | |
checking for XML2... yes | |
checking for OPENSSL... yes | |
checking CUnit/Basic.h usability... no | |
checking CUnit/Basic.h presence... no | |
checking for CUnit/Basic.h... no | |
checking for LIBOFX... yes | |
checking for GOFFICE... yes | |
checking for Mac OS X platform... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating help/Makefile | |
config.status: creating help/C/Makefile | |
config.status: creating help/de/Makefile | |
config.status: creating help/en/Makefile | |
config.status: creating help/fr/Makefile | |
config.status: creating help/fr/image/Makefile | |
config.status: creating help/fr/image/icon/Makefile | |
config.status: creating help/fr/image/screenshot/Makefile | |
config.status: creating pixmaps/Makefile | |
config.status: creating pixmaps/flags/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating share/Makefile | |
config.status: creating share/categories/Makefile | |
config.status: creating share/categories/C/Makefile | |
config.status: creating share/categories/fr/Makefile | |
config.status: creating share/categories/fr_FR/Makefile | |
config.status: creating share/categories/de_DE/Makefile | |
config.status: creating share/categories/de_AT/Makefile | |
config.status: creating share/categories/it/Makefile | |
config.status: creating share/categories/ru/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/tests/Makefile | |
config.status: creating src/plugins/gnucash/Makefile | |
config.status: creating src/plugins/ofx/Makefile | |
config.status: creating src/plugins/openssl/Makefile | |
config.status: creating src/ui/Makefile | |
config.status: creating config.h | |
config.status: executing libtool commands | |
config.status: executing depfiles commands | |
config.status: executing default-1 commands | |
config.status: executing po/stamp-it commands | |
Build with libxml2: yes | |
Build with OpenSSL: yes | |
Build with OFX plugin: yes | |
Build with goffice: yes | |
Build gtk_mac_integration: no | |
CUnit/unit tests support: no | |
Install french user doc: yes | |
ebo@latitude-e6410:~/téléchargements/grisbi-1.0.4$ make -j5 | |
make all-recursive | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
Making all in src | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
Making all in ui | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/ui' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/ui' | |
Making all in plugins/gnucash | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/gnucash' | |
CC gnucash.lo | |
CCLD gnucash.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/gnucash' | |
Making all in plugins/ofx | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/ofx' | |
CC ofx.lo | |
CCLD ofx.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/ofx' | |
Making all in plugins/openssl | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/openssl' | |
CC openssl.lo | |
CCLD openssl.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/openssl' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
CC accueil.lo | |
CC affichage.lo | |
CC affichage_liste.lo | |
CC classement_echeances.lo | |
CC categories_onglet.lo | |
CC csv_parse.lo | |
CC custom_list.lo | |
CC dialog.lo | |
CC erreur.lo | |
CC etats_affiche.lo | |
CC etats_calculs.lo | |
CC etats_config.lo | |
CC etats_csv.lo | |
CC etats_gtktable.lo | |
CC etats_html.lo | |
CC etats_onglet.lo | |
CC etats_support.lo | |
CC export.lo | |
CC export_csv.lo | |
CC fenetre_principale.lo | |
CC file_obfuscate.lo | |
CC file_obfuscate_qif.lo | |
CC go-charmap-sel.lo | |
CC go-optionmenu.lo | |
CC grisbi_osx.lo | |
CC gsb_account.lo | |
CC gsb_account_property.lo | |
CC gsb_archive_config.lo | |
CC gsb_assistant.lo | |
CC gsb_assistant_account.lo | |
CC gsb_assistant_archive.lo | |
CC gsb_assistant_archive_export.lo | |
CC gsb_assistant_file.lo | |
CC gsb_assistant_first.lo | |
CC gsb_assistant_reconcile_config.lo | |
CC gsb_autofunc.lo | |
CC gsb_automem.lo | |
CC gsb_bank.lo | |
CC gsb_category.lo | |
CC gsb_color.lo | |
CC gsb_combo_box.lo | |
CC gsb_calendar.lo | |
CC gsb_calendar_entry.lo | |
CC gsb_currency.lo | |
CC gsb_currency_config.lo | |
CC gsb_currency_link_config.lo | |
CC gsb_data_account.lo | |
CC gsb_data_archive.lo | |
CC gsb_data_archive_store.lo | |
CC gsb_data_bank.lo | |
CC gsb_data_budget.lo | |
CC gsb_data_category.lo | |
CC gsb_data_currency.lo | |
CC gsb_data_currency_link.lo | |
CC gsb_data_form.lo | |
CC gsb_data_fyear.lo | |
CC gsb_data_import_rule.lo | |
CC gsb_data_mix.lo | |
CC gsb_data_partial_balance.lo | |
CC gsb_data_payee.lo | |
CC gsb_data_payment.lo | |
CC gsb_data_print_config.lo | |
CC gsb_data_reconcile.lo | |
CC gsb_data_report.lo | |
CC gsb_data_report_amout_comparison.lo | |
CC gsb_data_report_text_comparison.lo | |
CC gsb_data_scheduled.lo | |
CC gsb_data_transaction.lo | |
CC gsb_debug.lo | |
CC gsb_dirs.lo | |
CC gsb_file.lo | |
CC gsb_file_config.lo | |
CC gsb_file_load.lo | |
CC gsb_file_others.lo | |
CC gsb_file_save.lo | |
CC gsb_file_util.lo | |
CC gsb_form.lo | |
CC gsb_form_config.lo | |
CC gsb_form_scheduler.lo | |
CC gsb_form_transaction.lo | |
CC gsb_form_widget.lo | |
CC gsb_fyear.lo | |
CC gsb_fyear_config.lo | |
CC gsb_locale.lo | |
CC gsb_payment_method.lo | |
CC gsb_payment_method_config.lo | |
CC gsb_real.lo | |
CC gsb_reconcile.lo | |
CC gsb_reconcile_config.lo | |
CC gsb_reconcile_list.lo | |
CC gsb_reconcile_sort_config.lo | |
CC gsb_regex.lo | |
CC gsb_report.lo | |
CC gsb_scheduler.lo | |
CC gsb_scheduler_list.lo | |
CC gsb_select_icon.lo | |
CC gsb_status.lo | |
gsb_select_icon.c: In function ‘gsb_select_icon_create_chaine_base64_from_pixbuf’: | |
gsb_select_icon.c:613:5: warning: ‘gdk_pixdata_from_pixbuf’ is deprecated [-Wdeprecated-declarations] | |
gdk_pixdata_from_pixbuf ( &pixdata, pixbuf, FALSE ); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from gsb_select_icon.c:29:0: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:115:10: note: declared here | |
gpointer gdk_pixdata_from_pixbuf (GdkPixdata *pixdata, | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
gsb_select_icon.c:614:5: warning: ‘gdk_pixdata_serialize’ is deprecated [-Wdeprecated-declarations] | |
str = gdk_pixdata_serialize ( &pixdata, &longueur ); | |
^~~ | |
In file included from gsb_select_icon.c:29:0: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:107:10: note: declared here | |
guint8* gdk_pixdata_serialize (const GdkPixdata *pixdata, | |
^~~~~~~~~~~~~~~~~~~~~ | |
gsb_select_icon.c: In function ‘gsb_select_icon_create_pixbuf_from_chaine_base64’: | |
gsb_select_icon.c:636:5: warning: ‘gdk_pixdata_deserialize’ is deprecated [-Wdeprecated-declarations] | |
gdk_pixdata_deserialize ( &pixdata, longueur, data, NULL ); | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from gsb_select_icon.c:29:0: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:110:10: note: declared here | |
gboolean gdk_pixdata_deserialize (GdkPixdata *pixdata, | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
gsb_select_icon.c:637:5: warning: ‘gdk_pixbuf_from_pixdata’ is deprecated [-Wdeprecated-declarations] | |
pixbuf = gdk_pixbuf_from_pixdata ( &pixdata, TRUE, NULL ); | |
^~~~~~ | |
In file included from gsb_select_icon.c:29:0: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
CC gsb_transactions_list.lo | |
CC gsb_transactions_list_sort.lo | |
CC gtk_combofix.lo | |
CC help.lo | |
CC import.lo | |
CC import_csv.lo | |
CC imputation_budgetaire.lo | |
CC menu.lo | |
CC meta_budgetary.lo | |
CC meta_categories.lo | |
CC meta_payee.lo | |
CC metatree.lo | |
CC navigation.lo | |
CC parametres.lo | |
CC parse_cmdline.lo | |
CC print_dialog_config.lo | |
CC print_report.lo | |
CC print_transactions_list.lo | |
CC print_tree_view_list.lo | |
CC qif.lo | |
CC tiers_onglet.lo | |
CC tip.lo | |
CC traitement_variables.lo | |
CC transaction_list.lo | |
CC transaction_list_select.lo | |
CC transaction_list_sort.lo | |
CC transaction_model.lo | |
CC utils.lo | |
CC utils_buttons.lo | |
CC utils_dates.lo | |
CC utils_editables.lo | |
CC utils_file_selection.lo | |
CC utils_files.lo | |
CC utils_font.lo | |
CC utils_gtkbuilder.lo | |
CC utils_operations.lo | |
CC utils_real.lo | |
CC utils_str.lo | |
CC bet_config.lo | |
CC bet_data.lo | |
CC bet_data_finance.lo | |
CC bet_finance_ui.lo | |
CC bet_future.lo | |
CC bet_graph.lo | |
CC bet_hist.lo | |
CC bet_tab.lo | |
CC main.o | |
CCLD libgrisbi.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CCLD grisbi | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
Making all in po | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/po' | |
MSGFMT cs.gmo | |
MSGFMT da.gmo | |
MSGFMT el.gmo | |
MSGFMT de.gmo | |
MSGFMT eo.gmo | |
MSGFMT es.gmo | |
MSGFMT fa.gmo | |
MSGFMT fr.gmo | |
MSGFMT he.gmo | |
MSGFMT it.gmo | |
MSGFMT lv.gmo | |
MSGFMT nl.gmo | |
MSGFMT pl.gmo | |
MSGFMT pt_BR.gmo | |
MSGFMT ro.gmo | |
MSGFMT ru.gmo | |
MSGFMT zh_CN.gmo | |
MSGFMT sv.gmo | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/po' | |
Making all in pixmaps | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
Making all in flags | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps/flags' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps/flags' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
Making all in help | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
Making all in C | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/C' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/C' | |
Making all in de | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/de' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/de' | |
Making all in en | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/en' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/en' | |
Making all in fr | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
Making all in image | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
Making all in icon | |
make[5]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/icon' | |
make[5]: Nothing to be done for 'all'. | |
make[5]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/icon' | |
Making all in screenshot | |
make[5]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/screenshot' | |
make[5]: Nothing to be done for 'all'. | |
make[5]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/screenshot' | |
make[5]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[5]: Nothing to be done for 'all-am'. | |
make[5]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[4]: Nothing to be done for 'all-am'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
Making all in share | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
Making all in categories | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
Making all in C | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/C' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/C' | |
Making all in de_AT | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_AT' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_AT' | |
Making all in de_DE | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_DE' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_DE' | |
Making all in fr | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr' | |
Making all in fr_FR | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr_FR' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr_FR' | |
Making all in it | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/it' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/it' | |
Making all in ru | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/ru' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/ru' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[4]: Nothing to be done for 'all-am'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
ITMRG grisbi.desktop | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
ebo@latitude-e6410:~/téléchargements/grisbi-1.0.4$ sudo make install | |
Making install in src | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
Making install in ui | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/ui' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/ui' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/ui' | |
/usr/bin/install -c -m 644 bet_graph.ui '/usr/local/share/grisbi/ui' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/ui' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/ui' | |
Making install in plugins/gnucash | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/gnucash' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/gnucash' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/gnucash' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/gnucash' | |
Making install in plugins/ofx | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/ofx' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/ofx' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/ofx' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/ofx' | |
Making install in plugins/openssl | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/openssl' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/openssl' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/openssl' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src/plugins/openssl' | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
/bin/mkdir -p '/usr/local/bin' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c grisbi '/usr/local/bin' | |
libtool: install: /usr/bin/install -c grisbi /usr/local/bin/grisbi | |
/bin/mkdir -p '/usr/local/share/mime-info' | |
/usr/bin/install -c -m 644 grisbi.keys grisbi.mime '/usr/local/share/mime-info' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/src' | |
Making install in po | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/po' | |
linguas="cs da de el eo es fa fr he it lv nl pl pt_BR ro ru sv zh_CN "; \ | |
for lang in $linguas; do \ | |
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \ | |
/bin/bash /home/ebo/téléchargements/grisbi-1.0.4/install-sh -d $dir; \ | |
if test -r $lang.gmo; then \ | |
/usr/bin/install -c -m 644 $lang.gmo $dir/grisbi.mo; \ | |
echo "installing $lang.gmo as $dir/grisbi.mo"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$lang.gmo $dir/grisbi.mo; \ | |
echo "installing ./$lang.gmo as" \ | |
"$dir/grisbi.mo"; \ | |
fi; \ | |
if test -r $lang.gmo.m; then \ | |
/usr/bin/install -c -m 644 $lang.gmo.m $dir/grisbi.mo.m; \ | |
echo "installing $lang.gmo.m as $dir/grisbi.mo.m"; \ | |
else \ | |
if test -r ./$lang.gmo.m ; then \ | |
/usr/bin/install -c -m 644 ./$lang.gmo.m \ | |
$dir/grisbi.mo.m; \ | |
echo "installing ./$lang.gmo.m as" \ | |
"$dir/grisbi.mo.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/grisbi.mo | |
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/grisbi.mo | |
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/grisbi.mo | |
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/grisbi.mo | |
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/grisbi.mo | |
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/grisbi.mo | |
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/grisbi.mo | |
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/grisbi.mo | |
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/grisbi.mo | |
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/grisbi.mo | |
installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/grisbi.mo | |
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/grisbi.mo | |
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/grisbi.mo | |
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/grisbi.mo | |
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/grisbi.mo | |
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/grisbi.mo | |
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/grisbi.mo | |
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/grisbi.mo | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/po' | |
Making install in pixmaps | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
Making install in flags | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps/flags' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps/flags' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/pixmaps/grisbi/flags' | |
/usr/bin/install -c -m 644 ADP.png AED.png AFN.png ALL.png AMD.png ANG.png ARS.png ATS.png AUD.png AWG.png AZM.png BAM.png BBD.png BDT.png BEF.png BGN.png BHD.png BHU.png BIF.png BMD.png BND.png BOB.png BRL.png BSD.png BTN.png BWP.png BYB.png BZD.png CAD.png CAM.png CDF.png CHA.png CHF.png CLP.png CNY.png CO_.png COO.png COP.png CRC.png CUP.png '/usr/local/share/pixmaps/grisbi/flags' | |
/usr/bin/install -c -m 644 CVE.png CYP.png CZK.png DEM.png DJF.png DKK.png DOP.png DZD.png ECS.png EEK.png EGP.png ERN.png ESP.png ETB.png EUR.png FIM.png FJD.png FKP.png FRF.png GBP.png GEL.png GHC.png GIP.png GMD.png GNF.png GRD.png GRE.png GTQ.png GWP.png GYD.png HKD.png HNL.png HRK.png HTG.png HUF.png IDR.png IEP.png ILS.png INR.png IQD.png '/usr/local/share/pixmaps/grisbi/flags' | |
/usr/bin/install -c -m 644 IRR.png ISK.png ITL.png JMD.png JOD.png JPY.png KES.png KGS.png KHR.png KIR.png KMF.png KPW.png KRW.png KWD.png KYD.png KZT.png LAK.png LBP.png LIE.png LKR.png LRD.png LSL.png LTL.png LUF.png LVL.png LYD.png MAD.png MDL.png MGF.png MKD.png MMK.png MNT.png MOP.png MRO.png MTL.png MUR.png MVR.png MWK.png MXP.png MYR.png '/usr/local/share/pixmaps/grisbi/flags' | |
/usr/bin/install -c -m 644 MZM.png NAD.png NAU.png NGN.png NIG.png NIO.png NLG.png NOK.png NPR.png NZD.png OMR.png PAB.png PEN.png PGK.png PHP.png PKR.png PLN.png PTE.png PYG.png QAR.png ROL.png RUR.png RWF.png SAN.png SAR.png SBD.png SCR.png SDD.png SEK.png SEN.png SGD.png SHP.png SIT.png SKK.png SLC.png SLL.png SOS.png SRD.png STD.png SVC.png '/usr/local/share/pixmaps/grisbi/flags' | |
/usr/bin/install -c -m 644 SYP.png SZL.png THB.png TJS.png TMM.png TND.png TOP.png TPE.png TRL.png TTD.png TUV.png TWD.png TZS.png UAH.png UGX.png USD.png UYU.png UZS.png VAT.png VEB.png VND.png VUV.png WST.png XPF.png YER.png YUM.png YUV.png ZAR.png ZMK.png ZWD.png '/usr/local/share/pixmaps/grisbi/flags' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps/flags' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps/flags' | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/icons/hicolor/scalable/apps' | |
/usr/bin/install -c -m 644 grisbi.svg '/usr/local/share/icons/hicolor/scalable/apps' | |
/bin/mkdir -p '/usr/local/share/pixmaps/grisbi' | |
/usr/bin/install -c -m 644 ac_asset.png ac_bank.png ac_bank_16.png ac_cash.png ac_home.png ac_liability.png ac_liability_16.png addresses.png amount.png archive.png archive_24.png archives.png balance_estimate.png banks.png budgetary_lines.png bug.png categories.png comments.png currencies.png delete.png exec.png files.png financial-years.png fonts.png form.png generalities.png graph-histo.png graph-line.png graph-sectors.png grille.png grisbi-logo.png grisbi.png grisbi.svg hide_r.png impexp.png importlg.png import.png locale.png new-categ.png new-ib.png '/usr/local/share/pixmaps/grisbi' | |
/usr/bin/install -c -m 644 new-payee.png new-report.png new-scheduled.png new-sub-categ.png new-sub-ib.png new-transaction.png organization.png payees.png payeeslg.png payeesmg.png payment.png reconat.png reconciliationlg.png reconciliation.png reports.png scheduler.png show_r.png text.png title.png toolbar.png transaction-list.png transdisplay.png transfer.png warnings.png delete.png '/usr/local/share/pixmaps/grisbi' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/pixmaps' | |
Making install in help | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
Making install in C | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/C' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/C' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/C' | |
/usr/bin/install -c -m 644 topic.dat contents_motif.gif next_motif.gif previous_motif.gif grisbi-manuel.html quickstart.html translation.html '/usr/local/share/doc/grisbi/C' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/C' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/C' | |
Making install in de | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/de' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/de' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/de' | |
/usr/bin/install -c -m 644 topic.dat contents_motif.gif next_motif.gif previous_motif.gif grisbi-manuel.html quickstart.html translation.html '/usr/local/share/doc/grisbi/de' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/de' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/de' | |
Making install in en | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/en' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/en' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/en' | |
/usr/bin/install -c -m 644 topic.dat contents_motif.gif next_motif.gif previous_motif.gif grisbi-manuel.html quickstart.html translation.html '/usr/local/share/doc/grisbi/en' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/en' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/en' | |
Making install in fr | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
Making install in image | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
Making install in icon | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/icon' | |
make[5]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/icon' | |
make[5]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/fr/image/icon' | |
/usr/bin/install -c -m 644 comments.png contents_motif.gif display_1line.png display_2lines.png display_3lines.png display_4lines.png display_large.png display_medium.png display_small.png form_close.png form_open.png grisbi.png next_motif.gif previous_motif.gif properties.png rec_mask.png rec_show.png transactions.png tree_1branch.png tree_2branch.png tree_3branch.png tree_close.png '/usr/local/share/doc/grisbi/fr/image/icon' | |
make[5]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/icon' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/icon' | |
Making install in screenshot | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/screenshot' | |
make[5]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/screenshot' | |
make[5]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/fr/image/screenshot' | |
/usr/bin/install -c -m 644 account_new_creation.png account_new_name.png account_new_properties.png asso_account_creation.png asso_accounts_closing.png asso_accounts_reopening.png asso_afterOpening.png asso_analyticExpenses.png asso_balanceSheet.png asso_chargesProductsClosing.png asso_chargesProducts.png asso_drink_expense.png asso_ink_expense.png asso_renew.png bankcard_defferedAccount.png budget_amortization.png budgetarylines_delete.png budgetarylines_infos.png budgetarylines_list.png budgetarylines_management.png budgetarylines_new.png budgetarylines_transfer.png budget_estimate_context.png budget_estimate.png budget_historical_data.png budget_insert_line.png categories_delete.png categories_infos.png categories_list.png categories_management.png categories_new.png categories_transfer.png credit_amortization.png credit_simulation.png datamanagement_history_create.png datamanagement_history_line.png home.png planned_transactions_calendar.png planned_transactions_context.png planned_transactions_delete.png '/usr/local/share/doc/grisbi/fr/image/screenshot' | |
/usr/bin/install -c -m 644 planned_transactions_display_custom.png planned_transactions_display.png planned_transactions_form.png planned_transactions_frequency_custom.png planned_transactions_list_comments.png planned_transactions_list.png QIF_export.png QIF_import_files.png QIF_import_files_setup.png reconciliation_infos.png reconciliation_list.png reportcreation_datas_accounts.png reportcreation_datas_amounts.png reportcreation_datas_budgetlines.png reportcreation_datas_categories.png reportcreation_datas_dates.png reportcreation_datas_financialyear.png reportcreation_datas_misc.png reportcreation_datas_modes.png reportcreation_datas_multiplesAmounts.png reportcreation_datas_multiplesText.png reportcreation_datas.png reportcreation_datas_text.png reportcreation_datas_thirdparts.png reportcreation_datas_transfers.png reportcreation_display_currencies.png reportcreation_display_main.png reportcreation_display_titles.png reportcreation_display_transactions.png reportcreation_new.png reportcreation_organisation_grouping.png reportcreation_organisation_separation.png reports_display.png setup_adresses.png setup_bank.png setup_budget_data1.png setup_budget_dataBank.png setup_budget_dataCash.png setup_budget_dataLiability.png setup_budget_general.png '/usr/local/share/doc/grisbi/fr/image/screenshot' | |
/usr/bin/install -c -m 644 setup_currencies.png setup_enterHelp.png setup_exchangerate.png setup_files.png setup_financialyear.png setup_fonts_logo.png setup_formBehaviour.png setup_history.png setup_home.png setup_importLinks.png setup_import.png setup_listBehaviour.png setup_listCells.png setup_messages_alerts.png setup_messagesDelete.png setup_modes.png setup_plannedtransactions.png setup_programs.png setup_reconciliation.png setup_reconciliation_sort.png setup_sections.png setup_thirdCategories.png setup_toolbar.png setup_transactions_form.png start_account_choice.png start_file_create.png thirdparties_delete.png thirdparties_infos.png thirdparties_list.png thirdparties_new.png transactions_breakdown_complete.png transactions_breakdown_confirm.png transactions_breakdown_end.png transactions_breakdown_oneLine.png transactions_breakdown.png transactions_breakdown_sub1.png transactions_breakdown_sub2.png transactions_breakdown_sub3.png transactions_calendar.png transactions_changeRate.png '/usr/local/share/doc/grisbi/fr/image/screenshot' | |
/usr/bin/install -c -m 644 transactions_contextMenu.png transactions_form.png transactions_list.png '/usr/local/share/doc/grisbi/fr/image/screenshot' | |
make[5]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/screenshot' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image/screenshot' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[5]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[5]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/fr/image' | |
/usr/bin/install -c -m 644 manuel-logo.png '/usr/local/share/doc/grisbi/fr/image' | |
make[5]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr/image' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/doc/grisbi/fr' | |
/usr/bin/install -c -m 644 grisbi-manuel.css topic.dat contents_motif.gif next_motif.gif previous_motif.gif grisbi-manuel.html grisbi-manuel001.html grisbi-manuel002.html grisbi-manuel003.html grisbi-manuel004.html grisbi-manuel005.html grisbi-manuel006.html grisbi-manuel007.html grisbi-manuel008.html grisbi-manuel009.html grisbi-manuel010.html grisbi-manuel011.html grisbi-manuel012.html grisbi-manuel013.html grisbi-manuel014.html grisbi-manuel015.html grisbi-manuel016.html grisbi-manuel017.html grisbi-manuel018.html grisbi-manuel019.html grisbi-manuel020.html grisbi-manuel021.html grisbi-manuel022.html grisbi-manuel023.html grisbi-manuel024.html grisbi-manuel025.html index.html quickstart.html translation.html '/usr/local/share/doc/grisbi/fr' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help/fr' | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/help' | |
Making install in share | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
Making install in categories | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
Making install in C | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/C' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/C' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/C' | |
/usr/bin/install -c -m 644 00_general.cgsb empty.cgsb '/usr/local/share/grisbi/categories/C' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/C' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/C' | |
Making install in de_AT | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_AT' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_AT' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/de_AT' | |
/usr/bin/install -c -m 644 keine.cgsb kontenplan.cgsb minimal.cgsb standard.cgsb '/usr/local/share/grisbi/categories/de_AT' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_AT' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_AT' | |
Making install in de_DE | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_DE' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_DE' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/de_DE' | |
/usr/bin/install -c -m 644 keine.cgsb minimal.cgsb standard.cgsb '/usr/local/share/grisbi/categories/de_DE' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_DE' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/de_DE' | |
Making install in fr | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/fr' | |
/usr/bin/install -c -m 644 00_general.cgsb empty.cgsb liberal.cgsb '/usr/local/share/grisbi/categories/fr' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr' | |
Making install in fr_FR | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr_FR' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr_FR' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/fr_FR' | |
/usr/bin/install -c -m 644 plan-comptable.cgsb plan-associatif-simplifie.cgsb '/usr/local/share/grisbi/categories/fr_FR' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr_FR' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/fr_FR' | |
Making install in it | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/it' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/it' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/it' | |
/usr/bin/install -c -m 644 00_general.cgsb empty.cgsb '/usr/local/share/grisbi/categories/it' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/it' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/it' | |
Making install in ru | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/ru' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/ru' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/grisbi/categories/ru' | |
/usr/bin/install -c -m 644 00_general.cgsb empty.cgsb '/usr/local/share/grisbi/categories/ru' | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/ru' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories/ru' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[4]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share/categories' | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[3]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/applications' | |
/usr/bin/install -c -m 644 grisbi.desktop '/usr/local/share/applications' | |
/bin/mkdir -p '/usr/local/share/mime/packages' | |
/usr/bin/install -c -m 644 grisbi.xml '/usr/local/share/mime/packages' | |
make[3]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4/share' | |
make[1]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
make[2]: Entering directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/usr/local/share/man/man1' | |
/usr/bin/install -c -m 644 grisbi.1 '/usr/local/share/man/man1' | |
make[2]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
make[1]: Leaving directory '/home/ebo/téléchargements/grisbi-1.0.4' | |
ebo@latitude-e6410:~/téléchargements/grisbi-1.0.4$ grisbi | |
grisbi: error while loading shared libraries: libofx.so.6: cannot open shared object file: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment