Date: Tue, 18 Jun 2002 17:08:42 +0200 (CEST) From: Philippe CASIDY <pcasidy@casidy.com> To: freebsd-ports@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: Part2: devel/imake-4: can everybody build it under a 4.6-RC? Message-ID: <200206181506.g5IF6Ga5068987@gueway.home> In-Reply-To: <200206061534.g56FYm0E070064@gueway.home>
index | next in thread | previous in thread | raw e-mail
I have been a bit further on this problem and tracked that the problem
is due to the do-build target.
(cd /home/updater/usr/ports/devel/imake-4/work/xc/config;
<snip>
A="install -c -m 444" BSD_INSTALL_MAN="install -c -m 444" make
-f /usr/ports/devel/imake-4/Makefile all)
The ${MAKEFILE} variable is equal to "/usr/ports/devel/imake-4/Makefile"
that is why the port is building over and over!
How this variable can be set wrong?
Something is wrong with my environment and I want to know what!
If anybody has any clue, please let me know!
Thanks
Phil.
Here the mail I posted a while back on -questions :
On 6 Jun, Philippe CASIDY wrote:
>
> I am still having a problem with this port.
>
> Thanks to Stijn Hoop I have been able to go further but it cannot keep
> building it again and again:
>
> %cd /usr/ports/devel/imake-4
> %make
> ===> 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
> 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
> rm -f ./config/makedepend/Makefile.proto
>
> <snip>
>
> including in config/makedepend...
> including in config/util...
> LD_LIBRARY_PATH=../../exports/lib cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c makestrs.c
> rm -f makestrs
> LD_LIBRARY_PATH=../../exports/lib cc -o makestrs -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith makestrs.o -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib
> rm -f rman.c
> ln -s ../../extras/rman/rman.c rman.c
> rm -f rman.man
> ln -s ../../extras/rman/rman.1 rman.man
> including in config/pswrap...
> ===> Building for imake-4.2.0_1
> ===> Extracting for imake-4.2.0_1
>>> No MD5 checksum file.
> ===> Patching for imake-4.2.0_1
> ===> Configuring for imake-4.2.0_1
> ===> Building for imake-4.2.0_1
> ===> Extracting for imake-4.2.0_1
>>> No MD5 checksum file.
> ===> Patching for imake-4.2.0_1
> ===> Configuring for imake-4.2.0_1
> ===> Building for imake-4.2.0_1
> ===> Extracting for imake-4.2.0_1
>>> No MD5 checksum file.
>
>
> The system is 4.6-RC
> I have no WRKDIRPREFIX set
> /usr/ports is nfs mounted and cvsupped twice a day
> as it is over nfs, another user than root is building it
>
> [Usually, I have a system user I use to build ports, than I use root
> only to install them - I am using this system for 2 years now]
>
> Thanks for your help
>
> Phil.
>
>
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206181506.g5IF6Ga5068987>
