Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73038 - emerge dev-libs/libusb-0.1.8 failed
Summary: emerge dev-libs/libusb-0.1.8 failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 08:25 UTC by crapdune
Modified: 2004-12-06 07:43 UTC (History)
0 users

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


Attachments
/var/tmp/portage/libusb-0.1.8/work/libusb-0.1.8/config.log (config.log,8.23 KB, text/plain)
2004-12-01 08:27 UTC, crapdune
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crapdune 2004-12-01 08:25:08 UTC
emerge failed when try to do econf

Reproducible: Always
Steps to Reproduce:
1. emerge libusb
2.
3.

Actual Results:  
!!! ERROR: dev-libs/libusb-0.1.8 failed.
!!! Function econf, Line 449, Exitcode 77
!!! econf failed


Expected Results:  
compile libusb :)

See files attached
Comment 1 crapdune 2004-12-01 08:27:54 UTC
Created attachment 45057 [details]
/var/tmp/portage/libusb-0.1.8/work/libusb-0.1.8/config.log
Comment 2 crapdune 2004-12-05 19:29:46 UTC
emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 AMD Athlon(tm) XP
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer gphoto2"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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="-O2 -march=athlon-xp -fomit-frame-pointer gphoto2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://adelie.polymtl.ca/ ftp://cs.ubishops.ca/pub/gentoo ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://chod.cwru.edu/gentoo ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ http://chod.cwru.edu/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 apache2 apm arts avi berkdb bitmap-fonts bonobo crypt cups doc encode esd f77 fam foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml guile imlib java jpeg junit libg++ libwww mad mikmod motif mozilla mpeg mysql ncurses nls oggvorbis opengl pam pdflib perl php png python quicktime readline samba sdl spell ssl svga tcpd tiff truetype x86 xml xml2 xmms xv zlib"
Comment 3 crapdune 2004-12-06 07:29:35 UTC
When I go in '/var/tmp/portage/libusb-0.1.8/work/libusb-0.1.8/' and do "./configure", all is fine. "make" works too.
seems it's the argument passed by emerge to gcc who make the problem ?

I know nothing about how emerge work really inside, so.... :(

By the way, I have the same problem with every package who need gcc I think, like emacs and many others. That pretty lame for me :(
Comment 4 crapdune 2004-12-06 07:43:51 UTC
I change in /etc/make.conf this line:
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer gphoto2"
by this line:
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"

I don't know how gphoto2 arguments came there :/ I want to install it, but I hadn't at this moment.