Date: 22 May 2002 18:21:22 -0700 From: Scott Reese <sreese@codysbooks.com> To: freebsd-current@FreeBSD.org Subject: Infinite 'make' loops while building ports Message-ID: <1022116883.401.9.camel@borges.codysbooks.com>
next in thread | raw e-mail | index | archive | help
Hello, I just upgraded my 4-STABLE machine to -CURRENT via source. Everything seemed to go smoothly and things are running fine, EXCEPT when I try to build *any* of the ports in the ports collection. Every time I run 'make' it gets stuck in an infinite loop and doesn't build the port. Some examples: sysutils/portupgrade: borges[164] # make ===> Extracting for portupgrade-20020429 >> Checksum OK for pkgtools-20020429.tar.bz2. ===> portupgrade-20020429 depends on file: /usr/local/bin/ruby - found ===> Patching for portupgrade-20020429 ===> Configuring for portupgrade-20020429 ===> Building for portupgrade-20020429 ===> Extracting for portupgrade-20020429 >> No MD5 checksum file. ===> portupgrade-20020429 depends on file: /usr/local/bin/ruby - found ===> Patching for portupgrade-20020429 ===> Configuring for portupgrade-20020429 ===> Building for portupgrade-20020429 ===> Extracting for portupgrade-20020429 >> No MD5 checksum file. ...[ad infinitum] devel/autoconf213: borges[167] # make ===> Extracting for autoconf213-2.13.000227_1 >> Checksum OK for autoconf-000227.tar.bz2. ===> autoconf213-2.13.000227_1 depends on executable: gm4 - found ===> Patching for autoconf213-2.13.000227_1 ===> Applying FreeBSD patches for autoconf213-2.13.000227_1 ===> Configuring for autoconf213-2.13.000227_1 creating cache ./config.cache checking for gm4... /usr/local/bin/gm4 checking for mawk... no checking for gawk... gawk checking for perl... /usr/bin/perl checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel updating cache ./config.cache creating ./config.status creating Makefile creating testsuite/Makefile ===> Building for autoconf213-2.13.000227_1 ===> Extracting for autoconf213-2.13.000227_1 >> No MD5 checksum file. ===> autoconf213-2.13.000227_1 depends on executable: gm4 - found ===> Patching for autoconf213-2.13.000227_1 ===> Configuring for autoconf213-2.13.000227_1 creating cache ./config.cache checking for gm4... /usr/local/bin/gm4 checking for mawk... no checking for gawk... gawk checking for perl... /usr/bin/perl checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel updating cache ./config.cache creating ./config.status creating Makefile creating testsuite/Makefile ===> Building for autoconf213-2.13.000227_1 ===> Extracting for autoconf213-2.13.000227_1 >> No MD5 checksum file. ...[also ad infinitum until I hit ^C] This is pretty much the case with any port I try to build. I'm sure it's due to some silly thing I missed in the upgrade process somewhere, but after hours of beating my head against a wall, I can't seem to come up with any answers. Anyone else seen this or know what to do about it? Searching Google and the archives yields nothing of any use. TIA, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1022116883.401.9.camel>