From owner-freebsd-questions@FreeBSD.ORG Thu Jun 14 10:18:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DCEC1065673 for ; Thu, 14 Jun 2012 10:18:25 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (black-earth.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id EF9FD8FC15 for ; Thu, 14 Jun 2012 10:18:24 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q5EAIKlD073428 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 14 Jun 2012 11:18:20 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.5.2 smtp.infracaninophile.co.uk q5EAIKlD073428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1339669100; bh=Wzpxjz2waSh33C0jiD/IJ6Wmqa+4ZaE9UvCga6XEcv8=; h=Date:From:To:CC:Subject:References:In-Reply-To:Content-Type: Message-ID:Mime-Version; b=sSXQv6bEdfZrVrsyQZZ8sQxpTe4FsbDbNUstHY2nYPCxzxwCKcIEjouBiib8cHRpG RVflaDrR9LeT5hkwqS3NgULGjJcD67+SQnRemGKS4lbvK3P5fNyzv3ZqJEMT76b9+Y Jv/L6xg0ixlH9vwEeEMX0UD4VhnsZqfnbQbMrmZM= Message-ID: <4FD9BA6C.70404@infracaninophile.co.uk> Date: Thu, 14 Jun 2012 11:18:20 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: Leslie Jensen References: <4FD9B2D3.5020409@eskk.nu> In-Reply-To: <4FD9B2D3.5020409@eskk.nu> X-Enigmail-Version: 1.4.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF3FFC456B5429852E7595EB1" X-Virus-Scanned: clamav-milter 0.97.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_ADSP_ALL,DKIM_SIGNED,T_DKIM_INVALID autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-update install question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 10:18:25 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF3FFC456B5429852E7595EB1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 14/06/2012 10:45, Leslie Jensen wrote: > When I do >=20 > freebsd-update install >=20 > I get this error: >=20 > Installing updates...install: ///usr/src/lib/libc/gen/libc_dlopen.c: No= > such file or directory >=20 > I think it's because I do not have all sources installed. So I just wan= t > to confirm that it's the case. If you're using freebsd-update then you don't need the libc sources. Does no harm to have them around. Given you're using a custom kernel then you definitely do need the kernel sources: that's everything under /usr/src/sys plus a few other bits and pieces. > Also, should I care and install the source needed? The default setting for freebsd-update is to install the system sources. If you haven't changed /etc/freebsd-update.conf then something odd is happening. Perhaps you manually deleted the contents of /usr/src ? If you definitely don't want the system sources, then edit /etc/freebsd-update.conf and change this section in the obvious way: # Components of the base system which should be kept updated. Components src world kernel # Example for updating the userland and the kernel source code only: # Components src/base src/sys world ie. comment out the first 'Components' line and uncomment the second. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigF3FFC456B5429852E7595EB1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/ZumwACgkQ8Mjk52CukIytEACcCjwYYpEt7q4MwCAsi77+q4EK UdcAn2+qD9NDv9VWiZPdRt6HUD/Ev/da =4HxR -----END PGP SIGNATURE----- --------------enigF3FFC456B5429852E7595EB1--