public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Holly Bostick <motub@planet.nl>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user]  bbgallery and template files
Date: Thu, 25 Aug 2005 19:23:37 +0200	[thread overview]
Message-ID: <430DFE99.5000104@planet.nl> (raw)
In-Reply-To: <87k6ia0wyh.fsf@newsguy.com>

Harry Putnam schreef:
> First if this ends up being a nearly duplicate post... my apologies.
> I tried a similar version from a different machine that has apparently
> not made it to the server.
> 
> I recently went looking for image manipulation tools in general and
> web gallery software in particular... I found in portage something
> called `bbgallery' which looks like a nice simple solution to my need.
> 
> However, after having emerged it and by reading the html docu that
> comes with it, I'm told in the simplest case one can simply navigate
> to a directory full of `*.jpg' and call:
> 
>  $ bbgallery
> 
> When I do that I get an error telling me bbgallery cannot find its
> default template.  The docu suggests there should be a series of
> templates created under /usr/lib/bbgallery/template.  However there is
> not.
> A full list of the pakgage files shows:
> 
> reader > qpkg -l bbgallery
> app-misc/bbgallery-1.2.0 *
> CONTENTS:
> /usr
> /usr/bin
> /usr/bin/bbgallery
> /usr/bin/JPG2jpg
> /usr/lib
> /usr/lib/bbgallery
> /usr/lib/bbgallery/gimp_scale.pl
> /usr/share
> /usr/share/doc
> /usr/share/doc/bbgallery-1.2.0
> /usr/share/doc/bbgallery-1.2.0/html
> /usr/share/doc/bbgallery-1.2.0/html/templates.html
> /usr/share/doc/bbgallery-1.2.0/html/installation.html
> /usr/share/doc/bbgallery-1.2.0/html/index.html
> /usr/share/doc/bbgallery-1.2.0/html/download.html
> /usr/share/doc/bbgallery-1.2.0/html/usage.html
> /usr/share/doc/bbgallery-1.2.0/CHANGELOG.gz
> /usr/share/doc/bbgallery-1.2.0/README.gz
> /usr/share/doc/bbgallery-1.2.0/CREDITS.gz
> 
> No templates at all.
> 
> Any one here have experience with this tool or can suggest a debugging
> approach.   I've written to mail address found on its sourceforge home
> page bb@bb_zone.com but it bounces.
> 

I've just looked at the ebuild:

DESCRIPTION="Webpage image gallery creation perl script"
HOMEPAGE="http://bbgallery.sourceforge.net/"
SRC_URI="mirror://sourceforge/bbgallery/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~sparc alpha amd64"
IUSE=""

RDEPEND="media-gfx/gimp
         dev-lang/perl
         media-gfx/imagemagick
         dev-perl/URI
         dev-perl/libwww-perl
         dev-perl/HTML-Template
         dev-perl/HTML-Parser"


I would assume that HTML-Template is responsible for building the
templates (on first run, possibly)?

So then I went to see if there was a possibility that you might have
disabled HTML-Parser via USE flags:

emerge -pv bbgallery

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] dev-perl/HTML-Template-2.7  61 kB
[ebuild  N    ] dev-perl/Crypt-SSLeay-0.51  114 kB
[ebuild  N    ] dev-perl/libnet-1.19  63 kB
[ebuild  N    ] dev-perl/libwww-perl-5.800  +ssl 223 kB
[ebuild  N    ] app-misc/bbgallery-1.2.0  32 kB

... but there isn't so that wouldn't seem to be it.

Were there any errors in the emerge log? It can certainly happen that a
program could emerge successfully without building all of its parts. Not
often, but it can happen. Are there any bugs listed in b.g.o wrt this
app? Is dev-perl/HTML-Template installed? Are you possibly having other
issues with Perl (recent upgrade of), and need to run perl-cleaner?

That's all I can think of, until someone who meets your criterion
(experience with the specific tool) comes along :) .

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2005-08-25 17:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-25 17:04 [gentoo-user] bbgallery and template files Harry Putnam
2005-08-25 17:20 ` Dave Nebinger
2005-08-25 17:56   ` [gentoo-user] " Harry Putnam
2005-08-25 17:23 ` Holly Bostick [this message]
2005-08-25 20:18   ` [gentoo-user] " Roy Wright
2005-08-26 10:05     ` [gentoo-user] " Harry Putnam
2005-08-26 21:17       ` Roy Wright
2005-08-27  0:10         ` Harry Putnam
2005-08-27  0:48           ` Harry Putnam
2005-08-27  1:17             ` Harry Putnam
2005-08-27  9:24             ` Neil Bothwick
2005-08-27 11:27               ` Harry Putnam
2005-08-27 11:47                 ` Mike Williams
2005-08-27 12:03                   ` Harry Putnam
2005-08-27 12:51                     ` Mike Williams
2005-08-27 15:32                       ` Harry Putnam
2005-08-27 23:35                       ` Harry Putnam
2005-08-28  0:14                         ` Patrick Börjesson
2005-08-27 12:01         ` Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=430DFE99.5000104@planet.nl \
    --to=motub@planet.nl \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox