Date: Thu, 20 Apr 2000 21:23:24 +0400 From: Grigoriy Strokin <grg@philol.msu.ru> To: Satoshi - Ports Wraith - Asami <asami@FreeBSD.ORG> Cc: Grigoriy Strokin <grg@philol.msu.ru>, freebsd-stable@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: 'make' complains about /usr/ports/Mk/bsd.port.mk and fails to make ports (4.0-STABLE) Message-ID: <20000420212324.A2071@isabase.philol.msu.ru> In-Reply-To: <vqcvh1d40ah.fsf@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Thu, Apr 20, 2000 at 01:57:42AM -0700 References: <20000420004543.A3176@isabase.philol.msu.ru> <vqcvh1d40ah.fsf@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 20, 2000 at 01:57:42AM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: Grigoriy Strokin <grg@philol.msu.ru> > > * grg@isabase.1:/usr/ports/emulators/linux_base$ make > * > * "/usr/ports/Mk/bsd.port.mk", line 447: Too many nested if's. 30 max. > : > * The ports tree has been cvsup-ed together with all other sources. > * After first failure with make, I re-cvsuped all the sourced > * and made 'make world' again without any positive result. > > That is very weird. Line 447 is the first .if (in fact the first > non-comment line other than the maintainer) in bsd.port.mk. > > You should have a loop somewhere. Can you send me the result of "make > -d d" (or look at the output and debug it yourself)? The first dozen > lines or so should look something like this: Sorry, this was an error(?) on my part. I have created 'Makefile.local' in the directories in which I tried to run make, just in case if I would want to slightly modify them and then run make -f Makefile.local. The existence of 'Makefile.local', however, prevents /usr/ports/Mk/bsd.port.mk from being interpreted properly even if I do 'make -f Makefile'. It seems that bsd.port.mk includes Makefile.local, if it exists, and I didn't know about that. > > === > # make -d d > Caching /usr/share/mk...done > expanding "sys.mk".../usr/share/mk/sys.mk > Searching for /etc/make.conf...Looking for "/etc/make.conf"...Caching 12:24:37 Feb 23, 2000 for /etc/make.conf > Searching for /etc/make.conf...Looking for "/etc/make.conf"...got it (in mtime cache) > Searching for /etc/make.conf.local...Looking for "/etc/make.conf.local"...failed. Returning NULL > Searching for bsd.own.mk...failed. > Searching for bsd.own.mk...failed. > Searching for bsd.own.mk.../usr/share/mk...here...returning /usr/share/mk/bsd.own.mk > Searching for /etc/objformat...Looking for "/etc/objformat"...Caching 3:51:30 Jan 4, 1999 for /etc/objformat > Searching for /etc/objformat...Looking for "/etc/objformat"...got it (in mtime cache) > Searching for makefile...failed. > Searching for makefile.../usr/share/mk...failed. > Searching for bsd.port.mk...failed. > Searching for bsd.port.mk...failed. > Searching for bsd.port.mk.../usr/share/mk...here...returning /usr/share/mk/bsd.port.mk > Searching for /usr/ports/Mk/bsd.port.mk...Looking for "/usr/ports/Mk/bsd.port.mk"...Caching 1:12:39 Apr 20, 2000 for /usr/ports/Mk/bsd.port.mk > Searching for /sbin/sysctl...Looking for "/sbin/sysctl"...Caching 16:46:02 Jul 29, 1999 for /sbin/sysctl > : > === > > Satoshi > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- === Grigoriy Strokin, Lomonosov University (MGU), Moscow === === contact info: http://isabase.philol.msu.ru/~grg/ === To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000420212324.A2071>