Subject: pkg/37406: lang/perl5/version.mk issue (net/nagios-base cannot be compiled)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <naoto@morishima.net>
List: pkgsrc-bugs
Date: 11/20/2007 08:40:01
>Number: 37406
>Category: pkg
>Synopsis: lang/perl5/version.mk issue (net/nagios-base cannot be compiled)
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Nov 20 08:40:00 +0000 2007
>Originator: Naoto Morishima
>Release: 3.1_STABLE
>Organization:
NAIST
>Environment:
etBSD xxx 3.1_STABLE NetBSD 3.1_STABLE (GENERIC 1.661.2.9) #1: Tue Apr 3 21:31:15 JST 2007 xxx@xxx:/usr/obj/sys/arch/i386/compile/XXX i386
>Description:
My friends found that comping net/nagios-base which requires perl>=5.6 (according to net/nagios-base/Makefile.common) deletes lang/perl5 package even when the version of installed perl is 5.8.8nb4.
>How-To-Repeat:
At CVS HEAD of pkgsrc, install lang/perl5 and try to compile net/nagios-base.
>Fix:
net/nagios-base/Makefile.common has the requirement that perl>=5.6, and net/nagios-base/Makefile includes ../../lang/perl5/buildlink3.mk. On the other hand, lang/perl5/buildlink3.mk adds the requirement that perl>=5.8.7. So at this moment, PERL5_REQD=5.6 5.8.7, but no file includes lang/perl5/version.mk, therefore pkgsrc system cannot resolve dependencies correctly.
Maybe lang/perl5/buildlink3.mk or something should includes lang/perl5/version.mk, I guess?