Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2000 11:42:34 -0500
From:      Eric Ogren <eogren@earthlink.net>
To:        bjf <bjf@samurai.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: CURRENT->STABLE - make world dies
Message-ID:  <20000326114234.A12771@earthlink.net>
In-Reply-To: <20000326112110.D7981@samurai.com>; from bjf on Sun, Mar 26, 2000 at 11:21:10AM -0500
References:  <20000326112110.D7981@samurai.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 26, 2000 at 11:21:10AM -0500, bjf wrote:
> Howdy.  I have a box which is running 4.0-CURRENT from end of January.  Last
> night I cvsup'ed src-all to 4.0-STABLE and tried a 'make world'.  It dies
> with the following:
> 
> ===============
> ===> lib/libcrypt
> install -c -o root -g wheel -m 444   libscrypt.a /usr/lib
> install -c -o root -g wheel -m 444   libscrypt_p.a /usr/lib
> install -c -s -o root -g wheel -m 444   -fschg  libscrypt.so.2 /usr/lib
> /usr/libexec/ld-elf.so.1: install: Undefined symbol "setflags"
> *** Error code 1
> 
> Stop in /usr/src/lib/libcrypt.
> *** Error code 1
> 
> Stop in /usr/src/lib.
> *** 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.
> ===============
> 
> It would appear that /usr/bin/install either wasn't correctly created last
> time I did a make world, or else it's arguments have changed slightly since
> then.  However, there is no /usr/src/usr.bin/install, and there's no
> /usr/src/gnu/usr.bin/install, so I'm not quite sure where to find install
> to rebuild it separately.  Looking for a directory called 'install' with
> find didn't prove productive (there are a couple, but none seemed to be the
> right one).
>

 The install src code is actually in /usr/src/usr.bin/xinstall, if I
remember correctly (I'm not at a FreeBSD box right now). Running 'make install'
in that directory should fix your problem.

Eric 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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