FreeBSD 10 RC2 net/jags fails to build

Michael Gmelin freebsd at grem.de
Thu Jan 2 23:29:23 UTC 2014


On Thu, 2 Jan 2014 23:20:03 +0100
Seniae Girl <senua at live.nl> wrote:

> 
> Michael,
> 
> 
> Your patch seems to work though due to another issue it doesn't build
> the whole port. The next problem has to do with gsed-4.2.2.
> 
> 
> Added a log of the latest issue.
> 
> 
> Regards,
> Seniae
> 

(If possible, please don't top post, see
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/mailing-list-faq/etiquette.html)

Your log shows that you were (accidentally?) building all ports in the
net category, not just jags:

> root at md:/usr/ports/net # make

That's why you started building the following ports in alphabetical
order:

> ===> 3proxy
> ===> 44bsd-rdist
> ===> 6tunnel
> ===> AquaGatekeeper
> ===> DarwinStreamingServer
> ===> GeoIP
> ===> R-cran-twitteR
> ...

textproc/gsed is not a dependency of net/jags, so if all you want is to
install jags I'd suggest you run "make install" from
within its directory ;)

cd /usr/ports/net/jags
make install

-- 
Michael Gmelin


More information about the freebsd-ports mailing list