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.

Thanks.

===>  Installing mpfr-3.1.0.3 from /usr/ports/packages/i386/all/
mpfr-3.1.0.3: ok
===> Returning to build of gcj-4.2.4p6v0
===> gcj-4.2.4p6v0 depends on: mpfr-* -> mpfr-3.1.0.3
===>  Verifying specs: c c c gmp mpfr c c m pthread z c c m c
===>  found c.61.0 gmp.9.0 mpfr.1.1 m.7.0 pthread.13.1 z.4.1
===>  Extracting for gcc-4.2.4
echo "#! /bin/sh" >/usr/ports/pobj/gcc-4.2.4/bin/egcc
echo 'GNAT_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap
GCC_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap exec
/usr/ports/pobj/gcc-4.2.4/bootstrap/bin/egcc "$@"'
>>/usr/ports/pobj/gcc-4.2.4/bin/egcc
chmod a+x /usr/ports/pobj/gcc-4.2.4/bin/egcc
echo "#! /bin/sh" >/usr/ports/pobj/gcc-4.2.4/bin/gnatbind
echo 'GNAT_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap
GCC_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap exec
/usr/ports/pobj/gcc-4.2.4/bootstrap/bin/gnatbind "$@"'
>>/usr/ports/pobj/gcc-4.2.4/bin/gnatbind
chmod a+x /usr/ports/pobj/gcc-4.2.4/bin/gnatbind
echo "#! /bin/sh" >/usr/ports/pobj/gcc-4.2.4/bin/gnatmake
echo 'GNAT_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap
GCC_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap exec
/usr/ports/pobj/gcc-4.2.4/bootstrap/bin/gnatmake "$@"'
>>/usr/ports/pobj/gcc-4.2.4/bin/gnatmake
chmod a+x /usr/ports/pobj/gcc-4.2.4/bin/gnatmake
echo "#! /bin/sh" >/usr/ports/pobj/gcc-4.2.4/bin/gnatlink
echo 'GNAT_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap
GCC_ROOT=/usr/ports/pobj/gcc-4.2.4/bootstrap exec
/usr/ports/pobj/gcc-4.2.4/bootstrap/bin/gnatlink "$@"'
>>/usr/ports/pobj/gcc-4.2.4/bin/gnatlink
chmod a+x /usr/ports/pobj/gcc-4.2.4/bin/gnatlink
ln -s /usr/bin/nm /usr/ports/pobj/gcc-4.2.4/bin/enm
echo "# This file automatically generated" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBestdc++_LTVERSION = -version-info 13:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBgfortran_LTVERSION = -version-info 2:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIB-org-w3c-dom_LTVERSION = -version-info 1:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIB-org-xml-sax_LTVERSION = -version-info 1:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBgcj_LTVERSION = -version-info 0:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBffi_LTVERSION = -version-info 0:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBgcj-tools_LTVERSION = -version-info 0:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBgij_LTVERSION = -version-info 0:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBobjc_LTVERSION = -version-info 2:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBobjc_gc_LTVERSION = -version-info 2:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBssp_LTVERSION = -version-info 0:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
echo "LIBgomp_LTVERSION = -version-info 1:0" >>
/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libversions
===>  Patching for gcc-4.2.4
cd /usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/libstdc++-v3 &&
AUTOCONF_VERSION=2.59 autoconf
===>  Configuring for gcc-4.2.4
Using /usr/ports/pobj/gcc-4.2.4/config.site (generated)
loading site script /usr/ports/pobj/gcc-4.2.4/config.site
creating cache ./config.cache
checking host system type... i386-unknown-openbsd5.0
checking target system type... i386-unknown-openbsd5.0
checking build system type... i386-unknown-openbsd5.0
checking for a BSD compatible install... /usr/bin/install -c -o root -g bin
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... /usr/ports/pobj/gcc-4.2.4/bin/egcc
checking whether the C compiler (/usr/ports/pobj/gcc-4.2.4/bin/egcc -O2 -g
) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
*** Error code 1

Stop in /usr/ports/lang/gcc/4.2 (line 2401 of /usr/ports/infrastructure/mk/
bsd.port.mk).

Reply via email to