Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 20:04:12 -0700
From:      walt <wa1ter@hotmail.com>
To:        freebsd-current@freebsd.org
Subject:   libc error question answered (partly)
Message-ID:  <3D8D332C.7090607@hotmail.com>

next in thread | raw e-mail | index | archive | help

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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D8D332C.7090607>