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

Bug 178394

Summary: busybox is failing to upgrade to 1.4.2 from 1.4.1-r2
Product: Gentoo Linux Reporter: Sugoi Asian <payonel>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sugoi Asian 2007-05-13 17:47:11 UTC
during the emerge -u busybox, the ebuild fails with the message:

/bin/sh: i686-pc-linux-gnu-gcc: command not found

Reproducible: Always

Steps to Reproduce:
1.emerge busybox
2.
3.

Actual Results:  
emerge -u busybox
...
>>> Source unpacked.
>>> Compiling source in /disks/SUPER/MASTER/tmp_portage/portage/sys-apps/busybox-1.4.2/work/busybox-1.4.2 ...
  SPLIT   include/autoconf.h -> include/config/*
  GEN     include/bbconfigopts.h
  HOSTCC  applets/usage
  GEN     include/usage_compressed.h
  CC      applets/applets.o
/bin/sh: i686-pc-linux-gnu-gcc: command not found
make[1]: *** [applets/applets.o] Error 127
make: *** [applets] Error 2

!!! ERROR: sys-apps/busybox-1.4.2 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3314:   Called src_compile
  busybox-1.4.2.ebuild, line 168:   Called die



Expected Results:  
busybox should upgrade.

My make.conf is:
CFLAGS="-O2 -mtune=i686 -pipe -march=i686"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS} -O2"

MAKEOPTS="-j1"

MIRRORSELECT='http://mirror.usu.edu/mirrors/gentoo/ http://gentoo.llarian.net/'
SYNC='rsync://rsync.namerica.gentoo.org/gentoo-portage'

USE='alsa apache2 threads php qt -qt4 qt3 -cups -ipv6'

FEATURES='noclean'
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-13 17:50:16 UTC
Missing gcc symlinks is not a busybox bug; run gcc-config and fix it.

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