Merge ~hyask/ubuntu/+source/beets:skia/fix_s390x_autopkgtest_ubuntu into ubuntu/+source/beets:ubuntu/devel
Proposed by
Skia
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Andreas Hasenack | ||||
Approved revision: | 0c7cd05e477e2fc57eb6d46db54eab6145bfc3cc | ||||
Merged at revision: | 0c7cd05e477e2fc57eb6d46db54eab6145bfc3cc | ||||
Proposed branch: | ~hyask/ubuntu/+source/beets:skia/fix_s390x_autopkgtest_ubuntu | ||||
Merge into: | ubuntu/+source/beets:ubuntu/devel | ||||
Diff against target: |
120 lines (+86/-1) 4 files modified
debian/changelog (+7/-0) debian/control (+2/-1) debian/patches/fix-ubuntu-s390x (+76/-0) debian/patches/series (+1/-0) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andreas Hasenack | Approve | ||
Ubuntu Sponsors | Pending | ||
Review via email:
|
Description of the change
This is a bugfix only patch, to allow the package to migrate from -proposed. This isn't seeded anywhere, so shouldn't be of much trouble regarding the upcoming Plucky release.
To post a comment you must log in.
I don't understand yet what is going on.
This is a noarch build, so all builds happen on amd64. The failure is in the build tests, which are also run again as dep8 tests.
I'm first checking the current version in the archive, without this patch.
In a plucky PPA, the amd64 build skips the problematic test, because:
SKIPPED [1] test/plugins/ test_thumbnails .py:263: GIO library not found
If I build it locally in an amd64 lxd, though, the test isn't skipped, and passes.
If I build it in an s390x lxd, the test is not skipped, but fails.
So first I'm trying to understand why the ppa build is different, and what makes GIO not be found there.