Date: Mon, 12 Feb 2001 07:59:03 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: John Indra <john@office.naver.co.id> Cc: freebsd-current@FreeBSD.ORG Subject: Re: -CURRENT is bad for me... Message-ID: <Pine.SUN.3.91.1010212075515.11839A-100000@pcnet1.pcnet.com> In-Reply-To: <20010212152438.A434@office.naver.co.id>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Feb 2001, John Indra wrote: > Just finished buildworld on recent -CURRENT. installworld target died with > this: > > ===> gnu/usr.bin/perl/suidperl > install -c -s -o root -g wheel -m 511 suidperl /usr/bin > /usr/bin/sperl5 -> /usr/bin/suidperl > /usr/bin/sperl5.6.0 -> /usr/bin/suidperl > ===> gnu/usr.bin/perl/library > sed: stdout: Bad file descriptor > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/library. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin. > *** Error code 1 > > Stop in /usr/src/gnu. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Sigh... Now I have an impaired world and kernel that's way out of sync :( > > I guess I am still lucky enough if this mail can reach the mailing list. > > This mail only serves as a warning to other typical -CURRENT user like me to > be aware that -CURRENT has troubles for the moment... Did you miss the HEADS UP posted to -current? You better read these. To get around the installworld problem, do: # cd /usr/src/usr.bin/sed # make install # cd /usr/src # make installworld If that doesn't work, then try: # make -k installworld # make installworld -- Dan Eischen 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?Pine.SUN.3.91.1010212075515.11839A-100000>