pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41412
The following reply was made to PR pkg/41412; it has been noted by GNATS.
From: "S.P.Zeidler" <spz%serpens.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost
Subject: Re: pkg/41412
Date: Fri, 6 Nov 2009 09:52:56 +0100
Hi,
what happens is:
setup.py sees an installed db* and helpfully uses it instead of the
bsddb185 shim. So to get the package to package as it is now, simply
build in an environment where there's no db* installed.
To fix one could:
- remove the section in setup.py that drags in the installed db libs
better fix:
- option a dependency on whatever db* the user wants. If you just
un-PLIST the bsddb185 lib if you have a 'real' db installed you get
a package with a dependency on a db package that may not be installed
on the target system.
regards,
spz
--
spz%serpens.de@localhost (S.P.Zeidler)
Home |
Main Index |
Thread Index |
Old Index