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

Bug 44696

Summary: amSynth failed to compile with undeclared finction pthread_kill
Product: Gentoo Linux Reporter: Arthur Peters <amp>
Component: Current packagesAssignee: Jeremy Huddleston (RETIRED) <eradicator>
Status: RESOLVED FIXED    
Severity: major CC: sound
Priority: High Keywords: Inclusion
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix problem

Description Arthur Peters 2004-03-14 14:07:52 UTC
amSynth fails to compile with undeclared finction pthread_kill in main.cc. The fix is to add include <signal.h>.

Reproducible: Always
Steps to Reproduce:
1. Use ~x86, kernel 2.6
2. emerge amsynth

Actual Results:  
compilation error
Comment 1 Arthur Peters 2004-03-14 14:11:59 UTC
Created attachment 27364 [details, diff]
Patch to fix problem

Adds #include <signal.h> to main.cc to fix the problem.
Works for me. Compiles and runs.
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-14 18:33:09 UTC
in portage.  thanks.