pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44343: pkgsrc bootstrap fails on Linux (bmake unit tests in wrongly ordered in output)
The following reply was made to PR pkg/44343; it has been noted by GNATS.
From: Steven Drake <sbd%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/44343: pkgsrc bootstrap fails on Linux (bmake unit tests in
wrongly ordered in output)
Date: Sat, 8 Jan 2011 16:28:41 +1300 (NZDT)
On Sat, 8 Jan 2011, jan.smydke%jh-inst.cas.cz@localhost wrote:
> Obviously, wrongly sorted UT_OK and UT_OKDIR in the output stops the
> bootstrap.
This is because of sort honoring LC_COLLATE (or LANG).
Try:
cd /usr/pkgsrc/bootstrap && env LC_ALL=C ./bootstrap --prefix /usr/pkg --abi 64
--
Steven
Home |
Main Index |
Thread Index |
Old Index