Mailinglist Archive: opensuse-buildservice (259 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Factory i586 strange behaviors (does not strip debuginfo package, and pthread ld link)
- From: Marcus Meissner <meissner@xxxxxxx>
- Date: Fri, 4 May 2012 14:07:27 +0200
- Message-id: <20120504120727.GF28991@suse.de>
On Fri, May 04, 2012 at 07:43:51PM +0800, Marguerite Su wrote:
It is missing -lpthread in the final linkline.
Or being linked with gcc -pthread
Do not pack %{_libdir}/*, as it includes /usr/lib/debug/.
Pack %{_libdir}/*.so* instead
Ciao, Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
Hi, please seems through these packages.
https://build.opensuse.org/package/live_build_log?arch=i586&package=kimtoy&project=home%3AMargueriteSu%3Abranches%3AM17N&repository=openSUSE_Factory
it says:
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld:
note: 'pthread_create@@GLIBC_2.1' is defined in DSO
/lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
It is missing -lpthread in the final linkline.
Or being linked with gcc -pthread
and this:
https://build.opensuse.org/package/live_build_log?arch=i586&package=recorditnow&project=KDE%3ADistro%3AFactory&repository=openSUSE_Factory
it gives many E: suse-filelist-forbidden-debuginfo.
but their x86_64 branches works perfectly. so it's possibly not spec
file or source code misbehavior ...since ld is a common action and
automatically strip debuginfo is OBS's feature.
Do not pack %{_libdir}/*, as it includes /usr/lib/debug/.
Pack %{_libdir}/*.so* instead
Ciao, Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
| < Previous | Next > |