From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 14:36:54 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 0E08516A41F for ; Mon, 25 Jul 2005 14:36:54 +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 566EA43D48 for ; Mon, 25 Jul 2005 14:36:53 +0000 (GMT) (envelope-from darryl@osborne-ind.com) Received: (qmail 423 invoked from network); 25 Jul 2005 09:36:52 -0500 Received: from p245n23.ruraltel.net (HELO darryl) (24.225.23.245) by gerberhastings.com with SMTP; 25 Jul 2005 09:36:52 -0500 From: "Darryl Hoar" To: Date: Mon, 25 Jul 2005 09:37:02 -0500 Message-ID: <005601c59126$53c98e30$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: 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 14:36:54 -0000 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 ? thanks in advance, Darryl