Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178394 - busybox is failing to upgrade to 1.4.2 from 1.4.1-r2
Summary: busybox is failing to upgrade to 1.4.2 from 1.4.1-r2
Status: RESOLVED DUPLICATE of bug 163925
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 17:47 UTC by Sugoi Asian
Modified: 2007-05-13 17:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***