Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2014 00:22:39 +0100
From:      Michael Gmelin <freebsd@grem.de>
To:        Seniae Girl <senua@live.nl>
Cc:        FreeBSD-ports <freebsd-ports@freebsd.org>
Subject:   Re: FreeBSD 10 RC2 net/jags fails to build
Message-ID:  <20140103002239.2c100038@bsd64.grem.de>
In-Reply-To: <DUB109-W58EC96053F596EDDE946F0ACCB0@phx.gbl>
References:  <DUB109-W4F24DD400D83F4FA7229EACCB0@phx.gbl> <20140102131152.5a89233d@bsd64.grem.de> <DUB109-W3073CE4DF8377E54BC316ACCB0@phx.gbl> <20140102164622.318f2567@bsd64.grem.de> <DUB109-W58EC96053F596EDDE946F0ACCB0@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2 Jan 2014 23:20:03 +0100
Seniae Girl <senua@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@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



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