From owner-freebsd-newbies Tue Oct 1 12:53:28 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1567837B404 for ; Tue, 1 Oct 2002 12:53:27 -0700 (PDT) Received: from smtp2.chello.se (smtp2.chello.se [193.150.195.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F51A43E75 for ; Tue, 1 Oct 2002 12:53:25 -0700 (PDT) (envelope-from jesper.b@home.se) Received: from home.se ([213.89.18.250]) by smtp2.chello.se (InterMail vK.4.04.00.00 201-232-137 license 1626c9846e046e5eb21c6bb450d1abc1) with ESMTP id <20021001195328.BUWT24391.smtp2@home.se> for ; Tue, 1 Oct 2002 21:53:28 +0200 Message-ID: <3D99FD33.2030503@home.se> Date: Tue, 01 Oct 2002 21:53:23 +0200 From: =?ISO-8859-1?Q?Jesper_Blomstr=F6m?= Reply-To: =?ISO-8859-1?Q?Jesper_Blomstr=F6m?= User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en,sv MIME-Version: 1.0 To: freebsd-newbies@freebsd.org Subject: make buildworld fails with bzip2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, For the last year I have neglected my FreeBSD-OS. Now my Windows has crashed and I´ve decided to totally ignore/leave Win forever and focus on FreeBSD. I am running 4.3 and was going to upgrade to the latest 4-Stable. I did "cvsup -g acorrectsupfile" Ok Then I moved to /usr/src and did "make buildworld" Ok for about 1 our (was requested to do mergemaster -p because a user was missing, Ok). Then it stopped with a message like: lib/compat/compat22 uudecode -p /usr/src/lib/compat/compat22/lib.so.3.1.bz2.uu | bzip2 -d > libc.so.3.1 bzip2: not found Error code 112 I remembered reading about gzip2 had been moved or something like that so I did: "cd /usr/ports/archivers/bzip2; make install clean" Went OK bzip2 was/is installed. I tried buildworld again but it stopped with the same message. I have repeated the whole process (that is cvsup and so on) but still, the same problem. Could it have something to do with my path? >echo $PATH PATH=/sbin:/bin:/usr/sbin/: /usr/bin:/usr/games: /usr/local/sbin:/usr/local/bin: /usr/X11R6/bin:/root/bin >which bzip2 /usr/local/bin/bzip2 Please help me, I´m getting desperate here... Thx in advance, Jesper. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message