Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 44871

Summary: sys-devel/crossdev-0.4-r1 failed to properly build a toolchain for sparc
Product: Gentoo Linux Reporter: postmodern <brodigan>
Component: [OLD] DevelopmentAssignee: Joshua Kinard <kumba>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description postmodern 2004-03-16 11:30:33 UTC
when running crossdev --arch=sparc -u I receive the following error.

make[1]: Leaving directory `/var/tmp/portage/crossdevbuild/gcc-3.3.3/buildboothere-sparc/libiberty'
make[1]: Entering directory `/var/tmp/portage/crossdevbuild/gcc-3.3.3/buildboothere-sparc/fastjar'
make[1]: *** No rule to make target `../gcc/doc/include/gcc-common.texi', needed by `fastjar.info'.  Stop.
make[1]: Leaving directory `/var/tmp/portage/crossdevbuild/gcc-3.3.3/buildboothere-sparc/fastjar'
make: *** [all-fastjar] Error 2

 * InstallGccBootstrap(): Failed to compile!


Reproducible: Always
Steps to Reproduce:
1. crossdev --arch=sparc -u

Actual Results:  
error.

Expected Results:  
seccessful build of the tool chain.

emerge info
Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 2.6.3-gentoo
-r2)
=================================================================
System uname: 2.6.3-gentoo-r2 x86_64 4
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -fomit-frame-pointer -O3"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2
/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -fomit-frame-pointer -O3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
x/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif g
nome gpm gtk gtk2 imlib jpeg libg++ libwww mikmod motif mozilla mpeg multilib nc
urses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl
 slang spell ssl tcpd truetype xml2 xmms xv zlib"
Comment 1 Joshua Kinard gentoo-dev 2004-03-16 22:18:24 UTC
While the target archs are kinda different, the error messages are the same, so we'll focus on only one.  If the error is solved for one, it should be solved for both.

*** This bug has been marked as a duplicate of 44877 ***