* [gentoo-science] Geomview and Boehm GC
@ 2012-02-20 1:53 Frank Peters
2012-02-20 9:47 ` Andrey G. Grozin
0 siblings, 1 reply; 6+ messages in thread
From: Frank Peters @ 2012-02-20 1:53 UTC (permalink / raw
To: gentoo-science
Hello,
I notice that one of the requirements for the gentoo ebuild of geomview
is the Boehm garbage collector.
Having compiled geomview manually for some time, I have never encountered
an option for the boehm-gc. What is the purpose of requiring boehm-gc
for gentoo's ebuild and how is it integrated with the source code?
Frank Peters
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-science] Geomview and Boehm GC
2012-02-20 1:53 [gentoo-science] Geomview and Boehm GC Frank Peters
@ 2012-02-20 9:47 ` Andrey G. Grozin
2012-02-20 23:01 ` Frank Peters
2012-02-20 23:36 ` [gentoo-science] " Frank Peters
0 siblings, 2 replies; 6+ messages in thread
From: Andrey G. Grozin @ 2012-02-20 9:47 UTC (permalink / raw
To: gentoo-science
On Sun, 19 Feb 2012, Frank Peters wrote:
> I notice that one of the requirements for the gentoo ebuild of geomview
> is the Boehm garbage collector.
I see no boehm-gc here
DEPEND="
>=x11-libs/openmotif-2.3:0
virtual/opengl
emacs? ( virtual/emacs )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}
app-arch/gzip
virtual/w3m
bzip2? ( app-arch/bzip2 )
netpbm? ( >=media-libs/netpbm-10.37.0 )
pdf? (
|| ( app-text/xpdf
app-text/gv
app-text/gsview
app-text/epdfview
app-text/acroread )
)"
Andrey
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-science] Geomview and Boehm GC
2012-02-20 23:01 ` Frank Peters
@ 2012-02-20 22:59 ` fbissey
2012-02-20 23:27 ` [gentoo-science] " Justin Bronder
1 sibling, 0 replies; 6+ messages in thread
From: fbissey @ 2012-02-20 22:59 UTC (permalink / raw
To: gentoo-science
Quoting Frank Peters <frank.peters@comcast.net>:
> On Mon, 20 Feb 2012 16:47:51 +0700 (NOVT)
> "Andrey G. Grozin" <A.G.Grozin@inp.nsk.su> wrote:
>
>> I see no boehm-gc here
>>
>> DEPEND="
>> >=x11-libs/openmotif-2.3:0
>> virtual/opengl
>> emacs? ( virtual/emacs )
>> zlib? ( sys-libs/zlib )"
>> RDEPEND="${DEPEND}
>> app-arch/gzip
>> virtual/w3m
>> bzip2? ( app-arch/bzip2 )
>> netpbm? ( >=media-libs/netpbm-10.37.0 )
>> pdf? (
>> || ( app-text/xpdf
>> app-text/gv
>> app-text/gsview
>> app-text/epdfview
>> app-text/acroread )
>> )"
>>
>
>
> Yes, I checked the ebuild file also.
>
> But when I do "emerge -pv geomview" I get the following list of
> dependencies:
>
> [ebuild N ] dev-libs/libatomic_ops-7.2_alpha4 1,066 kB
> [ebuild N ] dev-libs/boehm-gc-7.2_alpha4-r1 USE="cxx threads" 0 kB
> [ebuild N ] www-client/w3m-0.5.3-r1 USE="X gpm imlib unicode
> -fbcon -gtk -lynxkeymap -migemo -nls -nntp -ssl -xface" LINGUAS="-ja"
> 2,151 kB
> [ebuild N ] virtual/w3m-0 0 kB
> [ebuild N ] sci-mathematics/geomview-1.9.4 USE="bzip2 zlib -avg
> -debug -emacs -netpbm -pdf" 3,954 kB
>
> Geomview will not build without these packages installed.
>
w3m is pulling bohem-gc I am sure. Could you do "emerge -ptv geomview"
so we can
see how these depend on each other?
Francois
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-science] Geomview and Boehm GC
2012-02-20 9:47 ` Andrey G. Grozin
@ 2012-02-20 23:01 ` Frank Peters
2012-02-20 22:59 ` fbissey
2012-02-20 23:27 ` [gentoo-science] " Justin Bronder
2012-02-20 23:36 ` [gentoo-science] " Frank Peters
1 sibling, 2 replies; 6+ messages in thread
From: Frank Peters @ 2012-02-20 23:01 UTC (permalink / raw
To: gentoo-science
On Mon, 20 Feb 2012 16:47:51 +0700 (NOVT)
"Andrey G. Grozin" <A.G.Grozin@inp.nsk.su> wrote:
> I see no boehm-gc here
>
> DEPEND="
> >=x11-libs/openmotif-2.3:0
> virtual/opengl
> emacs? ( virtual/emacs )
> zlib? ( sys-libs/zlib )"
> RDEPEND="${DEPEND}
> app-arch/gzip
> virtual/w3m
> bzip2? ( app-arch/bzip2 )
> netpbm? ( >=media-libs/netpbm-10.37.0 )
> pdf? (
> || ( app-text/xpdf
> app-text/gv
> app-text/gsview
> app-text/epdfview
> app-text/acroread )
> )"
>
Yes, I checked the ebuild file also.
But when I do "emerge -pv geomview" I get the following list of
dependencies:
[ebuild N ] dev-libs/libatomic_ops-7.2_alpha4 1,066 kB
[ebuild N ] dev-libs/boehm-gc-7.2_alpha4-r1 USE="cxx threads" 0 kB
[ebuild N ] www-client/w3m-0.5.3-r1 USE="X gpm imlib unicode -fbcon -gtk -lynxkeymap -migemo -nls -nntp -ssl -xface" LINGUAS="-ja" 2,151 kB
[ebuild N ] virtual/w3m-0 0 kB
[ebuild N ] sci-mathematics/geomview-1.9.4 USE="bzip2 zlib -avg -debug -emacs -netpbm -pdf" 3,954 kB
Geomview will not build without these packages installed.
Frank Peters
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-science] Re: Geomview and Boehm GC
2012-02-20 23:01 ` Frank Peters
2012-02-20 22:59 ` fbissey
@ 2012-02-20 23:27 ` Justin Bronder
1 sibling, 0 replies; 6+ messages in thread
From: Justin Bronder @ 2012-02-20 23:27 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]
On 20/02/12 18:01 -0500, Frank Peters wrote:
> On Mon, 20 Feb 2012 16:47:51 +0700 (NOVT)
> "Andrey G. Grozin" <A.G.Grozin@inp.nsk.su> wrote:
>
> > I see no boehm-gc here
> >
> > DEPEND="
> > >=x11-libs/openmotif-2.3:0
> > virtual/opengl
> > emacs? ( virtual/emacs )
> > zlib? ( sys-libs/zlib )"
> > RDEPEND="${DEPEND}
> > app-arch/gzip
> > virtual/w3m
> > bzip2? ( app-arch/bzip2 )
> > netpbm? ( >=media-libs/netpbm-10.37.0 )
> > pdf? (
> > || ( app-text/xpdf
> > app-text/gv
> > app-text/gsview
> > app-text/epdfview
> > app-text/acroread )
> > )"
> >
>
>
> Yes, I checked the ebuild file also.
>
> But when I do "emerge -pv geomview" I get the following list of
> dependencies:
>
> [ebuild N ] dev-libs/libatomic_ops-7.2_alpha4 1,066 kB
> [ebuild N ] dev-libs/boehm-gc-7.2_alpha4-r1 USE="cxx threads" 0 kB
> [ebuild N ] www-client/w3m-0.5.3-r1 USE="X gpm imlib unicode -fbcon -gtk -lynxkeymap -migemo -nls -nntp -ssl -xface" LINGUAS="-ja" 2,151 kB
> [ebuild N ] virtual/w3m-0 0 kB
> [ebuild N ] sci-mathematics/geomview-1.9.4 USE="bzip2 zlib -avg -debug -emacs -netpbm -pdf" 3,954 kB
>
> Geomview will not build without these packages installed.
>
> Frank Peters
>
>
It's required by www-client/w3m. Change your command to 'emerge -pvt
geomview' and you'd see:
[ebuild N ~] sci-mathematics/geomview-1.9.4 USE="bzip2 zlib -avg -debug -emacs -netpbm -pdf" 3,944 kB
[ebuild N ] virtual/w3m-0 0 kB
[ebuild N ] www-client/w3m-0.5.2-r4 USE="ssl unicode -X -fbcon -gpm
-gtk -imlib -lynxkeymap -migemo -nls -nntp -xface" LINGUAS="-ja" 1,863 kB
[ebuild N ] dev-libs/boehm-gc-7.1-r1 USE="cxx threads" 1,053 kB
--
Justin Bronder
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-science] Geomview and Boehm GC
2012-02-20 9:47 ` Andrey G. Grozin
2012-02-20 23:01 ` Frank Peters
@ 2012-02-20 23:36 ` Frank Peters
1 sibling, 0 replies; 6+ messages in thread
From: Frank Peters @ 2012-02-20 23:36 UTC (permalink / raw
To: gentoo-science
On Mon, 20 Feb 2012 16:47:51 +0700 (NOVT)
"Andrey G. Grozin" <A.G.Grozin@inp.nsk.su> wrote:
> I see no boehm-gc here
>
> DEPEND="
> >=x11-libs/openmotif-2.3:0
> virtual/opengl
> emacs? ( virtual/emacs )
> zlib? ( sys-libs/zlib )"
> RDEPEND="${DEPEND}
> app-arch/gzip
> virtual/w3m
> bzip2? ( app-arch/bzip2 )
> netpbm? ( >=media-libs/netpbm-10.37.0 )
> pdf? (
> || ( app-text/xpdf
> app-text/gv
> app-text/gsview
> app-text/epdfview
> app-text/acroread )
> )"
>
OK. I got it figured out.
Actually, the boehm-gc dependency is for w3m, and w3m is a requirement
for geomview.
W3m is required for reading the geomview documentation, but geomview
can use other HTML viewers.
Frank Peters
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-21 0:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 1:53 [gentoo-science] Geomview and Boehm GC Frank Peters
2012-02-20 9:47 ` Andrey G. Grozin
2012-02-20 23:01 ` Frank Peters
2012-02-20 22:59 ` fbissey
2012-02-20 23:27 ` [gentoo-science] " Justin Bronder
2012-02-20 23:36 ` [gentoo-science] " Frank Peters
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox