[opensuse-buildservice] Build failed in openSUSE_Factory repo.
Friday 31 July 2009 Hello. I got error building package kdar against openSUSE_Factory. https://build.opensuse.org/package/show?package=kdar&project=home%3ALazy_Kent From build log: ----------8><---------- ... installing libdar-4-2.3.6-77.44 ... installing libdar-devel-2.3.6-77.44 ... checking for libdar... configure: error: required library not found. Please install libdar. ... ----------8><---------- The fact is it was built successfully on 21st of June and then something got wrong. Also build is successed for openSUSE 11.0 and 11.1. I didn't change anything. What is the problem? -- WBR, Kyrill Detinov -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Freitag, 31. Juli 2009 14:32:05 schrieb Kyrill Detinov:
Friday 31 July 2009
Hello.
I got error building package kdar against openSUSE_Factory. https://build.opensuse.org/package/show?package=kdar&project=home%3ALazy_Ke nt
From build log: ----------8><---------- ... installing libdar-4-2.3.6-77.44 ... installing libdar-devel-2.3.6-77.44 ... checking for libdar... configure: error: required library not found. Please install libdar. ... ----------8><----------
The fact is it was built successfully on 21st of June and then something got wrong. Also build is successed for openSUSE 11.0 and 11.1. I didn't change anything. What is the problem?
I don't know. But that is a typical case, where you should run "osc build" on your local system and jump inside the chroot to debug this. It might be a broken configure check of kdar or the libdar packages lack a dependency. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 7/31/2009 at 14:32, Kyrill Detinov <lazy.kent.suse@gmail.com> wrote:
Friday 31 July 2009
Hello.
I got error building package kdar against openSUSE_Factory. https://build.opensuse.org/package/show?package=kdar&project=home%3ALazy_Kent
From build log: ----------8><---------- ... installing libdar-4-2.3.6-77.44 ... installing libdar-devel-2.3.6-77.44 ... checking for libdar... configure: error: required library not found. Please install libdar.
I very much assume that configure is badly written to work with -as-needed, which was enabled somewhere there around. try adding export SUSE_ASNEEDED=0 before starting configure. This might 'solve' the issue at hand (which should then probably be reported upstream to be fixed.) Dominique -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Friday 31 July 2009 On Friday 31 July 2009 16:49:35 Dominique Leuenberger wrote:
I very much assume that configure is badly written to work with -as-needed, which was enabled somewhere there around. try adding export SUSE_ASNEEDED=0 before starting configure. This might 'solve' the issue at hand
Thanks. It works.
(which should then probably be reported upstream to be fixed.)
It seems the project is dead -- no activity for more than a year. -- WBR, Kyrill Detinov -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Adrian Schröter
-
Dominique Leuenberger
-
Kyrill Detinov