[GNC-dev] Building 3.5 package for Disco
John Ralls
jralls at ceridwen.us
Fri May 3 01:05:16 EDT 2019
> On May 2, 2019, at 6:12 PM, Stephen M. Butler <kg7je at arrl.net> wrote:
>
> Did my test of directly building GnC 3.5 on Ubuntu 19.04. Following is
> the <<snipped>> output from cmake and make (taking most defaults). I
> have <<snipped>> what I think are the non-essentials to show some
> warnings that were reported. They may mean nothing but ...
>
>
> steve at SteveLaptop:~/Projects/GnuCash/build-area$ cmake
> -DGTEST_ROOT=/usr/src/googletest/googletesti
> -DGMOCK_ROOT=/usr/src/googletest/googlemock ../gnucash
> -- Using guile-2.0.x
> -- Using guile SRFI-64
> -- Checking for GTEST
> -- Checking for GMOCK
>
> <<snipped>>
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/steve/Projects/GnuCash/build-area
>
>
> steve at SteveLaptop:~/Projects/GnuCash/build-area$ make
> Scanning dependencies of target ChangeLog
> [ 0%] Built target ChangeLog
> Scanning dependencies of target guile-json
>
> <<snipped>>
>
> [ 38%] Linking CXX shared library ../../../lib/libgnc-backend-xml-utils.so
> /usr/bin/ld: CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-backend.cpp.o:
> in function `GncXmlBackend::write_to_file(bool)':
> gnc-xml-backend.cpp:(.text+0x11e6): warning: the use of `mktemp' is
> dangerous, better use `mkstemp' or `mkdtemp'
>
> <<snipped>>
>
> [ 85%] Generating
> ../../../lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/report-collectors.go
> wrote
> `/home/steve/Projects/GnuCash/build-area/lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/report-collectors.go'
>
> Some deprecated features have been used. Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information. Set it to "no" to suppress
> this message.
> [ 85%] Built target scm-report-system-2b
>
> <<snipped -- I think the following was determined to be OK >>
>
> [ 94%] Generating
> ../../../../lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go
>
> (process:30149): gnc.module-WARNING **: 17:53:58.604: Could not locate
> module gnucash/tax/de_DE interface v.0
> wrote
> `/home/steve/Projects/GnuCash/build-area/lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go'
>
> <<snipped>>
>
>
> [100%] Built target swig-gnucash-core
>
> ==========================================================
>
> Do I need to file a bug for any of the above?
Steve,
Nope, those are all either known- or non-problems.
Regards,
John Ralls
More information about the gnucash-devel
mailing list