Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270971 - gnome-base/gnome-session-2.22.3-r1 refuses to compile on amd64: missing libwrap
Summary: gnome-base/gnome-session-2.22.3-r1 refuses to compile on amd64: missing libwrap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-23 18:06 UTC by Peter Waller
Modified: 2009-05-24 17:42 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 Peter Waller 2009-05-23 18:06:32 UTC
From the config log:

From -L/usr/lib, checking in dir /usr/lib for libwrap.a
From -L/usr/local/lib, checking in dir /usr/local/lib for libwrap.a
configure:26041: error: "libwrap not found!"

It appears that it is looking in /usr/lib rather than /usr/lib64, where it would find it.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-23 18:16:25 UTC
libwrap belongs to sys-apps/tcp-wrappers, do you have this installed ?
Comment 2 Peter Waller 2009-05-23 18:19:58 UTC
(In reply to comment #1)
> libwrap belongs to sys-apps/tcp-wrappers, do you have this installed ?
> 

Yes. Hence:
> It appears that it is looking in /usr/lib rather than /usr/lib64, where it
would find it.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-23 18:30:05 UTC
Could you check the following ?

$ ls /lib -l
lrwxrwxrwx 1 root root 5 mai   19 00:44 /lib -> lib64
$ ls /usr/lib -l
lrwxrwxrwx 1 root root 5 janv. 12  2008 /usr/lib -> lib64
Comment 4 Peter Waller 2009-05-23 18:32:42 UTC
Huh.

$ ls /lib -l
lrwxrwxrwx 1 root root 5 May 12 19:16 /lib -> lib64

$ ls /usr/lib -l
total 20
drwxr-xr-x 3 root root 4096 Feb 28 18:28 dbus-1.0
drwxr-xr-x 3 root root 4096 Feb 21 21:11 gcc
drwxr-xr-x 3 root root 4096 Feb 28 15:29 gentoolkit
lrwxrwxrwx 1 root root   20 May 23 18:58 libGLU.la -> /usr/lib64/libGLU.la
lrwxrwxrwx 1 root root   20 May 23 18:58 libGLU.so -> /usr/lib64/libGLU.so
lrwxrwxrwx 1 root root   22 May 23 18:58 libGLU.so.1 -> /usr/lib64/libGLU.so.1
lrwxrwxrwx 1 root root   31 May 23 18:58 libGLU.so.1.3.070300 -> /usr/lib64/libGLU.so.1.3.070300
drwxr-xr-x 2 root root 4096 Mar  1 14:47 mozilla
drwxr-xr-x 2 root root 4096 May 13 17:35 pkgconfig
lrwxrwxrwx 1 root root   15 Feb 28 16:43 sendmail -> /usr/sbin/ssmtp
Comment 5 Peter Waller 2009-05-24 17:42:09 UTC
(In reply to comment #4)
> Huh.
> 

Sorry. It seems that this bug was probably caused my own error at some point. I did not know that /usr/lib was supposed to be a symlink to /usr/lib64, and somehow I had two separate directories. I have now remedied this problem. This bug is a non-bug.