Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16573 - daemontools won't compile or run with newest glibc (~x86)
Summary: daemontools won't compile or run with newest glibc (~x86)
Status: RESOLVED DUPLICATE of bug 16396
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-28 13:26 UTC by Dave Love
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Love 2003-02-28 13:26:51 UTC
daemontools relies on 'extern int errno' being defined, which is not the case
with the latest glibc.  

Reproducible: Always
Steps to Reproduce:
1.emerge -u daemontools
2.
3.

Actual Results:  
build fails


The solution appears to be to replace 'extern int errno' with "#include
<errno.h>" in error.h.
Comment 1 SpanKY gentoo-dev 2003-02-28 16:13:26 UTC

*** This bug has been marked as a duplicate of 16396 ***