lang/gcc not build
Dimitry Andric
dim at FreeBSD.org
Tue Nov 26 19:42:37 UTC 2013
[Redirecting to the appropriate mailing list...]
On 26 Nov 2013, at 18:47, Alexander Panyushkin <vsityz at gmail.com> wrote:
> #portmaster lang/gcc
> [...]
> cd /usr/ports/lang/gcc/work/gcc-4.6.4 ; contrib/gcc_update --touch
> configure: loading site script /usr/ports/Templates/config.site
> checking build system type... x86_64-portbld-freebsd10.0
> checking host system type... x86_64-portbld-freebsd10.0
> checking target system type... x86_64-portbld-freebsd10.0
> checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for gawk... (cached) /usr/bin/awk
> checking for gcc... gcc46
> checking for C compiler default output file name...
> configure: error: in `/usr/ports/lang/gcc/work/build':
> configure: error: C compiler cannot create executables
> See `config.log' for more details.
> ===> Script "../gcc-4.6.4/configure" failed unexpectedly.
> Please report the problem to gerald at FreeBSD.org [maintainer] and attach the
> "/usr/ports/lang/gcc/work/build/config.log" including the output of the failure
> of your make command. Also, it might be a good idea to provide an overview
> of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static
> info -g -Ea).
> *** Error code 1
>
> #############################################
> /etc/make.conf
>
> .if ${.CURDIR:N*/ports/lang/gcc*} == ""
> CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Wformat
> CPPFLAGS+= -D_FORTIFY_SOURCE=2
> USE_GCC=4.6
> .endif
>
> #pkg info -ix gcc
> gcc-4.6.3
> gcc-ecj-4.5
> gccmakedep-1.0.2_1
* Don't set CFLAGS with '=', always use '+='.
* Try moving your make.conf out of the way, and build the port again. Does it now work?
* If all that still fails, post the config.log file, like the message says.
-Dimitry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20131126/06a0ce82/attachment.sig>
More information about the freebsd-ports
mailing list