Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2013 03:08:52 +0000
From:      John <freebsd-lists@potato.growveg.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: cannot upgrade from 10-BETA3 to latest 10
Message-ID:  <20131221030852.GA16251@potato.growveg.org>
In-Reply-To: <20131220224735.GA15664@potato.growveg.org>
References:  <20131220224735.GA15664@potato.growveg.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 20, 2013 at 10:47:35PM +0000, John wrote:
> Hello stables,
> 
> I cannot upgrade from 10-beta3 to latest (as of 19th Dec). I get the
> following error:
> 
> /usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)

Fixed by doing
cd /usr/src/lib/libc_nonshared && make && make install && cd /usr/src &&
make buildworld

sorry for the noise!
-- 
John



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