Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem emerge : econf ?? ...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
MgC
n00b
n00b


Joined: 09 May 2005
Posts: 24

PostPosted: Mon May 09, 2005 7:10 pm    Post subject: problem emerge : econf ?? ... Reply with quote

hello,

i am trying to
Code:
emerge gnome xscreensaver

but it don t work :
Error : net-misc/howl-0.9.8 failed
function econf, line 485, exitcode 0
econf failed

(it also says : checking for c compiler default output ... configure: error C Compiler caonnat create executables)

i have been reading post here for 2h, and tried to put net-misc/howl ~x86 into package.keywords"
but it still don t work


My USE flags are:
Code:
USE="-kde -qt gnome alsa gtk hal howl openssh cdr"

I also can t emerge ethtool : same error : fonction econf, line 485

My kernel is kernel-2.6.11-gentoo-r3 compiled with genkernel.

can someone help me ? ;)


Last edited by MgC on Mon May 09, 2005 8:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
MgC
n00b
n00b


Joined: 09 May 2005
Posts: 24

PostPosted: Mon May 09, 2005 8:06 pm    Post subject: Reply with quote

in fact i think i can t emerge anything
all things i emerge with the econf function =

function econf, line 485, exitcode 0
econf failed
checking for c compiler default output ... configure: error C Compiler caonnat create executables

:cry:
Back to top
View user's profile Send private message
c0bblers
Guru
Guru


Joined: 28 Mar 2003
Posts: 403

PostPosted: Mon May 09, 2005 8:11 pm    Post subject: Reply with quote

Hi,

The usual cause for that kind of message is incorrect CFLAGS, check them or post them so we can check them for you.

Cheers,
James
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon May 09, 2005 8:12 pm    Post subject: Reply with quote

Please post the output of
Code:
emerge --info
See also https://forums.gentoo.org/viewtopic-t-294109.html
_________________
KDE
Back to top
View user's profile Send private message
MgC
n00b
n00b


Joined: 09 May 2005
Posts: 24

PostPosted: Mon May 09, 2005 8:42 pm    Post subject: Reply with quote

ok here is the result of emerge --info


Code:

livecd / # emerge --info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20041102-r1,                                               2.6.11-gentoo-r3 i686)
=================================================================
System uname: 2.6.11-gentoo-r3 i686 Intel(R) Pentium(R) M processor 1300MHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 10 2005, 20:47:05)                                              ]
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -march=pentium-m -pipe "
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X1                                              1/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -march=pentium-m -pipe "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/                                              distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups emboss encode es                                              d fam foomaticdb fortran gdbm gif gnome gpm gtk gtk2 hal howl imlib ipv6 jpeg li                                              bg++ libwww mad mikmod motif mp3 mpeg ncurses nls oggvorbis opengl openssh oss p                                              am pdflib perl png python quicktime readline sdl spell ssl svga tcpd tiff truety                                              pe truetype-fonts type1-fonts xml2 xmms xv zlib userland_GNU kernel_linux elibc_                                              glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLA                                              Y
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Mon May 09, 2005 8:47 pm    Post subject: Reply with quote

MgC wrote:
gcc-3.3.5
Quote:
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -march=pentium-m"
GCC 3.3 does not support pentium-m as a target for -march=. Please try using "-march=pentium3 -msse2" instead. If you want to use "-march=pentium-m" you';ll need to use GCC 3.4 (marked as testing, "~x86", in Portage). Please note that if you do decide to use GCC 3.4, you'll need to use "-mtune" instead of "-mcpu".
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
MgC
n00b
n00b


Joined: 09 May 2005
Posts: 24

PostPosted: Mon May 09, 2005 8:55 pm    Post subject: Reply with quote

wooot it work
thx a lot to all ;)

:D :D
Back to top
View user's profile Send private message
gwolf
Guru
Guru


Joined: 05 May 2005
Posts: 374
Location: Estonia

PostPosted: Mon May 09, 2005 9:00 pm    Post subject: Reply with quote

I had recently the same problem with emerging php, exactly the same error about econf, line 485.
It did solve by itself after I reemerged some dependencies (if I remember correctly, reemerging cracklib helped in my case). You may check if some dependencies have updates available.

EDIT: Well, seems you got it to work already ;-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum