From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 14:53:34 2011 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 474671065670 for ; Mon, 11 Jul 2011 14:53:34 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0769F8FC15 for ; Mon, 11 Jul 2011 14:53:33 +0000 (UTC) Received: by yxl31 with SMTP id 31so376347yxl.13 for ; Mon, 11 Jul 2011 07:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CGwI8vhJjetAa78INxY7YaE/AbkU65hQ/XdoYt3juyI=; b=EOjSyketHbXJiHTmxZPeNzixPMSKGHvkOlXroHO4Qr4Ev/QDLCdbESWuVZlehpoBdY bTBZWpnjdaYOsfuOYNlOBRGX7tTl1eoYo8+CrkmN0EVZcFWZk57Lb/BjYPGMN4/+ZycA 5yufNbb9N3fJ/VgJpQOknf14VMp0w0ZBwLv28= MIME-Version: 1.0 Received: by 10.236.183.135 with SMTP id q7mr5068704yhm.480.1310396013242; Mon, 11 Jul 2011 07:53:33 -0700 (PDT) Received: by 10.236.110.14 with HTTP; Mon, 11 Jul 2011 07:53:33 -0700 (PDT) In-Reply-To: <1310389652.89169.9.camel@z6000.lenzicasa> References: <1310389652.89169.9.camel@z6000.lenzicasa> Date: Mon, 11 Jul 2011 15:53:33 +0100 Message-ID: From: krad To: Sergio de Almeida Lenzi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: hasanhasanli Hasan , freebsd-questions@freebsd.org Subject: Re: buildworld from FreeBSD 8.1 to FreeBSD 8.2 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: Mon, 11 Jul 2011 14:53:34 -0000 On 11 July 2011 14:07, Sergio de Almeida Lenzi wrot= e: > Em Seg, 2011-07-11 =E0s 11:48 +0400, hasanhasanli Hasan escreveu: > > > > > I had problem with upgrating FreeBSD 8.1 to FreeBSD 8.2 > > after that I typed > > make buildworld > > It gives error. > > /usr/lib/libthr.a(thr_syscalls.o)(.text+0x87a): In function `___pselect= ': > > : undefined reference to `__pselect' > > *** Error code 1 > > I use the following procedure: > 1) build freebsd in a CLEAN machine (supose new bsd is 8.2)...: > make buildworld buildkernel > Please save the environment variables KERNCONF > > 2) copy /usr/src /usr/obj to the old (8.1, or even 7.x) bsd... in the > same directory(/usr/srcj /usr/obj) rsync works fine... > 3) in the new (the one you generate freebsd) machine.... > rsync -avz --delete /usr/src/ root@oldmachine:/usr/src > rsync -avz --delete /usr/obj/ root@oldmachine:/usr/obj > 4) in the oldmachine..... > cd /usr/src > set KERNCONF > make installworld installkernel > 5) reboot.. > > FOR ME, it works... > > Sergio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > world should be done after the kernel and there should be a reboot inbetwee= n the two as well. Also what about mergemaster?