Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561562 - media-sound/specimen-0.5.2_rc3-r1 fails to build
Summary: media-sound/specimen-0.5.2_rc3-r1 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-26 13:40 UTC by Porcupine of the Moon
Modified: 2016-02-04 20:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,45.62 KB, text/plain)
2015-09-26 13:40 UTC, Porcupine of the Moon
Details
emerge --info (emerge.info,6.72 KB, text/plain)
2015-09-26 13:42 UTC, Porcupine of the Moon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Porcupine of the Moon 2015-09-26 13:40:09 UTC
Created attachment 412976 [details]
build.log

media-sound/specimen-0.5.2_rc3-r1 fails to build.

/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/../../../../x86_64-pc-linux-gnu/bin/ld: alsadriver.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/lib64/libpthread.so.0: error adding symbols: DSO missing from command line
Comment 1 Porcupine of the Moon 2015-09-26 13:42:03 UTC
Created attachment 412978 [details]
emerge --info

output of emerge --info '=media-sound/specimen-0.5.2_rc3-r1::gentoo'
Comment 2 David Seifert gentoo-dev 2016-02-04 20:25:44 UTC
This should be fixed with the following commit. Feel free to reopen should the issue remain. The build system adds -pthread to $LIBS unconditionally now, which should solve the underlinking once and for all.

commit 29a386375d3ad67151ace74d595e1ce9f4cf2417
Author: David Seifert <soap@gentoo.org>
Date:   Thu Feb 4 21:22:24 2016 +0100

    media-sound/specimen: Add $PTHREAD_CFLAGS to $LIBS to prevent underlinking
    
    Gentoo-Bug: 561562
    * EAPI=6