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
Created attachment 68549 [details, diff] Patch changing sys_errlist to strerror
this is something that the X team should do for all libc's, not just uclibc
Don't see how this is x11.
indeed, my bad ... glancing at the name i assumed it was modular X
Added in CVS. Thanks.