[Clfs-support] chapter 6: GCC-4.6.1 - Cross Compiler Final ...build failed

Andrew Bradford bradfa at gmail.com
Wed Nov 2 07:17:20 PDT 2011


On Wed, Nov 2, 2011 at 9:24 AM, sayed israr <sd.israr at gmail.com> wrote:
> anas at israr:/mnt/clfs/sources$ env
> ORBIT_SOCKETDIR=/tmp/orbit-anas
> SSH_AGENT_PID=1202
> TERM=xterm
> SHELL=/bin/bash
> XDG_SESSION_COOKIE=da4ea75f2a4711f883c7cf1700000006-1320195840.811779-1480249697
> WINDOWID=67439486
> GNOME_KEYRING_CONTROL=/tmp/keyring-F7XkAo
> GTK_MODULES=canberra-gtk-module
> USER=anas
> LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
> SSH_AUTH_SOCK=/tmp/keyring-F7XkAo/ssh
> DEFAULTS_PATH=/usr/share/gconf/gnome.default.path
> SESSION_MANAGER=local/israr:@/tmp/.ICE-unix/1172,unix/israr:/tmp/.ICE-unix/1172
> USERNAME=anas
> XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome:/etc/xdg
> DESKTOP_SESSION=gnome
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> PWD=/mnt/clfs/sources
> GDM_KEYBOARD_LAYOUT=us
> LANG=en_US.UTF-8
> MANDATORY_PATH=/usr/share/gconf/gnome.mandatory.path
> GDM_LANG=en_US.UTF-8
> GDMSESSION=gnome
> SHLVL=1
> HOME=/home/anas
> GNOME_DESKTOP_SESSION_ID=this-is-deprecated
> LOGNAME=anas
> XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
> DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-2NYSnXk19E,guid=39fc591a1c3b6a01b1cd59fc00000010
> LESSOPEN=| /usr/bin/lesspipe %s
> WINDOWPATH=7
> DISPLAY=:0.0
> LESSCLOSE=/usr/bin/lesspipe %s %s
> XAUTHORITY=/var/run/gdm/auth-for-anas-UUgFHE/database
> COLORTERM=gnome-terminal
> OLDPWD=/home/anas
> _=/usr/bin/env

You need to provide the output of the "env" command when run as the
clfs user.  That's the important info.
It should look something like this:

clfs:~$ env
CLFS_CPU=i486
CLFS_HOST=i386-cross-linux-gnu
TERM=linux
CLFS_TARGET=i486-pc-linux-uclibc
LC_ALL=POSIX
CLFS=/mnt/clfs
PATH=/mnt/clfs/cross-tools/bin:/bin:/usr/bin
PWD=/home/clfs
CLFS_ARCH=i386
PS1=\u:\w\$
SHLVL=1
HOME=/home/clfs
CLFS_ENDIAN=little
_=/bin/env

That's the output from the start of correctly creating the clfs user
on a Fedora 15 i686 system.  If you have more variables set than this
or if variables are set differently than this, your host is most
likely contaminating the build.

Thanks,
Andrew



More information about the Clfs-support mailing list