From owner-freebsd-ports@FreeBSD.ORG Tue Feb 8 01:08:17 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D32016A4CE for ; Tue, 8 Feb 2005 01:08:17 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B2443D41 for ; Tue, 8 Feb 2005 01:08:16 +0000 (GMT) (envelope-from kurdt80@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so8225rns for ; Mon, 07 Feb 2005 17:08:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=cLZkMi/AXK/rXsUDem7qKWN3YfXm7eZc6sy47vATTei6S/W+KPnYNmxVrX6ufiHcGqIoGqvfIyyPrmt3suk7xvhvFhqMu0DhdzXmMePMNHL08/LYjQGIIwuh5QwYxxqpI0y76IYdsbOCpHdRktRLlVxCbsnSNA65mAX+5cpcWB0= Received: by 10.38.8.7 with SMTP id 7mr7801rnh; Mon, 07 Feb 2005 17:08:14 -0800 (PST) Received: by 10.38.8.46 with HTTP; Mon, 7 Feb 2005 17:08:14 -0800 (PST) Message-ID: <735595c105020717082f0da089@mail.gmail.com> Date: Mon, 7 Feb 2005 22:08:14 -0300 From: Andres To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: gcc port broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andres List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 01:08:17 -0000 Hi, i am getting this error trying to install gcc from upgraded ports i tried with FreeBSD 5.2.1 and 5.1 FRESH INSTALL upgraded ports collection and i get the same error, also if i try to install only gcc : ../.././..//gcc-3.4-20041105/libiberty/fibheap.c: In function `fibheap_delete_node':../.././..//gcc-3.4-20041105/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function)../.././..//gcc-3.4-20041105/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once../.././..//gcc-3.4-20041105/libiberty/fibheap.c:285: error: for each function it appears in.)../.././..//gcc-3.4-20041105/libiberty/fibheap.c: In function `fibheap_consolidate':../.././..//gcc-3.4-20041105/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.2.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 think that the port is broken, please help me, thanks!