Gentoo Archives: gentoo-science

From: fbissey@××××××××××××.nz
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Geomview and Boehm GC
Date: Tue, 21 Feb 2012 00:02:42
Message-Id: 20120221115944.4gg4gcwog880sc84@webmail.slingshot.co.nz
In Reply to: Re: [gentoo-science] Geomview and Boehm GC by Frank Peters
1 Quoting Frank Peters <frank.peters@×××××××.net>:
2
3 > On Mon, 20 Feb 2012 16:47:51 +0700 (NOVT)
4 > "Andrey G. Grozin" <A.G.Grozin@×××××××.su> wrote:
5 >
6 >> I see no boehm-gc here
7 >>
8 >> DEPEND="
9 >> >=x11-libs/openmotif-2.3:0
10 >> virtual/opengl
11 >> emacs? ( virtual/emacs )
12 >> zlib? ( sys-libs/zlib )"
13 >> RDEPEND="${DEPEND}
14 >> app-arch/gzip
15 >> virtual/w3m
16 >> bzip2? ( app-arch/bzip2 )
17 >> netpbm? ( >=media-libs/netpbm-10.37.0 )
18 >> pdf? (
19 >> || ( app-text/xpdf
20 >> app-text/gv
21 >> app-text/gsview
22 >> app-text/epdfview
23 >> app-text/acroread )
24 >> )"
25 >>
26 >
27 >
28 > Yes, I checked the ebuild file also.
29 >
30 > But when I do "emerge -pv geomview" I get the following list of
31 > dependencies:
32 >
33 > [ebuild N ] dev-libs/libatomic_ops-7.2_alpha4 1,066 kB
34 > [ebuild N ] dev-libs/boehm-gc-7.2_alpha4-r1 USE="cxx threads" 0 kB
35 > [ebuild N ] www-client/w3m-0.5.3-r1 USE="X gpm imlib unicode
36 > -fbcon -gtk -lynxkeymap -migemo -nls -nntp -ssl -xface" LINGUAS="-ja"
37 > 2,151 kB
38 > [ebuild N ] virtual/w3m-0 0 kB
39 > [ebuild N ] sci-mathematics/geomview-1.9.4 USE="bzip2 zlib -avg
40 > -debug -emacs -netpbm -pdf" 3,954 kB
41 >
42 > Geomview will not build without these packages installed.
43 >
44 w3m is pulling bohem-gc I am sure. Could you do "emerge -ptv geomview"
45 so we can
46 see how these depend on each other?
47
48 Francois