Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369363 - app-text/dvipng-1.14: fails to emerge
Summary: app-text/dvipng-1.14: fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 16:50 UTC by MATSUI Tetsushi
Modified: 2011-08-28 13:15 UTC (History)
0 users

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


Attachments
trivial patch (dvipng-1.14-wait.patch,254 bytes, application/octet-stream)
2011-05-30 16:50 UTC, MATSUI Tetsushi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUI Tetsushi 2011-05-30 16:50:38 UTC
Created attachment 275199 [details]
trivial patch

app-text/dvipng-1.14 fails to emerge due to invalid include of <wait.h> in special.c on OSX.
It uses waitpid, and man tells the correct header for the function is <sys/wait.h>.
Perhaps, the standard header for waitpid is <sys/wait.h> even on Linux.
Comment 1 Fabian Groffen gentoo-dev 2011-08-28 13:15:00 UTC
yup it even is on Solaris, so I added your patch, thanks!