Subject: Dependency info not acting correctly?
To: None <tech-pkg@netbsd.org>
From: James Chacon <jchacon@genuity.net>
List: tech-pkg
Date: 03/15/2002 04:07:44
I have tried this both before and after the bsd.pkg.mk update tonight.

This is the situation:

I have a box with perl-5.00404 still on it. (yeah I should update it).

I went to install pkgdiff on it tonight and to my surprise it went:

===> Registering installation for pkgdiff-0.104
pkgdiff-0.104 requires installed package perl-5.00404

But pkgdiff's Makefile has:

PERL5_REQD=     5.6.0
USE_PERL5=      YES

My system:

pkg_info|egrep perl
perl-5.00404        Practical Extraction and Report Language
perl-mk-1.1         Note installed perl version for bsd.pkg.mk speedup

So why is this allowing an install when it's clearly not got perl>=5.6.0
installed?

Syetem otherwise is a 1.5ZA x86 system and pkg version is:

pkg_admin -V
20020218

James