ivar 1.4.2+dfsg-2 FTBFS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ivar (Ubuntu) |
Fix Released
|
Undecided
|
Graham Inggs |
Bug Description
ivar 1.4.2+dfsg-2 is currently failing to build from source on all architectures, except riscv64 [1].
On amd64 and arm64, the failure seems to be LTO-related. I've tested adding optimize=-lto to DEB_BUILD_
However, on all other archs, the build failure seems to be related with autopkgtests, e.g.
```
...
Reverse
Cigar flag didn't match for test_184_
Cigar length didn't match for test_184_
Cigar flag didn't match for test_184_
Cigar length didn't match for test_184_
Condensing cigar ...
Cigar length didn't match after condense! Expected 71 Got 160
Cigar flag didn't match! Expected Got 4
Cigar length didn't match after condense! Expected 2 Got 18
FAIL check_unpaired_trim (exit status: 255)
=======
Testsuite summary for ivar 1.4.2
=======
# TOTAL: 19
# PASS: 18
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
...
```
Related branches
- Graham Inggs (community): Approve
-
Diff: 40 lines (+10/-2)3 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
debian/rules (+1/-1)
Changed in ivar (Ubuntu): | |
assignee: | nobody → Graham Inggs (ginggs) |
status: | New → Fix Committed |
ivar has never built on armhf, ppc64el and s390x, so fixing it on amd64 and arm64 should be sufficient for it to migrate.