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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to