weird ports errors on 5.3-BETA5

Kenneth Culver culverk at sweetdreamsracing.biz
Tue Sep 21 20:27:07 PDT 2004


Quoting Kris Kennaway <kris at 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 at ken:/usr/ports/Templates:> ls
./                      README.port             config.sub
../                     README.top
README.category         config.guess

Ken



More information about the freebsd-ports mailing list