Gentoo Archives: gentoo-dev

From: Gold is Heavy <aeoo@×××××××.org>
To: James M Long <jlong@×××××××××××××××.gov>, gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] debugging pan crash
Date: Thu, 11 Oct 2001 07:30:05
Message-Id: auto-000008747310@front2.mail.megapathdsl.net
In Reply to: Re: [gentoo-dev] debugging pan crash by James M Long
1 On Thursday 11 October 2001 10:03 am, James M Long wrote:
2 > On Wed, 10 Oct 2001 20:06:59 -0400
3 >
4 > Gold is Heavy <aeoo@×××××××.org> wrote:
5 > > [pan is broken message snipped]
6 > I am surprised that no one has looked at the pan website itself. It clearly
7
8 I did read it. Why did you think I did not?
9
10 > shows that it needs the following libraries: gtk+ 1.2.10 or higher
11 > libxml 1.8.11 or higher
12 > gdk-pixbuf 0.10.1 or higher and unforunately...
13 > gnome-libs 1.0.16 or higher
14
15 $ cd /var/db/pkg
16 $ find . | grep -i "gtk\+.*ebuild$"
17 ./x11-libs/gtk+-1.2.10-r4/gtk+-1.2.10-r4.ebuild
18 $ find . | grep -i "libxml.*ebuild$"
19 ./dev-libs/libxml2-2.4.1/libxml2-2.4.1.ebuild
20 ./dev-libs/libxml-1.8.16/libxml-1.8.16.ebuild
21 $ find . | grep -i "pixbuf.*ebuild$"
22 ./media-libs/gdk-pixbuf-0.11.0-r1/gdk-pixbuf-0.11.0-r1.ebuild
23 $ find . | grep -i "gnome-libs.*ebuild$"
24 ./gnome-base/gnome-libs-1.4.1.2-r1/gnome-libs-1.4.1.2-r1.ebuild
25
26 > Also of note is the message:
27 > Pan does not require the GNOME desktop. It can be used in other
28 > desktops/window managers such as KDE, AfterStep, WindowMaker, etc. if the
29 > prerequisite libraries are installed. So there you go, it is basically a
30 > gnome app that can run under various other WM's and DE's... (Like most of
31 > the other gnome apps.)
32
33 All this info, btw, is also in the README file.
34
35 >
36 > I would suggest unmerging PAN, then emerging the above libs and then
37 > emerging PAN again. It seems from a quick glance at the ebuild files...
38 > that emerging gtkhtml would be wise also, due to the fact that the ebuild
39 > is for version 0.10 of PAN which still uses gtkhtml to do inline images...
40
41 Uh, it looks like gtkhtml is masked, and I don't feel like merging a masked
42 package, because it was probably masked for a good reason. Plus, pan's site
43 doesn't require it.
44
45 > Let me know if there is anything else that needs to be explained or looked
46 > at.
47
48 --Leo

Replies

Subject Author
Re: [gentoo-dev] debugging pan crash James M Long <jlong@××××××××××××.gov>
Re: [gentoo-dev] debugging pan crash Mikael Hallendal <hallski@g.o>
Re: [gentoo-dev] debugging pan crash James M Long <jlong@××××××××××××.gov>