Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236105 - [PATCH] sys-libs/uclibc-0.9.28.3-r7 readdir64_r() imlementation is broken on uclibc
Summary: [PATCH] sys-libs/uclibc-0.9.28.3-r7 readdir64_r() imlementation is broken on...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 11:33 UTC by Natanael Copa
Modified: 2009-07-26 20:11 UTC (History)
0 users

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


Attachments
40_all_uClibc-svn-r19846-readdir64_r.patch (40_all_uClibc-svn-r19846-readdir64_r.patch,443 bytes, patch)
2008-08-29 11:34 UTC, Natanael Copa
Details | Diff
40_all_uClibc-svn-r19846-readdir64_r.patch (40_all_uClibc-svn-r19846-readdir64_r.patch,389 bytes, patch)
2008-08-29 11:56 UTC, Natanael Copa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2008-08-29 11:33:03 UTC
the readdir64_r() implementation has a bug that causes subversion give strange error messages like:

svn: Can't read directory '.': Address family not supported by protocol

this is exactly the same as bug #217612 except that apr now uses readdir64_r() instead of readdir_r().
Comment 1 Natanael Copa 2008-08-29 11:34:10 UTC
Created attachment 164054 [details, diff]
40_all_uClibc-svn-r19846-readdir64_r.patch

patch from svn r19846 which should solve the issue.
Comment 2 Natanael Copa 2008-08-29 11:56:29 UTC
Created attachment 164056 [details, diff]
40_all_uClibc-svn-r19846-readdir64_r.patch

rebased patch that actually applies