Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 14:24:56 +0300
From:      Vasil Dimov <vd@FreeBSD.org>
To:        Adam K Kirchhoff <adamk@voicenet.com>
Cc:        barner@FreeBSD.org, freebsd-ports@freebsd.org
Subject:   Re: boost-python
Message-ID:  <20060411112456.GA89866@qlovarnika.bg.datamax>
In-Reply-To: <20060411070916.9f5f564f.adamk@voicenet.com>
References:  <20060411070916.9f5f564f.adamk@voicenet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 11, 2006 at 07:09:16AM -0400, Adam K Kirchhoff wrote:
> 
> Hello all,
> 
> 	KDE currently seems to depend on boost-python, but I can't get it to install.  The build, itself, goes fine, but when I do a "make install" I get:
> 
> ...
> cd /usr/local/lib &&  /bin/mv -f "libboost_thread.so" "libboost_thread.so.3" &&  /bin/ln -fs "libboost_thread.so.3" "libboost_thread.so"
> /bin/mkdir -p /usr/local/include
> cd /usr/ports/devel/boost-python/work/boost_1_33_1 &&  /usr/bin/find boost -type d -a \! -name "*.orig" -exec /bin/mkdir -p /usr/local/include/\{\} \;
> find: -a: unknown option
> 
> I believe that "-a" is a gnu find option.  Is there anyway to get this port installed?
> 
Change the -a option with -and or just remove it.
Feel free to send a patch for this.

-- 
Vasil Dimov
gro.DSBeerF@dv

Testing can show the presence of bugs, but not their absence.
                -- Edsger W. Dijkstra



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