From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 12:06:24 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F32106564A for ; Wed, 11 Jan 2012 12:06:24 +0000 (UTC) (envelope-from artem@kayalaynen.ru) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 380EB8FC08 for ; Wed, 11 Jan 2012 12:06:23 +0000 (UTC) Received: by werb13 with SMTP id b13so766967wer.13 for ; Wed, 11 Jan 2012 04:06:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kayalaynen.ru; s=google; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=gHoBe/+7FF5lVycr7mOm2zIUpJWHrR59rDTYGoS2X4o=; b=Ws++sZUeSLWwlGNd0CNv3vUdGETzJOIf/qzDyPevCfl8duxH8NEvM+OiZi9Ch/cjEH N8fGqwvNh7Bzbc7hGyxedQzK/VsgTpH9hMD3ytbVTRnAlOymTLEXN82t7xQUHqNnK+D6 SG/3O9qMSm7z4oU40qp8rc4l9HqTcA/FuG6gM= Received: by 10.216.136.132 with SMTP id w4mr10769254wei.53.1326282200283; Wed, 11 Jan 2012 03:43:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.105.134 with HTTP; Wed, 11 Jan 2012 03:42:59 -0800 (PST) From: =?UTF-8?B?0JDRgNGC0LXQvCDQmtCw0Y/Qu9Cw0LnQvdC10L0=?= Date: Wed, 11 Jan 2012 13:42:59 +0200 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Updating FreeBSD 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: Wed, 11 Jan 2012 12:06:24 -0000 Hello, I'm trying to update my FreeBSD install on two servers. They are mostly identical. So, I've builded world and kernel on first srv, updated it, without any problems. Then exported /usr/src and /usr/obj by NFS to another machine, then installed kernel, but can't install world. It says: -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install =3D=3D=3D> share/info (install) =3D=3D=3D> lib (install) =3D=3D=3D> lib/csu/amd64 (install) install -o root -g wheel -m 444 crt1.o crti.o crtn.o Scrt1.o gcrt1.o /usr/= lib =3D=3D=3D> lib/libc (install) install -C -o root -g wheel -m 444 libc.a /usr/lib install -C -o root -g wheel -m 444 libc_p.a /usr/lib install: libc_p.a: No such file or directory *** Error code 71 Stop in /usr/src/lib/libc. *** 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 I don't have any options in make.conf on first machine, nor on second machine. I've googled a little and found, that _p is profiling library and it can be ignored with -DNO_PROFILE option. But in this case, process stops with: =3D=3D=3D> lib/libipx (install) install -C -o root -g wheel -m 444 libipx.a /usr/lib install: libipx.a: No such file or directory *** Error code 71 Stop in /usr/src/lib/libipx. *** 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. So, what I'm doing wrong? Thanks for any help. p.s. Sorry for my poor English. --- With Best Regards / Yst=C3=A4v=C3=A4llisin terveisin Artem Kajalainen