[Bug 224023] ports-mgmt/pkg: upgrading to pkg-1.10.2_1 makes "pkg version" do weird things
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 5 12:30:04 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224023
--- Comment #2 from Baptiste Daroussin <bapt at FreeBSD.org> ---
This is because we are not matching anymore on origin. Because origin is not
unique anymore (flavors). We are now matching on the package name. in case of
lang/perl5.26 we are looping in the index for a package named "perl5-<version>"
in your case you decided to have the latest perl5 as the default perl version
but on FreeBSD, so in the INDEX the default is 5.24.3.
So pkg will lookup for lang/perl5.26, get the package name: perl5-5.26, extract
the package name "perl5" lookup for it in the INDEX and find perl5-5.24.3 and
tells you you have a newer version.
Concerning the segmentation fault it is being tracked down right now, will fix
asap.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list