Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106132 - Build fix for x11-misc/xplore on uclibc-based systems
Summary: Build fix for x11-misc/xplore on uclibc-based systems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 18:03 UTC by René Rhéaume (a.k.a. repzilon, rener)
Modified: 2005-09-27 13:42 UTC (History)
1 user (show)

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


Attachments
Patch changing sys_errlist to strerror (xplore-1.2a-strerror.patch,643 bytes, patch)
2005-09-15 18:04 UTC, René Rhéaume (a.k.a. repzilon, rener)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René Rhéaume (a.k.a. repzilon, rener) 2005-09-15 18:03:53 UTC
Xplore does not build on uclibc as is because it uses the sys_errlist array
instead of the strerror function (c.f.
http://www.geocities.com/robm351/uclibc/index-3.html). I prepared a patch to
correct this issue. strerror is defined in the POSIX standard, so it works other
libcs too.

Reproducible: Always
Steps to Reproduce:
1. emerge x11-misc/xplore

Actual Results:  
Emerge failed

Expected Results:  
xplore merged into the root file system
Comment 1 René Rhéaume (a.k.a. repzilon, rener) 2005-09-15 18:04:56 UTC
Created attachment 68549 [details, diff]
Patch changing sys_errlist to strerror
Comment 2 SpanKY gentoo-dev 2005-09-15 18:43:29 UTC
this is something that the X team should do for all libc's, not just uclibc
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-09-15 19:48:26 UTC
Don't see how this is x11.
Comment 4 SpanKY gentoo-dev 2005-09-15 20:10:40 UTC
indeed, my bad ... glancing at the name i assumed it was modular X
Comment 5 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-09-27 13:42:27 UTC
Added in CVS. Thanks.