svn commit: r251794 - in head: . contrib/cvs etc etc/mtree gnu/usr.bin gnu/usr.bin/cvs share/doc/psd share/doc/psd/28.cvs share/mk tools/build/mk tools/build/options tools/tools/nanobsd/gateworks

Peter Wemm peter at wemm.org
Sun Jun 16 04:02:57 UTC 2013


On Sat, Jun 15, 2013 at 8:27 PM, Glen Barber <gjb at freebsd.org> wrote:
> On Sat, Jun 15, 2013 at 08:20:58PM -0700, Peter Wemm wrote:
>> On Sat, Jun 15, 2013 at 8:14 PM, Glen Barber <gjb at freebsd.org> wrote:
>> > On Sat, Jun 15, 2013 at 08:06:03PM -0700, Peter Wemm wrote:
>> >> On Sat, Jun 15, 2013 at 4:34 PM, Bryan Drewery <bdrewery at freebsd.org> wrote:
>> >>
>> >> > There are build-time dependencies on cvs. This is just grepping my last
>> >> > (partial) exp-run logs for '/usr/bin/n?cvs'
>> >>
>> >> Where was this righteous indignation when the perl 5.14.2 -> 5.14
>> >> directory rename abomination was unleashed?  Why wasn't every perl
>> >> port micro version bumped?   If ever there was a festering pile of
>> >> horse excrement, that was one.
>> >>
>> >
>> > Please see ports/sysutils/cfengine port for how we can start to avoid
>> > this insanity with such version bumps.  All we need is a little bit of
>> > testing, and someone to pull the trigger.
>>
>> What does cfengine have to do with two ports with the same version but
>> with different contents?
>>
>
> What two ports with the same version?  lang/perl5.14.2 didn't exist.  It
> was always lang/perl5.14.

No, the problem is things like:
p5-Net-DNS-0.72                Perl5 interface to the DNS resolver,
and dynamic updates
p5-Net-DNS-SEC-0.16            DNSSEC extensions to Net::DNS

The behind-the-scenes change caused "p5-Net-DNS-0.72" to have files in
different locations depending on when it was built.  Then the @INC
paths don't match and stuff catches fire.

peter at canning[9:00pm]~-103> pkg info -l p5-Net-DNS-0.72
...
/usr/local/lib/perl5/site_perl/5.14.2/mach/Net/DNS/ZoneFile.pm
/usr/local/lib/perl5/site_perl/5.14.2/mach/auto/Net/DNS/.packlist
/usr/local/lib/perl5/site_perl/5.14.2/mach/auto/Net/DNS/DNS.bs
...
and if I force rebuild it now, it has different contents with the same
version number.  And it won't work unless you remember to do so.

-- 
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV
On IRC, talking about C++:
<BigKnife> I think that it is a good thing I will never meet Bjarne on a street
<BigKnife> cause really, I don't want to end up in prison or anything


More information about the svn-src-head mailing list