Skip site navigation (1)Skip section navigation (2)
Date:      20 Apr 2000 01:57:42 -0700
From:      asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To:        Grigoriy Strokin <grg@philol.msu.ru>
Cc:        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:  <vqcvh1d40ah.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Grigoriy Strokin's message of "Thu, 20 Apr 2000 00:45:43 %2B0400"
References:  <20000420004543.A3176@isabase.philol.msu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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:

===
# 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-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcvh1d40ah.fsf>