Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93226 - crossdev fails to build i686-pc-linux-gnu gcc-3.3.5.20050130-r1 on cross-gcc-stage1
Summary: crossdev fails to build i686-pc-linux-gnu gcc-3.3.5.20050130-r1 on cross-gcc-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 08:14 UTC by Sam Wouters
Modified: 2012-06-28 11:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cross-i686-pc-linux-gnu-info.log (cross-i686-pc-linux-gnu-info.log,3.68 KB, text/plain)
2005-05-19 08:15 UTC, Sam Wouters
Details
cross-i686-pc-linux-gnu-gcc-stage1.log (cross-i686-pc-linux-gnu-gcc-stage1.log,384.05 KB, text/plain)
2005-05-19 08:17 UTC, Sam Wouters
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Wouters 2005-05-19 08:14:47 UTC
When trying to build a cross compiler for x86 on an amd64 host with the
following command:
 crossdev --g 3.3.5.20050130-r1 -s1 -v -t i686-pc-linux-gnu
compilation off gcc fails in stage 1.

Reproducible: Always
Steps to Reproduce:
1. emerge crossdev
2. crossdev --g 3.3.5.20050130-r1 -s1 -v -t i686-pc-linux-gnu
3.

Actual Results:  
Compilation of gcc fails in stage 1 and crossdev ends with following message:
 * gcc failed :(
 * If you file a bug, please attach the following logfiles:
 * /var/log/portage/cross-i686-pc-linux-gnu-info.log
 * /var/log/portage/cross-i686-pc-linux-gnu-gcc-stage1.log


Expected Results:  
Compilation of stage 1 and stage 2 gcc.
Comment 1 Sam Wouters 2005-05-19 08:15:36 UTC
Created attachment 59308 [details]
cross-i686-pc-linux-gnu-info.log
Comment 2 Sam Wouters 2005-05-19 08:17:24 UTC
Created attachment 59309 [details]
cross-i686-pc-linux-gnu-gcc-stage1.log
Comment 3 SpanKY gentoo-dev 2005-07-10 00:00:14 UTC
fixed in gcc-3.3.6
Comment 4 none 2006-04-19 18:18:26 UTC
The same is happening with gcc version 3.4.5

b30 ~ # crossdev -t i686-pc-linux-gnu
----------------------------------------------------------------------------
 * Host Portage ARCH:     amd64
 * Target Portage ARCH:   x86
 * Target System:         i686-pc-linux-gnu
 * Stage:                 4 (C/C++ compiler)

 * binutils:              binutils-[latest]
 * gcc:                   gcc-[latest]
 * headers:               linux-headers-[latest]
 * libc:                  glibc-[latest]

 * PORTDIR_OVERLAY:       /usr/local/portage
 * PORT_LOGDIR:           /var/log/portage
 * PKGDIR:                /local/packages/cross/i686-pc-linux-gnu
 * PORTAGE_TMPDIR:        /var/tmp/cross/i686-pc-linux-gnu
  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _ 
 * Forcing the latest versions of binutils-config/gcc-config ...      [ ok ]
 * Log: /var/log/portage/cross-i686-pc-linux-gnu-binutils.log
 * Emerging cross-binutils ...                                        [ ok ]
 * Log: /var/log/portage/cross-i686-pc-linux-gnu-gcc-stage1.log
 * Emerging cross-gcc-stage1 ...

 * gcc failed :(
 * If you file a bug, please attach the following logfiles:
 * /var/log/portage/cross-i686-pc-linux-gnu-info.log
 * /var/log/portage/cross-i686-pc-linux-gnu-gcc-stage1.log