[Bug 2059172] Re: autopkgtest failure with perl/5.38.2-3.2
Gianfranco Costamagna
2059172 at bugs.launchpad.net
Wed Mar 27 12:07:19 UTC 2024
Hello, I found this
# list special cases where a Breaks entry doesn't need to imply
# Replaces+Provides
my %triplet_check_skip = (
"perl-base" => [ "libfile-spec-perl" ],
"libperl5.38" => [ "libfilter-perl" ],
);
Maybe we can do something like
# list special cases where a Breaks entry doesn't need to imply
# Replaces+Provides
my %triplet_check_skip = (
"perl-base" => [ "libfile-spec-perl" ],
"libperl5.38" => [ "libfilter-perl" ],
"libperl5.38t64" => [ "libfilter-perl" ],
);
or similar?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to perl in Ubuntu.
https://bugs.launchpad.net/bugs/2059172
Title:
autopkgtest failure with perl/5.38.2-3.2
Status in perl package in Ubuntu:
New
Bug description:
autopkgtest failed with
(https://autopkgtest.ubuntu.com/results/autopkgtest-
noble/noble/arm64/p/perl/20240326_162839_855b1@/log.gz):
3968s control.t: warning: can't parse dependency ${t64:Provides}
3968s
3968s # Failed test 'Breaks for libfilter-perl in libperl5.38t64 implies Provides'
3968s # at debian/t/control.t line 267.
3968s
3968s # Failed test 'Breaks for libfilter-perl in libperl5.38t64 implies Replaces'
3968s # at debian/t/control.t line 269.
3968s Use of uninitialized value $replaced_version in substitution (s///) at debian/t/control.t line 273.
3969s
3969s # Failed test 'Replaces version for libfilter-perl in libperl5.38t64 matches Breaks'
3969s # at debian/t/control.t line 274.
3969s # got: undef
3969s # expected: '1.64'
3969s
3969s # Failed test 'Provides version for libfilter-perl in libperl5.38t64 matches Breaks'
3969s # at debian/t/control.t line 280.
3969s # got: ''
3969s # expected: '1.64'
3969s # s/libfilter-perl,/libfilter-perl (= 1.64),/
3969s # Looks like you failed 4 tests of 626.
3969s debian/t/control.t ..
3969s Dubious, test returned 4 (wstat 1024, 0x400)
3969s Failed 4/626 subtests
3969s (less 214 skipped subtests: 408 okay)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/2059172/+subscriptions
More information about the foundations-bugs
mailing list