From owner-freebsd-ports Thu Apr 20 1:57:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 6517F37B8CA; Thu, 20 Apr 2000 01:57:54 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-64.ix.netcom.com [209.109.232.64]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id EAA06992; Thu, 20 Apr 2000 04:57:50 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA12644; Thu, 20 Apr 2000 01:57:43 -0700 (PDT) To: Grigoriy Strokin 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) References: <20000420004543.A3176@isabase.philol.msu.ru> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 20 Apr 2000 01:57:42 -0700 In-Reply-To: Grigoriy Strokin's message of "Thu, 20 Apr 2000 00:45:43 +0400" Message-ID: Lines: 40 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Grigoriy Strokin * 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