Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225535 - sys-libs/gpm-1.20.4: wont compile against glibc-2.8
Summary: sys-libs/gpm-1.20.4: wont compile against glibc-2.8
Status: RESOLVED DUPLICATE of bug 225375
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.8
  Show dependency tree
 
Reported: 2008-06-09 09:44 UTC by Mario Fetka (geos_one)
Modified: 2008-06-09 14:00 UTC (History)
0 users

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


Attachments
sys-libs/gpm-1.20.4-r1.ebuild (gpm-1.20.4-r1.ebuild,1.56 KB, text/plain)
2008-06-09 09:45 UTC, Mario Fetka (geos_one)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Fetka (geos_one) 2008-06-09 09:44:06 UTC
gpm uses some special -D_GNU_SOURCE functions that are not activated in
glibc-2.8 so lets activate the -D_GNU_SOURCE flag.

Reproducible: Always

Actual Results:  
daemon/processconn.c:103: Fehler: Speichergröße von »sucred« ist unbekannt
daemon/processconn.c:104: Fehler: Ungültige Anwendung von »sizeof« auf unvollständigen Typen »struct ucred«
daemon/processconn.c:103: Warnung: Variable »sucred« wird nicht verwendet




Expected Results:  
compile

solve it with -D_GNU_SOURCE
Comment 1 Mario Fetka (geos_one) 2008-06-09 09:45:11 UTC
Created attachment 156051 [details]
sys-libs/gpm-1.20.4-r1.ebuild

the patched ebuild with append-flags -D_GNU_SOURCE
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-09 14:00:19 UTC

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