From owner-freebsd-ports@FreeBSD.ORG Thu Feb 19 05:23:02 2004 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 B18F516A4CE for ; Thu, 19 Feb 2004 05:23:02 -0800 (PST) Received: from it.muds.net (u96-11.u61-70.giga.net.tw [61.70.96.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 451FC43D1F for ; Thu, 19 Feb 2004 05:23:02 -0800 (PST) (envelope-from uranus@it.muds.net) Received: from uranus (u96-11.u61-70.giga.net.tw [61.70.96.11]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by it.muds.net (Postfix) with ESMTP id 1978D40A3 for ; Thu, 19 Feb 2004 21:35:45 +0800 (CST) Message-ID: <000e01c3f6eb$820ccbd0$0201a8c0@uranus> From: "Tseng, Ling-hua" To: Date: Thu, 19 Feb 2004 21:22:56 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: can't build the port 'gcc34' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:23:02 -0000 I can't make the "gcc34" port. I got these messages: gmake[4]: Entering directory `/usr/ports/lang/gcc34/work/build/gcc' stage2/xgcc -Bstage2/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -c -g = -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes = -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition = -Wno-error -DHAVE_CONFIG_H -I/usr/local/include -I. -I. = -I.././..//gcc-3.4-20040211/gcc -I.././..//gcc-3.4-20040211/gcc/. = -I.././..//gcc-3.4-20040211/gcc/../include c-parse.c -o c-parse.o gmake[4]: stage2/xgcc: Command not found gmake[4]: *** [c-parse.o] Error 127 gmake[4]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake[3]: *** [stage3_build] Error 2 gmake[3]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake[2]: *** [quickstrap] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake[1]: *** [all-gcc] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 My platform is FreeBSD 5.2-current. Thanks a lot.