Re: [GNC-dev] Build failure

Alex Aycinena <[email protected]>
Newsgroups gmane.comp.gnome.apps.gnucash.devel
Message-ID <CACm7B=1XD0y4z-7zhmUXh88kkYJLNyGBqrnniJZO2Zw1pBccvQ@mail.gmail.com>
Bob,

Thanks for your feedback. Based on it, I did a 'git pull' and did a
successful build and installation and gnucash ran. I was having an
intermittent problem like this with F36 as well. Seems like it is not a
gnucash issue at all but something with my environment.

Regards,

Alex

On Mon, Nov 28, 2022 at 7:15 AM Robert Fewell <[email protected]> wrote:

> Alex,
> Just for info I updated my Fedora test VM to 37 and was able to do a clean
> build.
>
> Regards,
> Bob
>
> On Wed, 23 Nov 2022 at 20:06, Alex Aycinena <[email protected]>
> wrote:
>
>> Hello,
>>
>> I was doing a clean build with a new checkout on a Fedora 37 VM and
>> received the following (this was after a partial build that resulted in
>> the
>> terminal window disappearing, so I couldn't see any messages; then I
>> opened
>> a new terminal window and started the build again):
>>
>> [gnucash-dev@HPFedora37VM gnucash-clean-build]$ ninja-build
>> [4/239] Building CXX object
>> gnucash/im...-csv-import.dir/gnc-imp-props-tx.cpp.o
>> FAILED:
>>
>> gnucash/import-export/csv-imp/CMakeFiles/gnc-csv-import.dir/gnc-imp-props-tx.cpp.o
>>
>> /usr/lib64/ccache/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB
>> -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK
>> -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
>> -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB
>> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB
>> -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK
>> -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB
>> -DG_LOG_DOMAIN=\"gnc.import.csv\" -DHAVE_CONFIG_H -DHAVE_GUILE20
>> -D_GNU_SOURCE -Dgnc_csv_import_EXPORTS
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/borrowed/goffice
>>
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/gnucash/import-export/csv-imp
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/gnucash/import-export
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/gnucash/gnome-utils
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/libgnucash/app-utils
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/libgnucash/engine
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean-build/common
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/common
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/borrowed/libc
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean-build/libgnucash/core-utils
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/libgnucash/core-utils
>>
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/libgnucash/app-utils/calculation
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/bindings/guile
>> -I/usr/include/guile/2.0
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/libgnucash/tax
>> -I/home/gnucash-dev/gitcheckouts/gnucash-clean/libgnucash/backend/xml
>> -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include
>> -isystem /usr/include/sysprof-4 -isystem /usr/include/libxml2 -isystem
>> /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem
>> /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem
>> /usr/include/libpng16 -isystem /usr/include/libmount -isystem
>> /usr/include/blkid -isystem /usr/include/fribidi -isystem
>> /usr/include/cairo -isystem /usr/include/pixman-1 -isystem
>> /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gio-unix-2.0 -isystem
>> /usr/include/cloudproviders -isystem /usr/include/atk-1.0 -isystem
>> /usr/include/at-spi2-atk/2.0 -isystem /usr/include/dbus-1.0 -isystem
>> /usr/lib64/dbus-1.0/include -isystem /usr/include/at-spi-2.0
>> -Wno-error=deprecated-declarations  -Werror -Wall -Wmissing-declarations
>> -Wno-unused -Wno-error=parentheses  -g -fPIC -pthread -std=c++17 -MD -MT
>>
>> gnucash/import-export/csv-imp/CMakeFiles/gnc-csv-import.dir/gnc-imp-props-tx.cpp.o
>> -MF
>>
>> gnucash/import-export/csv-imp/CMakeFiles/gnc-csv-import.dir/gnc-imp-props-tx.cpp.o.d
>> -o
>>
>> gnucash/import-export/csv-imp/CMakeFiles/gnc-csv-import.dir/gnc-imp-props-tx.cpp.o
>> -c
>>
>> /home/gnucash-dev/gitcheckouts/gnucash-clean/gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp
>> c++: fatal error: Killed signal terminated program cc1plus
>> compilation terminated.
>> [6/239] Building CXX object
>> gnucash/im...v-import.dir/gnc-imp-props-price.cpp.o
>> ninja: build stopped: subcommand failed.
>> [gnucash-dev@HPFedora37VM gnucash-clean-build]$
>>
>> Has anyone else seen this? I believe Geert builds on Fedora. Are you
>> having
>> problems? Ayn suggestions?
>>
>> Thanks,
>>
>> Alex
>> _______________________________________________
>> gnucash-devel mailing list
>> [email protected]
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.