GNOME Bugzilla – Bug 330815
Error compiling CVS 2006-02-11
Last modified: 2018-06-29 20:57:43 UTC
rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/src/gnucash-cvs/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in gnucash-design.info gnucash-design.info-[0-9] gnucash-design.info-[0-9][0-9] gnucash-design.i[0-9] gnucash-design.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /usr/src/gnucash-cvs/missing --run makeinfo -I . \ -o gnucash-design.info gnucash-design.texinfo; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./gnucash-design.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc gnucash-design.texinfo:9: @include `version.texi': No such file or directory. gnucash-design.texinfo:27: warning: undefined flag: EDITION. gnucash-design.texinfo:27: warning: undefined flag: UPDATED. gnucash-design.texinfo:28: warning: undefined flag: VERSION. gnucash-design.texinfo:71: warning: undefined flag: EDITION. gnucash-design.texinfo:71: warning: undefined flag: UPDATED. gnucash-design.texinfo:72: warning: undefined flag: VERSION. makeinfo: Removing output file `gnucash-design.info' due to errors; use --force to preserve. make[4]: Leaving directory `/usr/src/gnucash-cvs/src/doc/design' make[3]: Leaving directory `/usr/src/gnucash-cvs/src/doc' make[2]: Leaving directory `/usr/src/gnucash-cvs/src' make[1]: Leaving directory `/usr/src/gnucash-cvs' make[4]: *** [gnucash-design.info] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Can you show me the all the output from autogen through make? (you can leave out the "make" output since you have that already -- but I need everything that happened up until the make).
Here is the output of autogen.sh and configure scripts. **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . deletefiles is Creating ./aclocal.m4 ... (3) Running gettextize... Ignore non-fatal messages. Copying file mkinstalldirs Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Making ./aclocal.m4 writable ... Running intltoolize ... You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'. Running libtoolize... You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Running aclocal -I ./macros ... /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/rep.m4:7: warning: underquoted definition of AM_PATH_REP /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK /usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF /usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC /usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT /usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/share/aclocal/gnet.m4:9: warning: underquoted definition of AM_PATH_GNET /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF /usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE /usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT Running autoheader... Running automake --gnu ... configure.in: installing `./install-sh' configure.in: installing `./missing' lib/glib26/Makefile.am: installing `./depcomp' src/doc/design/Makefile.am:2: installing `src/doc/design/texinfo.tex' Makefile.am: installing `./INSTALL' Makefile.am: installing `./COPYING' /usr/share/automake-1.9/am/tags.am: ctags was already defined in condition !GNC_CTAGS_FILE, which is included in condition TRUE ... Makefile.am:119: ... `ctags' previously defined here Running autoconf ... Skipping configure process. --------------------------------- checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking how to run the C preprocessor... gcc -E checking for egrep... 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes 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 for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... da de el en_GB es es_NI fr hu it ja nb nl pl pt pt_BR ru rw sk sv ta uk zh_CN zh_TW checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /bin/install -c checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... no checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for library containing strerror... none required checking whether byte ordering is bigendian... no checking whether make sets $(MAKE)... (cached) yes checking for ANSI C header files... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stpcpy... yes checking for memcpy... yes checking for timegm... yes checking for towupper... yes checking for setenv... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking ieee754.h usability... yes checking ieee754.h presence... yes checking for ieee754.h... yes checking for random... yes checking for drand48... yes checking for finite... yes checking for memmove... yes checking for mkdtemp... yes checking for uname... yes checking for times... yes checking for sysconf... yes checking for fmin... no checking for the tm_gmtoff member of struct tm... yes checking if scanf supports %lld conversions... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for pkg-config... /usr/bin/pkg-config checking for GLIB - version >= 2.4.0... yes (version 2.8.6) checking for GLIB - version >= 2.6.0... yes checking for dlfcn.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking for locale.h... (cached) yes checking mcheck.h usability... yes checking mcheck.h presence... yes checking for mcheck.h... yes checking for unistd.h... (cached) yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking for dlerror... yes checking for darwin... no checking for qt_null in -lqthreads... no checking for qt_null in -lqt... no checking for main in -ltermcap... no checking for main in -lreadline... no checking for guile-config... yes checking whether guile-config works... yes checking for sin in -lm... yes checking for guile libraries... -lguile -lguile-ltdl -z combreloc -s -lcrypt -lm checking for guile headers... checking whether guile works... yes checking for guile... /usr/bin/guile checking for guile - 1.6 <= version < 99.99.99... yes checking for g-wrap-config... /usr/bin/g-wrap-config checking for g-wrap - version >= 1.3.3... yes checking for g-wrap compile args... -I /usr/include/g-wrap checking for g-wrap link args... -L/usr/lib -lgwrap-wct -lgwrap-glib checking for g-wrap module directory... /usr/share/guile checking if guile long_long is at least as big as gint64... yes checking for scm_long_long2num in -lguile... yes checking if unsigned long is at least as big as guint32... yes checking if guile needs our copy of srfi-1... no checking if guile needs our copy of srfi-11... no checking if guile needs our copy of srfi-19... no checking if guile needs our copy of srfi-2... no checking if guile needs our copy of srfi-8... no checking if guile needs our copy of srfi-9... no checking if guile needs our copy of (guile www)... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GCONF... yes checking for XML... yes checking for LIBXML2... yes checking for xmlElemDump in -lxml2... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking for QOF, version >= 0.6.0... yes ./configure: line 25774: test: =: unary operator expected checking for GOffice and GSF... Yes, using GOffice checking for GSF... yes checking for ART... yes checking for PRINT... yes checking for glib-genmarshal... /usr/bin/glib-genmarshal checking pgsql/libpq-fe.h usability... no checking pgsql/libpq-fe.h presence... no checking for pgsql/libpq-fe.h... no checking postgresql/libpq-fe.h usability... no checking postgresql/libpq-fe.h presence... no checking for postgresql/libpq-fe.h... no checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking for libpq... yes checking for libofx version >= 0.7.0... found 0.8.1 checking for libofx/libofx.h... yes checking for libofx... yes checking if aqbanking support desired... yes checking for aqbanking... /usr checking for aqbanking libs... -L/usr/lib -laqbanking checking for aqbanking C++ libs... -L/usr/lib -laqbankingpp checking for aqbanking includes... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking for aqbanking plugins... /usr/lib/aqbanking/plugins/14 checking for aqbanking data... /usr/share/aqbanking checking if aqbanking test desired... yes checking for AqBanking version >=1.0.0.0... found 1.9.7.0 checking ktoblzcheck.h usability... no checking ktoblzcheck.h presence... no checking for ktoblzcheck.h... no checking for nl_langinfo and D_FMT... yes checking for perl... /usr/bin/perl checking for doxygen... /usr/bin/doxygen checking for dot... /usr/bin/dot checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for poptStrippedArgv in -lpopt... yes checking what warning flags to pass to the C compiler... -Wall -Wunused checking what language compliance flags to pass to the C compiler... checking for GTK... yes checking for GNOME... yes checking for GDK_PIXBUF... yes checking for GNOME_PRINT... yes checking for GLADE... yes checking for GTKHTML... yes checking for pthread_mutex_init... yes checking for strptime... yes checking for localtime_r... yes checking what extra warning flags to pass to the C compiler... -Werror -Wdeclaration-after-statement -Wno-pointer-sign configure: creating ./config.status config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating accounts/Makefile config.status: creating accounts/C/Makefile config.status: creating accounts/da/Makefile config.status: creating accounts/de_CH/Makefile config.status: creating accounts/de_DE/Makefile config.status: creating accounts/el_GR/Makefile config.status: creating accounts/es_ES/Makefile config.status: creating accounts/fr_FR/Makefile config.status: creating accounts/hu_HU/Makefile config.status: creating accounts/it/Makefile config.status: creating accounts/pt_BR/Makefile config.status: creating accounts/pt_PT/Makefile config.status: creating accounts/sk/Makefile config.status: creating accounts/tr_TR/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating intl-scm/Makefile config.status: creating lib/Makefile config.status: creating lib/glib26/Makefile config.status: creating lib/guile-www/Makefile config.status: creating lib/srfi/Makefile config.status: creating lib/libc/Makefile config.status: creating lib/goffice/Makefile config.status: creating lib/goffice/split/Makefile config.status: creating lib/goffice/split/widgets/Makefile config.status: creating lib/goffice/app/Makefile config.status: creating lib/goffice/graph/Makefile config.status: creating lib/goffice/graph/plugins/Makefile config.status: creating lib/goffice/graph/plugins/plot_barcol/Makefile config.status: creating lib/goffice/graph/plugins/plot_pie/Makefile config.status: creating lib/goffice/graph/plugins/plot_radar/Makefile config.status: creating lib/goffice/graph/plugins/plot_surface/Makefile config.status: creating lib/goffice/graph/plugins/plot_xy/Makefile config.status: creating lib/goffice/utils/Makefile config.status: creating lib/goffice/gui-utils/Makefile config.status: creating lib/goffice/drawing/Makefile config.status: creating lib/goffice/pixmaps/Makefile config.status: creating lib/goffice/cut-n-paste/Makefile config.status: creating lib/goffice/cut-n-paste/pcre/Makefile config.status: creating rpm/Makefile config.status: creating src/Makefile config.status: creating src/app-utils/Makefile config.status: creating src/app-utils/test/Makefile config.status: creating src/backend/Makefile config.status: creating src/backend/net/Makefile config.status: creating src/backend/file/Makefile config.status: creating src/backend/file/test/Makefile config.status: creating src/backend/file/test/test-files/Makefile config.status: creating src/backend/file/test/test-files/xml2/Makefile config.status: creating src/backend/qsf/Makefile config.status: creating src/backend/postgres/Makefile config.status: creating src/backend/postgres/test/Makefile config.status: creating src/backend/rpc/Makefile config.status: creating src/bin/Makefile config.status: creating src/bin/overrides/Makefile config.status: creating src/bin/test/Makefile config.status: creating src/core-utils/Makefile config.status: creating src/calculation/Makefile config.status: creating src/calculation/test/Makefile config.status: creating src/doc/Makefile config.status: creating src/doc/design/Makefile config.status: creating src/doc/xml/Makefile config.status: creating src/engine/Makefile config.status: creating src/engine/test/Makefile config.status: creating src/engine/test-core/Makefile config.status: creating src/gnc-module/Makefile config.status: creating src/gnc-module/test/Makefile config.status: creating src/gnc-module/test/mod-foo/Makefile config.status: creating src/gnc-module/test/mod-bar/Makefile config.status: creating src/gnc-module/test/mod-baz/Makefile config.status: creating src/gnc-module/test/misc-mods/Makefile config.status: creating src/gnome/Makefile config.status: creating src/gnome/glade/Makefile config.status: creating src/gnome/schemas/Makefile config.status: creating src/gnome/ui/Makefile config.status: creating src/gnome-utils/Makefile config.status: creating src/gnome-utils/schemas/Makefile config.status: creating src/gnome-utils/test/Makefile config.status: creating src/gnome-utils/ui/Makefile config.status: creating src/gnome-search/Makefile config.status: creating src/import-export/Makefile config.status: creating src/import-export/test/Makefile config.status: creating src/import-export/binary-import/Makefile config.status: creating src/import-export/binary-import/test/Makefile config.status: creating src/import-export/qif-import/Makefile config.status: creating src/import-export/qif/Makefile config.status: creating src/import-export/qif/test/Makefile config.status: creating src/import-export/qif-import/test/Makefile config.status: creating src/import-export/qif-io-core/Makefile config.status: creating src/import-export/qif-io-core/test/Makefile config.status: creating src/import-export/schemas/Makefile config.status: creating src/import-export/ofx/Makefile config.status: creating src/import-export/ofx/test/Makefile config.status: creating src/import-export/mt940/Makefile config.status: creating src/import-export/log-replay/Makefile config.status: creating src/import-export/hbci/Makefile config.status: creating src/import-export/hbci/glade/Makefile config.status: creating src/import-export/hbci/schemas/Makefile config.status: creating src/import-export/hbci/test/Makefile config.status: creating src/network-utils/Makefile config.status: creating src/network-utils/test/Makefile config.status: creating src/optional/Makefile config.status: creating src/optional/swig/Makefile config.status: creating src/optional/swig/examples/Makefile config.status: creating src/pixmaps/Makefile config.status: creating src/quotes/Makefile config.status: creating src/register/Makefile config.status: creating src/register/ledger-core/Makefile config.status: creating src/register/ledger-core/test/Makefile config.status: creating src/register/register-core/Makefile config.status: creating src/register/register-core/test/Makefile config.status: creating src/register/register-gnome/Makefile config.status: creating src/register/register-gnome/test/Makefile config.status: creating src/report/Makefile config.status: creating src/report/report-gnome/Makefile config.status: creating src/report/report-system/Makefile config.status: creating src/report/report-system/test/Makefile config.status: creating src/report/standard-reports/Makefile config.status: creating src/report/standard-reports/test/Makefile config.status: creating src/report/locale-specific/Makefile config.status: creating src/report/locale-specific/us/Makefile config.status: creating src/report/locale-specific/us/test/Makefile config.status: creating src/report/stylesheets/Makefile config.status: creating src/report/stylesheets/test/Makefile config.status: creating src/report/utility-reports/Makefile config.status: creating src/report/utility-reports/test/Makefile config.status: creating src/scm/Makefile config.status: creating src/scm/gnumeric/Makefile config.status: creating src/scm/printing/Makefile config.status: creating src/tax/Makefile config.status: creating src/tax/us/Makefile config.status: creating src/tax/us/test/Makefile config.status: creating src/test-core/Makefile config.status: creating src/business/Makefile config.status: creating src/business/business-core/Makefile config.status: creating src/business/business-core/test/Makefile config.status: creating src/business/business-core/file/Makefile config.status: creating src/business/business-utils/Makefile config.status: creating src/business/dialog-tax-table/Makefile config.status: creating src/business/business-gnome/Makefile config.status: creating src/business/business-gnome/glade/Makefile config.status: creating src/business/business-gnome/schemas/Makefile config.status: creating src/business/business-gnome/ui/Makefile config.status: creating src/business/business-ledger/Makefile config.status: creating src/business/business-reports/Makefile config.status: creating gnucash-config config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands Options detected/selected ------------------------- gnucash version ...... : 1.9.0 Build for host ....... : i686-pc-linux-gnu Extra Warnings ....... : -Werror -Wdeclaration-after-statement -Wno-pointer-sign CPPFLAGS ............. : CFLAGS ............... : -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -DPIC -fPIC -O3 -Wall -Wunused -Werror -Wdeclaration-after-statement -Wno-pointer-sign LDFLAGS .............. : -z combreloc -s QOF support ...........: 0.6.1 QOF location ..........: /usr QOF library dir .......: /usr/lib QOF backend config ....: /usr/share/xml/qof/qsf
Hmm.. What version of autoconf and automake are you using? autoconf --version automake --version Also, what version of texinfo do you have installed?
Also, I have the following in my src/doc/design/Makefile which is what builds the version.texi file. Do you have something similar? $(srcdir)/version.texi: $(srcdir)/stamp-vti $(srcdir)/stamp-vti: gnucash-design.texinfo $(top_srcdir)/configure @(dir=.; test -f ./gnucash-design.texinfo || dir=$(srcdir); \ set `$(SHELL) $(srcdir)/mdate-sh $$dir/gnucash-design.texinfo`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp @cmp -s vti.tmp $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi"; \ cp vti.tmp $(srcdir)/version.texi) -@rm -f vti.tmp @cp $(srcdir)/version.texi $@
Also, is this really "CVS" or rather "SVN"? We switched to SVN last November, so please don't use the code from CVS. See http://wiki.gnucash.org/wiki/Subversion .
Yes the package pulls from cvs. root@pheuri:/var/lib/sorcery/codex# gaze installed autoconf autoconf: 2.59 root@pheuri:/var/lib/sorcery/codex# gaze installed texinfo texinfo: 4.8 root@pheuri:/var/lib/sorcery/codex# gaze installed automake automake: 1.9.6 root@pheuri:/var/lib/sorcery/codex# gaze installed automake-1.8 automake-1.8: 1.8.5 root@pheuri:/var/lib/sorcery/codex# gaze installed automake-1.7 automake-1.7: 1.7.9 root@pheuri:/var/lib/sorcery/codex# gaze installed automake-1.4 automake-1.4: 1.4-p6 Yes that is in the Makefile gnucash-design.html: gnucash-design.texinfo $(srcdir)/version.texi $(gnucash_design_TEXINFOS) $(srcdir)/version.texi: # $(srcdir)/stamp-vti $(srcdir)/stamp-vti: gnucash-design.texinfo $(top_srcdir)/configure @(dir=.; test -f ./gnucash-design.texinfo || dir=$(srcdir); \ set `$(SHELL) $(srcdir)/mdate-sh $$dir/gnucash-design.texinfo`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp @cmp -s vti.tmp $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi"; \ cp vti.tmp $(srcdir)/version.texi) -@rm -f vti.tmp @cp $(srcdir)/version.texi $@ mostlyclean-vti:
> Yes the package pulls from cvs. It's pulling from CVS, not Subversion? You need to fix that. The CVS tree is dead and the data only exists for historical purposes. All current development is in SVN. If you're actually pulling from CVS the you have the wrong source tree and I will have to close this bug.
Okay coverted the package to get the svn no getting a different error. Making all in engine make[3]: Entering directory `/usr/src/gnucash-svn/src/engine' /usr/bin/make all-recursive make[4]: Entering directory `/usr/src/gnucash-svn/src/engine' Making all in . make[5]: Entering directory `/usr/src/gnucash-svn/src/engine' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../.. -I../../lib/libc -I../../src/core-utils -I../../src -I../../src/gnc-module -I../../src/business/business-core/ -I../../lib/libqof/qof -DGNUCASH -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I /usr/include/g-wrap -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -DPIC -fPIC -O3 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror -Wdeclaration-after-statement -Wno-pointer-sign -MT gw-engine.lo -MD -MP -MF ".deps/gw-engine.Tpo" -c -o gw-engine.lo gw-engine.c; \ then mv -f ".deps/gw-engine.Tpo" ".deps/gw-engine.Plo"; else rm -f ".deps/gw-engine.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../.. -I../../lib/libc -I../../src/core-utils -I../../src -I../../src/gnc-module -I../../src/business/business-core/ -I../../lib/libqof/qof -DGNUCASH -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I /usr/include/g-wrap -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -DPIC -fPIC -O3 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror -Wdeclaration-after-statement -Wno-pointer-sign -MT gw-engine.lo -MD -MP -MF .deps/gw-engine.Tpo -c gw-engine.c -fPIC -DPIC -o .libs/gw-engine.o cc1: warnings being treated as errors gw-engine.c: In function 'gw__tmp426_xaccQueryAddDateMatch_wrapper': gw-engine.c:16599: warning: 'gw__scm_extras[0]' is used uninitialized in this function make[5]: *** [gw-engine.lo] Error 1 make[5]: Leaving directory `/usr/src/gnucash-svn/src/engine' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/gnucash-svn/src/engine' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/gnucash-svn/src/engine' make[2]: Leaving directory `/usr/src/gnucash-svn/src' make[1]: Leaving directory `/usr/src/gnucash-svn'
This one's easy.. you're compiling with gcc4 but using g-wrap 1.3.4. Upgrade to g-wrap 1.9.6 or downgrade to gcc3. This particular bug has already been reported, so I'm closing this bug to reflect that. Further information can be found in bug #330615. *** This bug has been marked as a duplicate of 330615 ***
Where is 1.9.6 as only see 1.3.4...
Please send followups to bug #330615. g-wrap 1.9.6 is available in many forms depending on your system. Followup there, or ask on the mailing list.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=330815. Please update any external references or bookmarks.