Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 23:26:09 -0400
From:      Kenneth Culver <culverk@sweetdreamsracing.biz>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: weird ports errors on 5.3-BETA5
Message-ID:  <20040921232609.5no4kscso4co44cg@www.sweetdreamsracing.biz>
In-Reply-To: <20040922003418.GA11545@xor.obsecurity.org>
References:  <20040920213901.vtn6s8c4ww4owgos@www.sweetdreamsracing.biz> <20040922003418.GA11545@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Kris Kennaway <kris@obsecurity.org>:

> On Mon, Sep 20, 2004 at 09:39:01PM -0400, Kenneth Culver wrote:
>> 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.
>
> You didn't cvsup the ports/Templates directory?
>
> Kris

Yes I did. It's there:

culverk@ken:/usr/ports/Templates:> ls
./                      README.port             config.sub
../                     README.top
README.category         config.guess

Ken



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