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: Marguerite Su <i@xxxxxxxxxxxxx>
- Date: Sat, 5 May 2012 06:40:53 +0800
- Message-id: <CAK0PdAkM=GkmxFCT+yG5BL4dHguWDTWPLVcSmRbWggK96_h8HQ@mail.gmail.com>
On Fri, May 4, 2012 at 8:07 PM, Marcus Meissner <meissner@xxxxxxx> wrote:
I add LDFLAGS="-lpthread" and it still fails, so I report bug upstream.
and they're working on a patch ( luckily it's my friends' work ).
this is just the reason. I'm too careless about it.
Thanks
Marguerite
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
On Fri, May 04, 2012 at 07:43:51PM +0800, Marguerite Su wrote:
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
I add LDFLAGS="-lpthread" and it still fails, so I report bug upstream.
and they're working on a patch ( luckily it's my friends' work ).
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
this is just the reason. I'm too careless about it.
Thanks
Marguerite
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
| < Previous | Next > |