Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=467405 Erik van Pienbroek <erik-fedora@xxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erik-fedora@xxxxxxxxxxxxxxx Bug 467405 depends on bug 467398, which changed state. Bug 467398 Summary: Review Request: mingw32-gettext - GNU libraries and utilities for producing multi-lingual messages https://bugzilla.redhat.com/show_bug.cgi?id=467398 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Resolution| |NEXTRELEASE Status|ASSIGNED |CLOSED --- Comment #9 from Erik van Pienbroek <erik-fedora@xxxxxxxxxxxxxxx> 2009-01-23 13:04:24 EDT --- This package doesn't compile anymore on Rawhide (due to the new libtool): Making all in . make[2]: Entering directory `/home/erik/rpmbuild/BUILD/libxml2-2.7.2' /bin/sh ./libtool --tag=CC --mode=compile i686-pc-mingw32-gcc -DHAVE_CONFIG_H -I. -I./include -I./include -DHAVE_WIN32_THREADS -D_REENTRANT -DWIN32 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT SAX.lo -MD -MP -MF .deps/SAX.Tpo -c -o SAX.lo SAX.c ./libtool: line 840: X--tag=CC: command not found ./libtool: line 873: libtool: ignoring unknown tag : command not found ./libtool: line 840: X--mode=compile: command not found ./libtool: line 1007: *** Warning: inferring the mode of operation is deprecated.: command not found ./libtool: line 1008: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ./libtool: line 1151: Xi686-pc-mingw32-gcc: command not found ./libtool: line 1151: X-DHAVE_CONFIG_H: command not found ./libtool: line 1151: X-I.: command not found ./libtool: line 1151: X-I./include: No such file or directory ./libtool: line 1151: X-I./include: No such file or directory ./libtool: line 1151: X-DHAVE_WIN32_THREADS: command not found ./libtool: line 1151: X-D_REENTRANT: command not found ./libtool: line 1151: X-DWIN32: command not found ./libtool: line 1151: X-O2: command not found ./libtool: line 1151: X-g: command not found ./libtool: line 1151: X-pipe: command not found ./libtool: line 1151: X-Wall: command not found ./libtool: line 1151: X-Wp,-D_FORTIFY_SOURCE=2: command not found ./libtool: line 1151: X-fexceptions: command not found ./libtool: line 1151: X--param=ssp-buffer-size=4: command not found ./libtool: line 1151: X-mms-bitfields: command not found ./libtool: line 1151: X-pedantic: command not found ./libtool: line 1151: X-W: command not found ./libtool: line 1151: X-Wformat: command not found ./libtool: line 1151: X-Wunused: command not found ./libtool: line 1151: X-Wimplicit: command not found ./libtool: line 1151: X-Wreturn-type: command not found ./libtool: line 1151: X-Wswitch: command not found ./libtool: line 1151: X-Wcomment: command not found ./libtool: line 1151: X-Wtrigraphs: command not found ./libtool: line 1151: X-Wformat: command not found ./libtool: line 1151: X-Wchar-subscripts: command not found ./libtool: line 1151: X-Wuninitialized: command not found ./libtool: line 1151: X-Wparentheses: command not found ./libtool: line 1151: X-Wshadow: command not found ./libtool: line 1151: X-Wpointer-arith: command not found ./libtool: line 1151: X-Wcast-align: command not found ./libtool: line 1151: X-Wwrite-strings: command not found ./libtool: line 1151: X-Waggregate-return: command not found ./libtool: line 1151: X-Wstrict-prototypes: command not found ./libtool: line 1151: X-Wmissing-prototypes: command not found ./libtool: line 1151: X-Wnested-externs: command not found ./libtool: line 1151: X-Winline: command not found ./libtool: line 1151: X-Wredundant-decls: command not found ./libtool: line 1151: X-MT: command not found ./libtool: line 1151: XSAX.lo: command not found ./libtool: line 1151: X-MD: command not found ./libtool: line 1151: X-MP: command not found ./libtool: line 1151: X-MF: command not found ./libtool: line 1151: X.deps/SAX.Tpo: No such file or directory ./libtool: line 1151: X-c: command not found ./libtool: line 1203: XSAX.lo: command not found ./libtool: line 1208: libtool: compile: cannot determine name of library object from `': command not found make[2]: *** [SAX.lo] Error 1 make[2]: Leaving directory `/home/erik/rpmbuild/BUILD/libxml2-2.7.2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/erik/rpmbuild/BUILD/libxml2-2.7.2' make: *** [all] Error 2 This patch should solve this: --- mingw32-libxml2.spec.orig 2009-01-23 18:47:48.973046793 +0100 +++ mingw32-libxml2.spec 2009-01-23 18:55:02.146767159 +0100 @@ -28,7 +28,9 @@ BuildRequires: mingw32-binutils BuildRequires: mingw32-zlib BuildRequires: mingw32-gettext - +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool %description MinGW Windows libxml2 XML processing library. @@ -37,7 +39,8 @@ %prep %setup -q -n libxml2-%{version} %patch1000 -p1 - +autoreconf +libtoolize %build LDFLAGS="-no-undefined" %{_mingw32_configure} --without-python --with-modules -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review