The source of the "sort: open failed: +1: No such file or directory"
message during compilation of libc is the shellscript /usr/bin/lorder.

/usr/bin/lorder contains these lines:

# sort symbols and references on the first field (the symbol)
sort +1 $R -o $R
sort +1 $S -o $S

My guess is that the syntax of 'sort' has changed since lorder
was modified in March of 2001(?)  In any case it looks like
lorder is not doing its job in quite the way the author intended.

The questions is whether it matters.  I dunno.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to