From owner-freebsd-ports-bugs Sun Feb 2 20:20:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C4037B406 for ; Sun, 2 Feb 2003 20:20:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13AE43E4A for ; Sun, 2 Feb 2003 20:20:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h134KBNS006819 for ; Sun, 2 Feb 2003 20:20:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h134KBNH006818; Sun, 2 Feb 2003 20:20:11 -0800 (PST) Date: Sun, 2 Feb 2003 20:20:11 -0800 (PST) Message-Id: <200302030420.h134KBNH006818@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: parv Subject: Re: ports/47790: lang/gcc32 - "libgcj.spec missing" while trying to complie w/ gcc-3.2.1_20021119 Reply-To: parv Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47790; it has been noted by GNATS. From: parv To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/47790: lang/gcc32 - "libgcj.spec missing" while trying to complie w/ gcc-3.2.1_20021119 Date: Sun, 2 Feb 2003 23:20:48 -0500 in message <20030201175710.BB3F1C64F@moo.holy.cow>, wrote parv thusly... > > there was/is a pr 31254... > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31254 > > ...which describes my problem. only difference is i am using gcc > 3.2.1 20021119. when trying to compile w/ gcj32, error message is > produced... > > gcj32: libgcj.spec: No such file or directory after hearing from two people on -java list today, i rebuilt the port w/ the following change in gcc32/Makefile... --- Makefile.old Sun Feb 2 23:14:34 2003 +++ Makefile Sun Feb 2 23:14:14 2003 @@ -57,7 +57,7 @@ --with-gxx-include-dir=${TARGLIB}/include/g++-v3 #CONFIGURE_ARGS+= --program-suffix=32 CONFIGURE_ARGS+= --with-system-zlib --includedir=${TARGLIB}/include/Java -CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now +#CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared ...and what do you know? gcj32 worked! w/ the change, gcj32 seems to work on... 5.0-RELEASE/i386 (herve.quiroz at esil.univ-mrs.fr) 4.7Stable 2003Jan27 (davidb at boothscientific.com) 4.7-release-p3 2003.01.06 (parv_fm at emailgroups.net) - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message