boost-python

Adam K Kirchhoff adamk at voicenet.com
Wed Apr 26 13:18:32 UTC 2006


Simon Barner wrote:

>[...]
>
>  
>
>>>The -a option comes from devel/boost/Makefile
>>>Btw I tested on 4.11 5.5-pre and 6.0 and (although not documented)
>>>find(1) supports -a on those three platforms.
>>>What version of FreeBSD are you running?
>>>
>>>      
>>>
>>FYI, even when I change the "-a" to "-and" it fails to install:
>>
>>cd /usr/ports/devel/boost-python/work/boost_1_33_1 &&  /usr/bin/find boost -type d -and \! -name "*.orig" -exec /bin/mkdir -p /usr/local/include/\{\} \;
>>find: -and: unknown option
>>
>>I went ahead and removed it, per your suggestion.  It died a few lines later,
>>with another -a option to find.  After removing that one, though, it seems
>>to have installed fine.
>>    
>>
>
>Hello,
>
>sorry for not getting back to you earlier.
>
>Is this still a problem for you? I suspect that you were using rev. 1.24
>of src/usr.bin/find/option.c in which the list of command line parameters
>was not lexicographically sorted (as it should be).
>
>Best regards,
> Simon
>
>
>  
>

Well I just did a cvsup and now have rev 1.25 of option.c.  The -a 
option does seem to be working:

[ adamk at sorrow - /usr/src/usr.bin/find ]: find . -name "option*" -a 
-name "*.c"
./option.c

Adam



More information about the freebsd-ports mailing list