From owner-freebsd-questions@FreeBSD.ORG Sun Oct 17 17:20:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77EB916A4D3 for ; Sun, 17 Oct 2004 17:20:31 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB1043D5A for ; Sun, 17 Oct 2004 17:20:29 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id D831C6329; Sun, 17 Oct 2004 19:21:15 +0200 (MEST) Message-ID: <4172A8F5.8030803@broadpark.no> Date: Sun, 17 Oct 2004 19:16:37 +0200 From: Henrik W Lund User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.2) Gecko/20041013 X-Accept-Language: no, en-us, en MIME-Version: 1.0 To: Chris Neustrup References: <417007E2.1010801@idiom.com> <41700CEE.8070707@broadpark.no> <4172A80F.7050403@idiom.com> In-Reply-To: <4172A80F.7050403@idiom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: gcc34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 17:20:31 -0000 Chris Neustrup wrote: > Henrik W Lund wrote: > >> Chris Neustrup wrote: >> >>> I am trying to upgrade from 5.2.1 to 5.3 current. I am > > .... > >> Greetings! >> >> Don't know how you can fix this, but you don't need to install gcc3.4 >> from ports. Upgrading from 5.2.1 to 5.3 can be done in the make >> buildworld, make buildkernel, make installkernel, make installworld >> procedure outlined in the handbook. The buildworl target will populate > > > Hi Henrik, > I got as far as the make buildworld, and then an X11 failure > occurred: > > ===> gnu/usr.bin/groff/font/devX75 > ===> gnu/usr.bin/groff/font/devX75-12 > ===> gnu/usr.bin/groff/font/devascii > rm -f /usr/ports/x11-fonts DESC > rm: /usr/ports/x11-fonts: is a directory > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/groff/font/devascii. > > > This has happened before when I was doingsome X11 upgrades. Do > you see anything wrong with this? > > Peace, cn. Hmm... Cryptic make failures like that are puzzling. The best advice I can give is to clean out cruft from earlier builds by doing: cd /usr/src && make cleanworld then trying again. If that doesn't work, try cvsupping again to pull some fresh sources. If that doesn't work /either/, I'm all out of ideas, sorry. :-( Maybe someone more intimate with the build procedure can shed some light? -- Henrik W Lund