Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18328 - dev-db/cdb-0.75 fails to compile with glibc-2.3.2, #include <errno.h> works around
Summary: dev-db/cdb-0.75 fails to compile with glibc-2.3.2, #include <errno.h> works a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 18:25 UTC by Nicolas Kaiser
Modified: 2003-03-29 07:23 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 Nicolas Kaiser 2003-03-27 18:25:38 UTC
0.75-errno.patch
Have a nice day

--- error.h.orig        2003-03-28 00:07:50.000000000 +0100
+++ error.h     2003-03-28 00:08:28.000000000 +0100
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;

Reproducible: Always
Steps to Reproduce:
1. emerge cdb

Actual Results:  
fails to compile
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-29 07:23:04 UTC
thanks nicolas.