Overview
Request 485062 superseded
- Created by scarabeus_iv
- In state superseded
- Supersedes 450486
- Superseded by 494524
- Open review for factory-staging
perl's testsuite still couldn't work with update, although the failure down to 3.
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:A/perl/standard/x86_64
The first breaking test looks very similar to the bug from last time. There's deflateParams
calls returning Z_BUF_ERROR
instead of Z_OK
, followed by deflate
calls that succeed with Z_OK
, followed by an inflate
on the previously compressed data that fails with Z_DATA_ERROR
instead of returning Z_OK
. The deflateParams
return value comes straight from zlib, so i think the probability of another zlib bug is very high.
The second breaking test appears to be the exact same scenario on a slightly higher abstraction level. IO::Compress
is built around Compress::Raw::Zlib
.
Some more context, there's an open ticket for Compress::Raw::Zlib
. Looks like it's still unclear how much of the zlib API changes were intentional. https://rt.cpan.org/Public/Bug/Display.html?id=119762
If I get the upstream status correct - this should be fixed/handled?
Request History
scarabeus_iv created request
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added factory-repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
factory-repo-checker accepted review
Builds for repo devel:libraries:c_c++/openSUSE_Factory
jengelh accepted review
maxlin_factory set openSUSE:Factory:Staging:B as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:B"
maxlin_factory accepted review
Picked openSUSE:Factory:Staging:B
maxlin_factory accepted review
Removing from openSUSE:Factory:Staging:B, re-evaluation needed
maxlin_factory approved review
Removing from openSUSE:Factory:Staging:B, re-evaluation needed
maxlin_factory added factory-staging as a reviewer
Requesting new staging review
factory-repo-checker superseded request
superseded by 494524
@dimstar_suse, @factory-repo-checker: review reminder
our perl still unhappy with it in testsuite
Hopefully sr#494285 will fix this failures