byobu ftbfs in eoan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| byobu (Ubuntu) |
High
|
Unassigned |
Bug Description
seen in a test rebuild
https:/
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Check python syntax
pep8 --verbose --repeat --ignore W191,E501 usr/lib/
checking usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
checking usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
usr/lib/
make[1]: *** [debian/rules:7: override_
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
-------
Build finished at 20190909-1105
Finished
--------
E: Build failure (dpkg-buildpackage died)
+------
| Cleanup |
+------
Purging /<<BUILDDIR>>
Not removing build depends: as requested
+------
| Summary |
+------
Build Architecture: amd64
Build-Space: 3464
Build-Time: 3
Distribution: eoan
Fail-Stage: build
Host Architecture: amd64
Install-Time: 21
Job: byobu_5.
Machine Architecture: amd64
Package: byobu
Package-Time: 24
Source-Version: 5.129-0ubuntu1
Space: 3464
Status: attempted
Version: 5.129-0ubuntu1
-------
Finished at 20190909-1105
Build needed 00:00:24, 3464k disc space
RUN: /usr/share/
Scanning for processes to kill in build PACKAGEBUILD-
Related branches
- Dustin Kirkland : Pending requested 2019-09-29
-
Diff: 984 lines (+428/-419)4 files modifieddebian/changelog (+9/-0)
debian/rules (+1/-1)
usr/lib/byobu/include/config.py.in (+280/-280)
usr/lib/byobu/include/select-session.py (+138/-138)
- Bryce Harrington: Abstain on 2020-03-03
- Paride Legovini: Pending requested 2019-10-11
- Andreas Hasenack: Pending requested 2019-10-09
-
Diff: 81 lines (+34/-3)5 files modifieddebian/changelog (+13/-0)
debian/patches/fix-deprecated-temrinal-option.patch (+16/-0)
debian/patches/series (+1/-0)
debian/postinst (+1/-1)
debian/rules (+3/-2)
tags: | added: ftbfs rls-ee-incoming |
Changed in byobu (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
Mitsuya Shibata (cosmos-door) wrote : | #1 |
tags: | added: server-next |
Changed in byobu (Ubuntu): | |
status: | Confirmed → In Progress |
Andreas Hasenack (ahasenack) wrote : | #2 |
@cosmos-door, thanks for that merge request against upstream. We are just a few days away from Final Freeze, though. Would you perhaps be able to make a merge proposal against the packaging, with a quilt patch? That would be the ubuntu/devel branch, if you clone the repository according to the instructions in https:/
Mitsuya Shibata (cosmos-door) wrote : | #3 |
@ahasenack
Send merge request for package and set you as reviewer. Coudld you review it?
https:/
Paride Legovini (paride) wrote : | #4 |
The patch looks good for upstream inclusion, but if this has to be fixed in the packaging branch wouldn't skipping pep8's newly introduced E117 be more appropriate? Skip to be kept until the proper fix lands upstream.
Mitsuya Shibata (cosmos-door) wrote : | #5 |
Hi, @legovini
> Skip to be kept until the proper fix lands upstream.
I want to ask about this in detail.
A. Use quilt
1. we can just drop patch by dep3 tag, when the proper fix lands upstream.
2. we can run pep8 (all) until the proper fix lands upstream.
3. we needs to merge in new upstream release until the proper fix lands upstream.
4. the source of package is more different than the original code.
B. Not use quilt
1. we needs to revert debian/rules by our memory, when the proper fix upstream.
2. we can't run pep8 (only E117) until the proper fix lands upstream.
3. we can merge more simply in new upstream release.
4. the source of package has no difference with the original code.
In my opinion, I think 1. is more useful for the future by A-1.
But you worry about A-4/B-4? If so, I'm going to try to drop this differences by skip pep8/E117.
Mitsuya Shibata (cosmos-door) wrote : | #6 |
Hi, @legovini
I applied your suggestion. Could you review it?
https:/
Dustin Kirkland (kirkland) wrote : | #7 |
Hi there, Byobu maintainer here.
Nack, on the tab-to-whitespace changes. I'll have pep8 ignore E117.
Andreas Hasenack (ahasenack) wrote : | #8 |
Hi Dustin,
can you nack the MP please?
Paride Legovini (paride) wrote : | #9 |
@Dustin,
Just in case you missed it, there are two MPs from Mitsuya: [1] is the one you want to nack, [2] adds a pep8 ignore for E117 instead.
Paride
[1] https:/
[2] https:/
Launchpad Janitor (janitor) wrote : | #10 |
This bug was fixed in the package byobu - 5.130-0ubuntu2
---------------
byobu (5.130-0ubuntu2) focal; urgency=medium
* d/docs: README is now named README.md upstream
-- Bryce Harrington <email address hidden> Wed, 04 Dec 2019 14:24:40 -0800
Changed in byobu (Ubuntu): | |
status: | In Progress → Fix Released |
I send Merge Request to fix ftbfs.
https:/ /code.launchpad .net/~cosmos- door/byobu/ lp1843729/ +merge/ 373372
Could you review it?