Gentoo Archives: gentoo-dev

From: Hendrik Visage <hvisage@×××××××××××.za>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] flwm ebuild "fix"
Date: Wed, 08 Aug 2001 20:40:49
Message-Id: 20010809044028.L4064@hvs.envisage.co.za
In Reply to: Re: [gentoo-dev] flwm ebuild "fix" by Hendrik Visage
1 On Thu, Aug 09, 2001 at 04:33:48AM +0200, Hendrik Visage wrote:
2 > On Wed, Aug 08, 2001 at 09:05:57PM -0500, tadpol@××××××.org wrote:
3 > > On Wed, Aug 08, 2001 at 11:04:22PM +0200, Hendrik Visage wrote:
4 > > > The flwm -1.0 ebuild have a problem by not adding the
5 > > > -lGL option to the Makefile's LIBS.
6 > > >
7 > > > my Quick fix:
8 > > >
9 > > > src_compile() {
10 > > > try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
11 > > > added> try vim -s /tmp/t Makefile
12 > > > try make
13 > > > }
14 > > >
15 > > > with /tmp/t:
16 > > > ---snip---
17 > > > :1,$s/LIBS =/LIBS = -lGL /
18 > > > :x
19 > > > ---snip---
20 > >
21 > > that's odd. flwm builds for me just fine without the -lGL.
22 > > care to share your USE line? And the USE line for fltk too. You can get
23 > > both from /var/db/pkg/<base dir>/<package dir>/USE
24 > > (that'd be /var/db/pkg/x11-wm/flwm-1.00/USE and
25 > > /var/db/pkg/x11-libs/fltk-1.0.11/USE )
26
27 Have to add: I somehow got the same results when doing a standard
28 extract, ./configure & make also. Something that's laying around ?
29
30 bash-2.04# ldd `which flwm`
31 libfltk.so.1 => /usr/X11R6/lib/libfltk.so.1 (0x4001f000)
32 libGL.so.1 => /usr/lib/libGL.so.1 (0x4007e000)
33 libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40255000)
34 libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4033f000)
35 libstdc++-libc6.2-2.so.3 =>
36 /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/libstdc++-libc6.2-2.so.3 (0x4034e000)
37 libm.so.6 => /lib/libm.so.6 (0x4039e000)
38 libc.so.6 => /lib/libc.so.6 (0x403c1000)
39 libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x404e4000)
40 libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x404ee000)
41 libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40507000)
42 libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x4051d000)
43 libpthread.so.0 => /lib/libpthread.so.0 (0x40525000)
44 /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
45 libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4053b000)
46
47 > slang readline gpm berkdb gdbm tcpd pam libwww ssl
48 > lm_sensors lvm pcmcia-cs alsa
49 > nls mmx mitshm gtk X
50 > esd lcms gif sdl vorbis ogg 3dnow
51 > gnome qt kde motif opengl mozilla
52 >
53 > For both of them.
54 >
55 > > I don't have any form of gl in my use line, so I wonder if that's it?
56 > > (i'll see if I can test that, but not having a dedicated box for testing
57 > > ebuilds, makes for difficulties.)
58 > >
59 > > --
60 > > Michael Tilstra tadpol@××××××.org
61 > > <CONTROL-G> if you love peace and quiet.
62 > >
63 > > _______________________________________________
64 > > gentoo-dev mailing list
65 > > gentoo-dev@××××××××××.org
66 > > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
67 >
68 > --
69 > ------------------------
70 > Hendrik Visage
71 > hvisage@×××××××××××.za
72 >
73 > _______________________________________________
74 > gentoo-dev mailing list
75 > gentoo-dev@××××××××××.org
76 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
77
78 --
79 ------------------------
80 Hendrik Visage
81 hvisage@×××××××××××.za

Replies

Subject Author
Re: [gentoo-dev] flwm ebuild "fix" tadpol@××××××.org