From owner-freebsd-ports@FreeBSD.ORG Tue Sep 21 01:39:52 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431F616A4CE for ; Tue, 21 Sep 2004 01:39:52 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2AD43D1D for ; Tue, 21 Sep 2004 01:39:51 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 13B1C61AB; Mon, 20 Sep 2004 21:39:02 -0400 (EDT) Received: from hachigo.sweetdreamsracing.biz (hachigo.sweetdreamsracing.biz [66.92.171.91]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 20 Sep 2004 21:39:01 -0400 Message-ID: <20040920213901.vtn6s8c4ww4owgos@www.sweetdreamsracing.biz> Date: Mon, 20 Sep 2004 21:39:01 -0400 From: Kenneth Culver To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs Subject: weird ports errors on 5.3-BETA5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 01:39:52 -0000 Hi, I seem to be having a lot of weird errors on FreeBSD-BETA5 trying to compile certain ports: ===> Configuring for ruby-1.8.2.p2_1 /usr/bin/touch /usr/ports/lang/ruby18/work/ruby-1.8.2/configure cp: /usr/ports/lang/ruby18/work/ruby-1.8.2 /usr/ports/lang/ruby18/work/ruby-1.8.2/config.guess: No such file or directory *** Error code 1 Stop in /usr/ports/lang/ruby18. *** Error code 1 Stop in /usr/ports/sysutils/portupgrade. Getting rid of .if defined(GNU_CONFIGURE) @CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name conf ig.sub \ | ${XARGS} -n 1 ${DIRNAME}); \ for _D in $${CONFIG_GUESS_DIRS}; do \ ${CP} -f ${TEMPLATES}/config.guess $${_D}/config.guess; \ ${CHMOD} a+rx $${_D}/config.guess; \ ${CP} -f ${TEMPLATES}/config.sub $${_D}/config.sub; \ ${CHMOD} a+rx $${_D}/config.sub; \ done .endif from bsd.port.mk solves that problem for all the ports that have that problem... but I'm wondering what's causing the problem in the first place. Any ideas? I have 2 machines doing this now. Ken