LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices

Reply
 
Thread Tools
Old 10-26-2009, 10:37 AM   #1
jrodia
LQ Newbie
 
Registered: Mar 2007
Distribution: Gentoo, Ubuntu 9.04, PCLinuxOS 2009
Posts: 22
Thanked: 0
Angry missing libwrap for gnome emerge


[Log in to get rid of this advertisement]
I'm trying to install Gnome, and I keep getting the "die 'econf failed'" error for gnome-base/gnome-session-2.20.3. Here's the error:

Code:
checking for TCP wrappers... configure: error: "libwrap not found!"

ERROR: gnome-base/gnome-session-2.20.3 failed
Call stack:
                           ebuild.sh, line   49: Called src_compile
                         environment, line 2572: Called gnome2_src_compile
                         environment, line 1957: Called gnome2_src_configure
The specific snippet of code:
                                    die "econf failed"
The die message:
 econf failed
I did a little research and found it may be to me missing tcp-wrappers. I remerged tcp-wrappers successfully, but I'm still having the same issue. Any ideas as to what's going on?

Many thanks.
macos jrodia is offline     Reply With Quote
Old 10-26-2009, 12:05 PM   #2
markush
Member
 
Registered: Apr 2007
Location: Germany
Distribution: Gentoo, Slackware
Posts: 389
Thanked: 49
Hello jrodia,

did you look into the log-file?

Markus
linuxgentoo markush is offline     Reply With Quote
Old 10-26-2009, 12:19 PM   #3
jrodia
LQ Newbie
 
Registered: Mar 2007
Distribution: Gentoo, Ubuntu 9.04, PCLinuxOS 2009
Posts: 22
Thanked: 0

Original Poster
Yes. That's where I found the "libwrap not found" message.

I'm running a 64-bit version... could it be looking for libwrap in the 32 bit libraries?

Last edited by jrodia; 10-26-2009 at 12:22 PM..
macos jrodia is offline     Reply With Quote
Old 10-26-2009, 12:26 PM   #4
markush
Member
 
Registered: Apr 2007
Location: Germany
Distribution: Gentoo, Slackware
Posts: 389
Thanked: 49
well, I've tried "emerge -pv libwrap" but there is no such ebuild.
The question is if there is something wrong with your tcp-wrapper. I had sometimes the problem that such a package needed more (or other) USE-flags. But the tcp-wrapper has only "-ipv6". Are there other failing dependencies in the logfile?

Markus
linuxgentoo markush is offline     Reply With Quote
Old 10-26-2009, 12:29 PM   #5
jrodia
LQ Newbie
 
Registered: Mar 2007
Distribution: Gentoo, Ubuntu 9.04, PCLinuxOS 2009
Posts: 22
Thanked: 0

Original Poster
No. that appears to be the only error. I've copied the libwrap.so file from /lib64 to /lib32, but that didn't seem to have any success.
macos jrodia is offline     Reply With Quote
Old 10-26-2009, 12:37 PM   #6
markush
Member
 
Registered: Apr 2007
Location: Germany
Distribution: Gentoo, Slackware
Posts: 389
Thanked: 49
Hi,

wich USE-flags have you set for /gnome-base/gnome-session?

Markus
linuxgentoo markush is offline     Reply With Quote
Old 10-26-2009, 12:47 PM   #7
jrodia
LQ Newbie
 
Registered: Mar 2007
Distribution: Gentoo, Ubuntu 9.04, PCLinuxOS 2009
Posts: 22
Thanked: 0

Original Poster
I was only using the default USE flags. It was was a standard "emerge gnome"
macos jrodia is offline     Reply With Quote
Old 10-26-2009, 12:50 PM   #8
markush
Member
 
Registered: Apr 2007
Location: Germany
Distribution: Gentoo, Slackware
Posts: 389
Thanked: 49
Well, the "default" was your choice when installing Gentoo...
Please post the ouput of:
Code:
emerge -pv gnome-session
Markus
linuxgentoo markush is offline     Reply With Quote
Old 10-26-2009, 01:33 PM   #9
jrodia
LQ Newbie
 
Registered: Mar 2007
Distribution: Gentoo, Ubuntu 9.04, PCLinuxOS 2009
Posts: 22
Thanked: 0

Original Poster
Code:
js-sandbox jsec # emerge -pv gnome-session

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild N    ] gnome-base/gnome-session-2.20.3 USE="branding esd ipv6 tcpd -debug" 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB
macos jrodia is offline     Reply With Quote
Old 10-26-2009, 01:38 PM   #10
markush
Member
 
Registered: Apr 2007
Location: Germany
Distribution: Gentoo, Slackware
Posts: 389
Thanked: 49
Hi,

I think you're not building the latest version of gnome (on my system I've the ebuild for gnome-session-2.26.2). I'd suggest to
Code:
emerge --sync
and then try to build gnome again.

Markus

Last edited by markush; 10-26-2009 at 01:40 PM..
linuxgentoo markush is offline     Reply With Quote
Old 10-27-2009, 05:28 AM   #11
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 2,898
Thanked: 271
Quote:
Originally Posted by jrodia View Post
No. that appears to be the only error. I've copied the libwrap.so file from /lib64 to /lib32, but that didn't seem to have any success.
Never do this. It's a nonsense.

And if you didn't already, please, delete the copy. Leftovers like this one can really give people a hard time when trying to help you diagnose something in the future.

Then, follow the advise from markush above and try again.
linuxgentoo i92guboj is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flashing Gnome Login And Missing Gnome Panels, Gnome is borked! openSuse 10.2 Perps Suse/Novell 1 03-17-2008 06:22 PM
Emerge Broke Gnome (maybe) justanto Linux - General 1 02-13-2008 07:34 AM
Gentoo configuration issue (missing user groups, alsa messing with emerge, DEVFS) Lechium Linux - Distributions 3 04-06-2005 03:06 AM
HELP !! Can't emerge gnome !! enigmaweb Linux - Software 0 02-03-2005 01:16 AM
emerge and gnome.. a mess ! qwijibow Linux - Software 3 08-16-2004 09:28 AM


All times are GMT -5. The time now is 10:24 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration