rigoletto@
Developer
Hello,
I am trying to bootstrap ports-mgmt/synth but it fail on lang/gcc6-aux build:
Any idea of what is going on?
EDIT: FreeBSD 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r308357
src.conf
Thanks!
I am trying to bootstrap ports-mgmt/synth but it fail on lang/gcc6-aux build:
Code:
--------------------------------------------------------------------------------
-- Phase: configure
--------------------------------------------------------------------------------
===> Configuring for gcc6-aux-20170202
/bin/mkdir -p /construction/xports/lang/gcc6-aux/work/build
cd /construction/xports/lang/gcc6-aux/work/build && /usr/bin/env CC=/construction/xports/lang/gcc6-aux/work/bootstrap/bin/gcc CXX=/construction/xports/lang/gcc6-aux/work/bootstrap/bin/g++ CFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing" CPPFLAGS="-I/usr/local/include -DLIBICONV_PLUG" CXXFLAGS="-O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG" LDFLAGS=" -L/usr/local/lib -fstack-protector" build_configargs="CPPFLAGS=\"-I/usr/local/include -DLIBICONV_PLUG\"" host_configargs="CPPFLAGS=\"-I/usr/local/include -DLIBICONV_PLUG\"" PATH=/construction/xports/lang/gcc6-aux/work/bootstrap/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin /construction/xports/lang/gcc6-aux/work/gcc-6-20170202/configure --enable-languages=c\ c++\ ada\ fortran\ objc --build=x86_64-aux-freebsd11.0 --prefix=/usr/local/gcc6-aux --with-system-zlib --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local --enable-shared --enable-threads=posix --enable-checking=release --disable-libmudflap --disable-libgomp --disable-libssp --with-ld=/usr/local/bin/ld --with-as=/usr/local/bin/as --enable-libquadmath --enable-nls --disable-bootstrap --disable-libcc1
checking build system type... x86_64-aux-freebsd11.0
checking host system type... x86_64-aux-freebsd11.0
checking target system type... x86_64-aux-freebsd11.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libsanitizer support... no
checking for libvtv support... no
checking for libmpx support... no
checking for gcc... /construction/xports/lang/gcc6-aux/work/bootstrap/bin/gcc
checking for C compiler default output file name... Bad system call (core dumped)
configure: error: in `/construction/xports/lang/gcc6-aux/work/build':
configure: error: C compiler cannot create executables
See `config.log' for more details.
*** Error code 77
Stop.
make: stopped in /xports/lang/gcc6-aux
Any idea of what is going on?
EDIT: FreeBSD 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r308357
src.conf
Code:
WITHOUT_BHYVE=YES
WITHOUT_BLUETOOTH=YES
WITHOUT_CALENDAR=YES
WITHOUT_DEBUG_FILES=YES
WITHOUT_EE=YES
WITHOUT_FLOPPY=YES
WITHOUT_FREEBSD_UPDATE=YES
WITHOUT_GAMES=YES
WITHOUT_HYPERV=YES
WITHOUT_INET6=YES
WITHOUT_IPFILTER=YES
WITHOUT_IPFW=YES
WITHOUT_ISCSI=YES
WITHOUT_KVM=YES
WITHOUT_LIB32=YES
WITHOUT_PC_SYSINSTALL=YES
WITHOUT_PPP=YES
WITHOUT_PROFILE=YES
WITHOUT_SENDMAIL=YES
WITHOUT_SVNLITE=YES
WITHOUT_TALK=YES
WITHOUT_TCP_WRAPPERS=YES
WITHOUT_TELNET=YES
WITHOUT_UNBOUND=YES
WITHOUT_WIRELESS=YES
Thanks!
Last edited by a moderator: