public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/44899]  New: --with-build-config=bootstrap-lto fails
@ 2010-07-10  7:48 andi-gcc at firstfloor dot org
  2010-07-10  8:15 ` [Bug lto/44899] " andi-gcc at firstfloor dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: andi-gcc at firstfloor dot org @ 2010-07-10  7:48 UTC (permalink / raw)
  To: gcc-bugs

--with-build-config=bootstrap-lto ... ; make -j8 fails here in the second stage
with several configure errors in multiple subdirs (zlib, lto-plugin)


-- 
           Summary: --with-build-config=bootstrap-lto fails
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andi-gcc at firstfloor dot org
  GCC host triplet: x86_64-linux
GCC target triplet: x86_64-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug lto/44899] --with-build-config=bootstrap-lto fails
  2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
@ 2010-07-10  8:15 ` andi-gcc at firstfloor dot org
  2010-07-10  8:16 ` andi-gcc at firstfloor dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: andi-gcc at firstfloor dot org @ 2010-07-10  8:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from andi-gcc at firstfloor dot org  2010-07-10 08:15 -------
Error happens even without -j8, so no race


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug lto/44899] --with-build-config=bootstrap-lto fails
  2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
  2010-07-10  8:15 ` [Bug lto/44899] " andi-gcc at firstfloor dot org
@ 2010-07-10  8:16 ` andi-gcc at firstfloor dot org
  2010-07-10  8:31 ` andi-gcc at firstfloor dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: andi-gcc at firstfloor dot org @ 2010-07-10  8:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from andi-gcc at firstfloor dot org  2010-07-10 08:15 -------
Created an attachment (id=21171)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21171&action=view)
zlib config.log


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug lto/44899] --with-build-config=bootstrap-lto fails
  2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
  2010-07-10  8:15 ` [Bug lto/44899] " andi-gcc at firstfloor dot org
  2010-07-10  8:16 ` andi-gcc at firstfloor dot org
@ 2010-07-10  8:31 ` andi-gcc at firstfloor dot org
  2010-07-10  8:32 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: andi-gcc at firstfloor dot org @ 2010-07-10  8:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from andi-gcc at firstfloor dot org  2010-07-10 08:30 -------
What happens during the config stage is:

configure:2978: checking for C compiler default output file name
configure:3000:  /home/andi/gcc/git/obj/./prev-gcc/xgcc
-B/home/andi/gcc/git/obj/./prev-gcc/
-B/pkg/gcc-4.6-100710/x86_64-unknown-linux-gnu/bin/
-B/pkg/gcc-4.6-100710/x86_64-unknown-linux
-gnu/bin/ -B/pkg/gcc-4.6-100710/x86_64-unknown-linux-gnu/lib/ -isystem
/pkg/gcc-4.6-100710/x86_64-unknown-linux-gnu/include -isystem
/pkg/gcc-4.6-100710/x86_64-unknown-linux-gnu/sys-inclu
de    -g -O2 -flto    conftest.c  >&5
cc1: error: LTO support has not been enabled in this configuration
configure:3004: $? = 1
configure:3041: result: 
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3047: error: in `/home/andi/gcc/git/obj/intl':
configure:3051: error: C compiler cannot create executables

Full configure arguments:
 '--prefix=/pkg/gcc-4.6-100710' '--enable-checking=release' '--disable-nls'
'--enable-lto' '--enable-gold' '--with-plugin-ld=/usr/local/bin/gold'
'--with-build-config=bootstrap-lto' '--with-elf-include=/usr/include/libelf'
'--enable-languages=c,c++,lto         (the lto is added by configure)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug lto/44899] --with-build-config=bootstrap-lto fails
  2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
                   ` (2 preceding siblings ...)
  2010-07-10  8:31 ` andi-gcc at firstfloor dot org
@ 2010-07-10  8:32 ` rguenth at gcc dot gnu dot org
  2010-07-10  8:41 ` andi-gcc at firstfloor dot org
  2010-09-02  7:01 ` andi-gcc at firstfloor dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-10  8:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-07-10 08:32 -------
Please specify what "..." is.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug lto/44899] --with-build-config=bootstrap-lto fails
  2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
                   ` (3 preceding siblings ...)
  2010-07-10  8:32 ` rguenth at gcc dot gnu dot org
@ 2010-07-10  8:41 ` andi-gcc at firstfloor dot org
  2010-09-02  7:01 ` andi-gcc at firstfloor dot org
  5 siblings, 0 replies; 7+ messages in thread
From: andi-gcc at firstfloor dot org @ 2010-07-10  8:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from andi-gcc at firstfloor dot org  2010-07-10 08:40 -------
See comment #3


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug lto/44899] --with-build-config=bootstrap-lto fails
  2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
                   ` (4 preceding siblings ...)
  2010-07-10  8:41 ` andi-gcc at firstfloor dot org
@ 2010-09-02  7:01 ` andi-gcc at firstfloor dot org
  5 siblings, 0 replies; 7+ messages in thread
From: andi-gcc at firstfloor dot org @ 2010-09-02  7:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from andi-gcc at firstfloor dot org  2010-09-02 07:01 -------
Cannot reproduce this anymore with the latest changes.


-- 

andi-gcc at firstfloor dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44899


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-02  7:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-10  7:48 [Bug lto/44899] New: --with-build-config=bootstrap-lto fails andi-gcc at firstfloor dot org
2010-07-10  8:15 ` [Bug lto/44899] " andi-gcc at firstfloor dot org
2010-07-10  8:16 ` andi-gcc at firstfloor dot org
2010-07-10  8:31 ` andi-gcc at firstfloor dot org
2010-07-10  8:32 ` rguenth at gcc dot gnu dot org
2010-07-10  8:41 ` andi-gcc at firstfloor dot org
2010-09-02  7:01 ` andi-gcc at firstfloor dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).