Opened 9 years ago

Closed 8 years ago

#12206 closed bug (no change required)

Cross-compiler not buildable since GCC-4.8.5 upgrade

Reported by: haiqu Owned by: korli
Priority: normal Milestone: Unscheduled
Component: Build System Version: R1/Development
Keywords: cross-compiler Cc:
Blocked By: Blocking:
Platform: All

Description

Tested build of GCC-4.8.5 cross-comilers for x86 and x86_64 on hrev49397. Fails at the same place on both of them, in the middle of building libstdc++-v3.

Attachments (3)

failure-485.txt (9.4 KB ) - added by haiqu 9 years ago.
Tail of the build, grabbed off the terminal.
log.gz (61.9 KB ) - added by haiqu 9 years ago.
libatomic config log
config.log (13.6 KB ) - added by haiqu 9 years ago.
libatomic config.log

Download all attachments as: .zip

Change History (9)

by haiqu, 9 years ago

Attachment: failure-485.txt added

Tail of the build, grabbed off the terminal.

comment:1 by korli, 9 years ago

Seems this log is incomplete.

x86_64 built OK for me at least. Did you try building 4.8.4 the same way as you tried 4.8.5?

comment:2 by bonefish, 9 years ago

Owner: changed from bonefish to korli
Status: newassigned

comment:3 by haiqu, 9 years ago

I've had 4.8.4 built for ages. The trouble is in libatomic, I've done:

cd buildtools/gcc/libatomic
/bin/sh -x ./configure 2>&1 | tee log && gzip log

and will attach the resultant file.

Last edited 9 years ago by haiqu (previous) (diff)

by haiqu, 9 years ago

Attachment: log.gz added

libatomic config log

comment:4 by haiqu, 9 years ago

OK, did a make distclean in buildtools/gcc/libatomic so we'd have a config log.

Quite informative - attached.

by haiqu, 9 years ago

Attachment: config.log added

libatomic config.log

comment:5 by korli, 9 years ago

So you try to build a ppc cross compiler... When did you intend to pass this information?

comment:6 by kallisti5, 8 years ago

Resolution: no change required
Status: assignedclosed

Cross compiler for ppc builds fine as of hrev50351

Note: See TracTickets for help on using tickets.