From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 18:37:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1626216A41F for ; Mon, 25 Jul 2005 18:37:59 +0000 (GMT) (envelope-from darryl@osborne-ind.com) Received: from ws1.cnweb.com (ws1.cnweb.com [207.91.1.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F4943D62 for ; Mon, 25 Jul 2005 18:37:58 +0000 (GMT) (envelope-from darryl@osborne-ind.com) Received: (qmail 21660 invoked from network); 25 Jul 2005 13:37:57 -0500 Received: from p245n23.ruraltel.net (HELO darryl) (24.225.23.245) by barncandle.com with SMTP; 25 Jul 2005 13:37:57 -0500 From: "Darryl Hoar" To: "'Kris Kennaway'" Date: Mon, 25 Jul 2005 13:38:08 -0500 Message-ID: <007801c59148$01d66db0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20050725163426.GA61019@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: gcc34 build error on Freebsd 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: darryl@osborne-ind.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2005 18:37:59 -0000 I had thought that at first, but felt is was the "windows" copout to install a brand new version instead of figuring out the error message. I want to install (not upgrade) a new version on my 5.1 box. Couldn't find pointers for installing (not upgrading) from an existing freebsd box. Also, is 5.4 the most recent release ? -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org] Sent: Monday, July 25, 2005 11:34 AM To: Darryl Hoar Cc: freebsd-questions@freebsd.org Subject: Re: gcc34 build error on Freebsd 5.1 On Mon, Jul 25, 2005 at 09:37:02AM -0500, Darryl Hoar wrote: > Greetings, > I have 5.1 running on my machine. I installed cvsup > and upgraded my ports with it. I then went into > /usr/ports/databases/firebird-client and did a make install. > > Of course it installed several other dependencies when > I did that. One thing is was trying to build/install was > gcc34. The following error was generated and the > entire process came to a halt. > > ../.././..//gcc-3.4-20050719/libiberty/fibheap.c:395: warning: implicit > declaration of function `memset' > gmake[2]: *** [fibheap.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.1/libiberty' > gmake[1]: *** [all-target-libiberty] Error 2 > gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' > gmake: *** [bootstrap-lean] Error 2 > *** Error code 2 > > Stop in /usr/ports/lang/gcc34. > *** Error code 1 > > I google'd and searched the freebsd website/mailing list, > FAQ, but didn't find an answer to this problem. > > Anybody have an pointers/help so I can get on with the install ? FYI, 5.1 is very old and long out of support. You should update to a modern release of FreeBSD if you want your port builds (and FreeBSD itself) to work smoothly. Kris