From owner-freebsd-ports Wed Jun 5 16: 6: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 1A19737B407 for ; Wed, 5 Jun 2002 16:05:53 -0700 (PDT) Received: (qmail 12015 invoked by uid 503); 5 Jun 2002 23:05:16 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 5 Jun 2002 23:05:16 -0000 Received: from littleoak.home (littleoak.home [192.168.1.3]) by gueway.home (8.12.2/8.12.2) with ESMTP id g55N5MxD060618 for ; Thu, 6 Jun 2002 01:05:25 +0200 (CEST) (envelope-from pcasidy@littleoak.home) Message-Id: <200206052305.g55N5MxD060618@gueway.home> Date: Thu, 6 Jun 2002 01:02:28 +0200 (CEST) From: Philippe CASIDY Subject: devel/imake-4 problem (was problems configuring port) To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Yesterday I sent an email about a problem with imake-4: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=862464+0+current/freebsd-ports I am having this problem with 4.6-RC. I have been a little bit further. Using a particular user because my /usr/ports is nfs mounted, i did cd /usr/ports/devel/imake-4 make install and I get ===> Extracting for imake-4.2.0_1 >> Checksum OK for xc/X420src-1.tgz. ===> Patching for imake-4.2.0_1 ===> Applying FreeBSD patches for imake-4.2.0_1 ===> Configuring for imake-4.2.0_1 cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= in config/imake `imake' is up to date. rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstrap cd ./config/makedepend && make -f Makefile.proto bootstrap ./config/imake/imake -I./config/cf -s ./config/imake/Makefile.proto -f ./config/imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake -DBootStrap cd ./config/imake && make -f Makefile.proto bootstrapdepend cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" bootstrap `bootstrap' is up to date. cd ./config/imake && make -f Makefile.proto all make xmakefile rm -f xmakefile ./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=. -DCURDIR=. ./config/imake/imake: not found *** Error code 127 Stop in /usr/obj/usr/ports/devel/imake-4/work/xc. *** Error code 1 Stop in /usr/ports/devel/imake-4/work/xc. make: cannot open xmakefile. *** Error code 2 Stop in /usr/ports/devel/imake-4. % So, I wanted to try every step. %cd work/xc/config/imake/ %make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= in config/imake `imake' is up to date. Why is it up to date, nothing have been done? Looking at the makefile and tried gmake instead of make %gmake -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= in config/imake cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o That's a lot better. Can someone point me where my problem can be? Thanks Ph°1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message