Summary: | =sci-astronomy/galaxy-2.2 - Underlinking- zfuncs.o: undefined reference to symbol 'pthread_create@@GLIBC_2.1' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Savchenko <bircoph> |
Component: | Current packages | Assignee: | Kacper Kowalik (Xarthisius) (RETIRED) <xarthisius> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bircoph, sci-astronomy |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 372079 | ||
Attachments: |
build.log
environment galaxy-2.2-pthread.patch galaxy-2.2.ebuild.patch |
Description
Andrew Savchenko
![]() Created attachment 356920 [details]
build.log
Created attachment 356922 [details]
environment
Created attachment 356924 [details, diff]
galaxy-2.2-pthread.patch
Fix underlinking with pthread. This also moves pthread CFLAGS modification from ebuild to Makefie patch, because we need to patch anyway.
Created attachment 356926 [details, diff]
galaxy-2.2.ebuild.patch
Apply patch and remove flags mangling because it is moved to the ebuild.
+ 25 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> galaxy-2.2.ebuild: + Append -pthread to ldflags for proper linking of threading library. Fixes bug + #482376 by Andrew Savchenko <bicorph@gmail.com> |