Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 23:04:36 -0500
From:      Pedro Giffuni <pfg@FreeBSD.org>
To:        Michael Butler <imb@protected-networks.net>,  freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: gcc in -current broken
Message-ID:  <52917AD4.7050907@FreeBSD.org>
In-Reply-To: <5291712E.305@protected-networks.net>
References:  <5291712E.305@protected-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23.11.2013 22:23, Michael Butler wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> After SVN r258501, I get ..
>
> ===> gnu/usr.bin/cc/cc1 (all)
> - --- cc1-dummy ---
> cc -O2 -pipe -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H
> - -DPREFIX=\"/usr/obj/usr/src/tmp/usr\"
> - -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../cc_tools
> - -I/usr/src/gnu/usr.bin/cc/cc1/../cc_tools
> - -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc
> - -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config
> - -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcclibs/include
> - -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcclibs/libcpp/include
> - -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcclibs/libdecnumber
> - -std=gnu89   -I/usr/obj/usr/src/tmp/legacy/usr/include  -static
> - -L/usr/obj/usr/src/tmp/legacy/usr/lib -o cc1-dummy main.o c-parser.o
> c-lang.o
> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../cc_int/libbackend.a
> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../libcpp/libcpp.a
> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../libdecnumber/libdecnumber.a
> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../libiberty/libiberty.a
> - -legacy
> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../cc_int/libbackend.a(c-ppoutput.o):
> In function `preprocess_file':
> c-ppoutput.c:(.text+0xc75): undefined reference to
> `_cpp_preprocess_dir_only'
> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc1/../cc_int/libbackend.a(tree-ssa-alias.o):
> In function `compute_may_aliases':
> tree-ssa-alias.c:(.text+0x64cb): undefined reference to
> `strict_aliasing_warning_backend'
> *** [cc1-dummy] Error code 1

Ugh... can't believe it ....

I found the issue.. just one missing commit in gnu/../../libcpp.
Will be fixed shortly.

Thanks!

Pedro.



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