Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] bbgallery and template files
Date: Thu, 25 Aug 2005 17:30:59
Message-Id: 430DFE99.5000104@planet.nl
In Reply to: [gentoo-user] bbgallery and template files by Harry Putnam
1 Harry Putnam schreef:
2 > First if this ends up being a nearly duplicate post... my apologies.
3 > I tried a similar version from a different machine that has apparently
4 > not made it to the server.
5 >
6 > I recently went looking for image manipulation tools in general and
7 > web gallery software in particular... I found in portage something
8 > called `bbgallery' which looks like a nice simple solution to my need.
9 >
10 > However, after having emerged it and by reading the html docu that
11 > comes with it, I'm told in the simplest case one can simply navigate
12 > to a directory full of `*.jpg' and call:
13 >
14 > $ bbgallery
15 >
16 > When I do that I get an error telling me bbgallery cannot find its
17 > default template. The docu suggests there should be a series of
18 > templates created under /usr/lib/bbgallery/template. However there is
19 > not.
20 > A full list of the pakgage files shows:
21 >
22 > reader > qpkg -l bbgallery
23 > app-misc/bbgallery-1.2.0 *
24 > CONTENTS:
25 > /usr
26 > /usr/bin
27 > /usr/bin/bbgallery
28 > /usr/bin/JPG2jpg
29 > /usr/lib
30 > /usr/lib/bbgallery
31 > /usr/lib/bbgallery/gimp_scale.pl
32 > /usr/share
33 > /usr/share/doc
34 > /usr/share/doc/bbgallery-1.2.0
35 > /usr/share/doc/bbgallery-1.2.0/html
36 > /usr/share/doc/bbgallery-1.2.0/html/templates.html
37 > /usr/share/doc/bbgallery-1.2.0/html/installation.html
38 > /usr/share/doc/bbgallery-1.2.0/html/index.html
39 > /usr/share/doc/bbgallery-1.2.0/html/download.html
40 > /usr/share/doc/bbgallery-1.2.0/html/usage.html
41 > /usr/share/doc/bbgallery-1.2.0/CHANGELOG.gz
42 > /usr/share/doc/bbgallery-1.2.0/README.gz
43 > /usr/share/doc/bbgallery-1.2.0/CREDITS.gz
44 >
45 > No templates at all.
46 >
47 > Any one here have experience with this tool or can suggest a debugging
48 > approach. I've written to mail address found on its sourceforge home
49 > page bb@bb_zone.com but it bounces.
50 >
51
52 I've just looked at the ebuild:
53
54 DESCRIPTION="Webpage image gallery creation perl script"
55 HOMEPAGE="http://bbgallery.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/bbgallery/${P}.tar.bz2"
57
58 SLOT="0"
59 LICENSE="GPL-2"
60 KEYWORDS="x86 ppc ~sparc alpha amd64"
61 IUSE=""
62
63 RDEPEND="media-gfx/gimp
64 dev-lang/perl
65 media-gfx/imagemagick
66 dev-perl/URI
67 dev-perl/libwww-perl
68 dev-perl/HTML-Template
69 dev-perl/HTML-Parser"
70
71
72 I would assume that HTML-Template is responsible for building the
73 templates (on first run, possibly)?
74
75 So then I went to see if there was a possibility that you might have
76 disabled HTML-Parser via USE flags:
77
78 emerge -pv bbgallery
79
80 These are the packages that I would merge, in order:
81
82 Calculating dependencies ...done!
83 [ebuild N ] dev-perl/HTML-Template-2.7 61 kB
84 [ebuild N ] dev-perl/Crypt-SSLeay-0.51 114 kB
85 [ebuild N ] dev-perl/libnet-1.19 63 kB
86 [ebuild N ] dev-perl/libwww-perl-5.800 +ssl 223 kB
87 [ebuild N ] app-misc/bbgallery-1.2.0 32 kB
88
89 ... but there isn't so that wouldn't seem to be it.
90
91 Were there any errors in the emerge log? It can certainly happen that a
92 program could emerge successfully without building all of its parts. Not
93 often, but it can happen. Are there any bugs listed in b.g.o wrt this
94 app? Is dev-perl/HTML-Template installed? Are you possibly having other
95 issues with Perl (recent upgrade of), and need to run perl-cleaner?
96
97 That's all I can think of, until someone who meets your criterion
98 (experience with the specific tool) comes along :) .
99
100 HTH,
101 Holly
102 --
103 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] bbgallery and template files Roy Wright <royw@×××××.com>