[opensuse-buildservice] builderror in the buildserver for apt client
rpm -qf /usr/lib/pkgconfig/libxml-2.0.pc
question about a builderror in buildserver for the apt client. The package builds fine on my home system, but the buildserver configure script fails with: checking for RPM libraries... -lrpm -lrpmdb -lrpmio -lz -lbz2 -lpopt ./configure: line 21210: syntax error near unexpected token `LIBXML2,libxml-2.0' ./configure: line 21210: `PKG_CHECK_MODULES(LIBXML2,libxml-2.0 >= 2.4)' error: Bad exit status from /var/tmp/rpm-tmp.60842 (%build) The pkgconfig libxml2 file is deliverd by: libxml2-devel-2.6.23-14 Which is added as a buildrequired to the specfile. What am I missing that the buildserver fails to build this package? PS: is the suse specfile hint "# usedforbuild" still used during the build, or should it all be put in the Buildrequires specfile directive? Build log at: http://build.opensuse.org/package/live_build_log?package=apt&arch=i586&project=home%3Arbos&repository=standard Project page at: http://build.opensuse.org/package/show?package=apt&project=home%3Arbos -- TIA, Richard Bos Without a home the journey is endless --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
Op zaterdag 3 juni 2006 16:34, schreef Richard Bos:
question about a builderror in buildserver for the apt client. The package builds fine on my home system, but the buildserver configure script fails with: checking for RPM libraries... -lrpm -lrpmdb -lrpmio -lz -lbz2 -lpopt ./configure: line 21210: syntax error near unexpected token `LIBXML2,libxml-2.0' ./configure: line 21210: `PKG_CHECK_MODULES(LIBXML2,libxml-2.0 >= 2.4)' error: Bad exit status from /var/tmp/rpm-tmp.60842 (%build)
The pkgconfig libxml2 file is deliverd by:
rpm -qf /usr/lib/pkgconfig/libxml-2.0.pc
libxml2-devel-2.6.23-14
Which is added as a buildrequired to the specfile. What am I missing that the buildserver fails to build this package?
Added pkgconfig and all is fine now :) -- Richard Bos Without a home the journey is endless --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
On Sat, Jun 03, 2006 at 04:34:02PM +0200, Richard Bos wrote:
PS: is the suse specfile hint "# usedforbuild" still used during the build, or should it all be put in the Buildrequires specfile directive?
"# usedforbuild" is ignored, please use BuildRequires. And don't put everything you had in "usedforbuild" into the BuildRequires, as the build service (and also build.rpm shipped with 10.1) automatically adds required packages. Cheers, Michael. -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
Op zaterdag 3 juni 2006 19:41, schreef Michael Schroeder:
PS: is the suse specfile hint "# usedforbuild" still used during the build, or should it all be put in the Buildrequires specfile directive?
"# usedforbuild" is ignored, please use BuildRequires. And don't put everything you had in "usedforbuild" into the BuildRequires, as the build service (and also build.rpm shipped with 10.1) automatically adds required packages.
Thanks Michael :) awesome swift reply. That's appreciated! -- Richard Bos Without a home the journey is endless --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
participants (2)
-
Michael Schroeder
-
Richard Bos