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

Bug 67660

Summary: iftop: configure doesn't recognise i386-pc-linux-uclibc in a uclibc env
Product: Gentoo Linux Reporter: Thierry Carrez (RETIRED) <koon>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 67772    
Attachments: New ebuild

Description Thierry Carrez (RETIRED) gentoo-dev 2004-10-15 06:53:42 UTC
With CHOST="i386-pc-linux-uclibc", iftop compilation fails :

-------------------------iftop---------------------------
./configure --prefix=/usr --host=i386-pc-linux-uclibc
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration
`i386-pc-linux-uclibc': machine `i386-pc-linux' not recognized
configure: error: /bin/sh config/config.sub i386-pc-linux-uclibc failed
---------------------------------------------------------
Comment 1 Thierry Carrez (RETIRED) gentoo-dev 2004-10-15 06:55:00 UTC
Created attachment 41866 [details]
New ebuild

The solution is to use gnuconfig_update to update the config.sub and .guess
files.
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2004-10-16 07:30:21 UTC
Fixed in portage