Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271609 - sys-libs/glibc-2.10.1 induces getline library conflict compiling kernel
Summary: sys-libs/glibc-2.10.1 induces getline library conflict compiling kernel
Status: RESOLVED DUPLICATE of bug 270383
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://sourceware.org/ml/libc-help/20...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 07:10 UTC by Marco Clocchiatti
Modified: 2009-05-29 20:58 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,5.24 KB, text/plain)
2009-05-29 07:11 UTC, Marco Clocchiatti
Details
workaround patch (unifdef-patch.txt,866 bytes, patch)
2009-05-29 07:11 UTC, Marco Clocchiatti
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Clocchiatti 2009-05-29 07:10:44 UTC
compiling kernel (gentoo-sources-2.6.27-* and gentoo-sources-2.6.28-r5), I found this error:

HOSTCC  scripts/unifdef
scripts/unifdef.c:209: error: conflicting types for ‘getline’
/usr/include/stdio.h:651: error: previous declaration of ‘getline’ was here
make[2]: *** [scripts/unifdef] Error 1

possible workaround changing "getline" with "get_line" in scripts/unifdef
see to the url above for a similar discussion.
Comment 1 Marco Clocchiatti 2009-05-29 07:11:18 UTC
Created attachment 192790 [details]
emerge --info
Comment 2 Marco Clocchiatti 2009-05-29 07:11:59 UTC
Created attachment 192791 [details, diff]
workaround patch
Comment 3 Sebastian Luther (few) 2009-05-29 20:47:19 UTC

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