Gentoo Archives: gentoo-dev

From: Marc Chabrol <marcc@×××××××.com>
To: Tom Syroid <tom@×××××××××××.com>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] PAM appears B0rked RESOLVED
Date: Mon, 21 Oct 2002 17:23:05
Message-Id: 200210211522.45911.marcc@whitepj.com
In Reply to: Re: [gentoo-dev] PAM appears B0rked RESOLVED by Tom Syroid
1 On Monday 21 October 2002 03:15 pm, Tom Syroid wrote:
2 > Thanks to Spider, Matthew, and Tom...
3 >
4 > glib-1.2.x was the problem all right. I also re-emerged readline, python,
5 > libtools, and a bunch of other ancillary stuff in my quest for a solution,
6 > but it seems glib was the main culprit. Problem is, I didn't know where to
7 > find it to do a re-emerge. emerge -s glib didn't list it. I now know it's
8 > under sys-devel, but it took some poking and proding to discover this. Once
9 > I found it, I simply re-emerged (didn't unmerge anything first).
10 >
11 > I still have a problem with OpenSSH 3.5 -- the config phase is looking for
12 > "libwrap". Odd. Don't recall ever having a problem building OpenSSH in the
13 > past... Oh well, not terribly concerned. Everything else looks "right
14 > fine". KDE 3.1 (CVS), all new system tools, and a partridge in a pear tree
15 > ;-)
16 >
17 > Anyone know off the top of their head where I can find libwrap?
18
19 qpkg -f /usr/lib/libwrap.a -vv
20 sys-apps/tcp-wrappers-7.6-r3 *
21
22 and from /usr/portage/net-misc/openssh/openssh-3.5_p1.ebuild
23 it seems this should be necessary only if USE contains tcpd :
24
25 DEPEND="${RDEPEND}
26 sys-devel/perl
27 sys-apps/groff
28 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
29
30
31
32
33
34
35
36 >
37 > Best,
38 > /tom
39 >
40 > > actually, go for emerge \<glib-2 instead. safer and you wont break the
41 > > new glib-2 dependant apps by removing the wrong things.
42 > >
43 > >
44 > >
45 > > And I've had this problems where glib-1.2 is installed (as the reporter
46 > > has, checking from versions in the log) which would mean that somehow
47 > > the glib-1.2 install has been flawed.
48 > >
49 > > //Spider
50 >
51 > _______________________________________________
52 > gentoo-dev mailing list
53 > gentoo-dev@g.o
54 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
55
56 --
57 _______________________________________
58 Marc CHABROL White Pajama
59 24610 Industrial Boulevard,
60 HAYWARD, CA 94545
61 www.whitepajama.com

Replies

Subject Author
Re: [gentoo-dev] PAM appears B0rked RESOLVED Tom Syroid <tom@×××××××××××.com>
Re: [gentoo-dev] OpenSSH/libwrap error RESOLVED Tom Syroid <tom@×××××××××××.com>