Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 13:42:50 +0000
From:      "mal content" <artifact.one@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   Having trouble with viewvc package.
Message-ID:  <8e96a0b90702260542q18672744m153b4363fb3b4f2e@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi.

I'm trying to create a binary package of viewvc that can be installed on
my web server. The port, however, seems to create a package with
the wrong dependency information.

I've tried various combinations of 'make package' and 'make package-
recursive' but I always end up with a package that does this:

# pkg_add viewvc*
pkg_add: could not find package python24-2.4.3_3 !
pkg_add: could not find package gdbm-1.8.3_3 !
pkg_add: could not find package apr-db42-1.2.7_1 !
pkg_add: could not find package python24-2.4.3_3 !
pkg_add: could not find package gdbm-1.8.3_3 !
pkg_add: could not find package apr-db42-1.2.7_1 !
pkg_add: autoload of dependency '/home/mc/subversion-python-1.4.3.tbz' failed!

Basically, it looks like the wrong packages are created. Where I should
get 'apr-db42', I actually get 'apr-db42-gdbm' or something similar, which
pkg_add then refuses to use. I've tried forcing with the '-f' flag, but I
don't like the potential future consequences of doing that, I'd like it
to work properly...

any ideas?
MC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8e96a0b90702260542q18672744m153b4363fb3b4f2e>