Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44696 - amSynth failed to compile with undeclared finction pthread_kill
Summary: amSynth failed to compile with undeclared finction pthread_kill
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-03-14 14:07 UTC by Arthur Peters
Modified: 2004-03-14 18:33 UTC (History)
1 user (show)

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


Attachments
Patch to fix problem (amSynth.patch,256 bytes, patch)
2004-03-14 14:11 UTC, Arthur Peters
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.