On 2011-12-30, James Hartley <jjhart...@gmail.com> wrote:
> I had downloaded src, ports, & xenocara on 26 Dec, checking
> ports-changes@& source-changes@to ensure that I was not grabbing the
> trees in the middle of an update.
> Rebuilding the system & >600 packages went successfully until I started
> building JDK1.7.  All files manually required were moved to
> /usr/ports/distfiles/jdk, but building aborted amidst building gcc4.2.4
> (below).  I see there were changes made to gcc in ports on 14 Dec, but I
> also see jdk1.7.0.00v0.tgz on the mirrors on 19 Dec.  What have I missed?
> The relevant section of messages emitted during building follows.

Quick fix, assuming you still want to build this from ports yourself
rather than use the packages: build ports/lang/gcc/4.2 with the no_ada
flavour, then go back to your jdk build.

$ cd /usr/ports/lang/gcc/4.2
$ env FLAVOR=no_ada make install

Reply via email to