[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: w3c-libwww_5.4.0-2 build problems



On Fri, 2002-07-12 at 08:31, Richard Atterer wrote:
> On Sat, Jul 06, 2002 at 11:58:39PM +0200, Richard Atterer wrote:
> > I just uploaded a new version of libwww 5.4.0 to fix #151894 and the
> > build failed on sparc and ia64 with really bizarre symptoms.
> 
> I now found out that the build fails on ReiserFS, but succeeds on
> ext2! What could be causing this?

I remember hearing somewhere that the ext filesystem internally orders
directory entries alphabetically by filename, and readdir() of course
returns them that way, while ReiserFS stores them in some sort of
special order internally, and the readdir() doesn't return sorted
entries.

Perhaps libtool (or some other program) is parsing the output of 'ls' or
something and is implicitly depending on the alphabetical ordering,
instead of piping the output to 'sort'?



-- 
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: