Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 518382

Summary: media-sound/a2jmidid-8 - ld: default/jack_1.o: undefined reference to symbol 'sem_ getvalue@@GLIBC_2.2.5'
Product: Gentoo Linux Reporter: manuel
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: normal CC: karl.j.linden, Korethr, l33tmmx, proaudio, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 372079    
Attachments: emerge --info output and build log
Patch to add pthread to the linked libraries

Description manuel 2014-07-28 11:42:17 UTC
Created attachment 381700 [details]
emerge --info output and build log

I'm quite surprised to find that I can't install stable a2jmidid. I must admit I don't really understand the emerge error, though. As far as I can see, it compiles and then fails to copy the built files.
Comment 1 Jeremy Banks 2015-01-30 05:34:42 UTC
I get this error as well. However, I can install a2jmidid-9999 from the pro-audio overlay successfully. It references the git repo directly at http://repo.or.cz/w/a2jmidid.git and reading through the commit log, it appears that the issue was fixed by this commit:
http://repo.or.cz/w/a2jmidid.git/commit/7f82da7eb2f540a94db23331be98d42a58ddc269
Comment 2 Karl Lindén 2015-03-22 21:50:53 UTC
I can confirm this bug.
Comment 3 emarsk 2015-04-20 21:53:10 UTC
I get the same error if I have jack2 installed (jack-audio-connection-kit-1.9.10).
If I install jack1 (jack-audio-connection-kit-0.124.1), then a2jmidid builds correctly.
Comment 4 Benedikt Reinartz 2015-05-02 10:34:14 UTC
Created attachment 402434 [details, diff]
Patch to add pthread to the linked libraries

Combination of 24e3b8e543256ae8fdfb4b75eb9fd775f07c46e2 and 7f82da7eb2f540a94db23331be98d42a58ddc269.
Comment 5 Ian Delaney (RETIRED) gentoo-dev 2015-05-04 06:44:20 UTC
  04 May 2015; Ian Delaney <idella4@gentoo.org> +files/a2jmidid-link.patch,
  a2jmidid-8-r1.ebuild:
  add patch to fix linking issue, fixes bug #518382