git-buildpackage ftbfs on resolute-proposed due to rust coreutils
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| rust-coreutils |
New
|
Unknown
|
|||
| git-buildpackage (Ubuntu) |
Fix Released
|
Undecided
|
Simon Poirier | ||
| rust-coreutils (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
Build-time doctests fail due to divergence between rust/gnu-coreutils on the true/false utilities
due to lacking help flag with rust implementation.
e.g. https:/
=======
_________________ [doctest] gbp.command_
242 ... extra_env=
243 >>> c.call(
244 0
245 >>> c.stdout.
246 True
247 >>> c = Command(
248 ... extra_env=
249 >>> c.call(["--help"])
250 1
251 >>> c.stdout.
Expected:
True
Got:
False
/<<PKGBUILDDIR>
-------
gbp:debug: /bin/true [] ['foo', 'bar']
gbp:debug: /foo/bar [] ['foo', 'bar']
gbp:debug: /bin/true [] ['--version']
gbp:debug: /bin/false [] ['--help']
-------
DEBUG gbp:log.py:140 /bin/true [] ['foo', 'bar']
DEBUG gbp:log.py:140 /foo/bar [] ['foo', 'bar']
DEBUG gbp:log.py:140 /bin/true [] ['--version']
DEBUG gbp:log.py:140 /bin/false [] ['--help']
Related branches
- Skia (community): Approve
- git-ubuntu import: Pending requested
-
Diff: 69 lines (+16/-6)4 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
gbp/command_wrappers.py (+5/-5)
setup.py (+1/-0)
| Changed in git-buildpackage (Ubuntu): | |
| status: | New → In Progress |
| assignee: | nobody → Simon Poirier (simpoir) |
| tags: | added: ftbfs update-excuse |
| description: | updated |
| summary: |
- ftbfs on resolute-proposed due to rust coreutils + git-buildpackage ftbfs on resolute-proposed due to rust coreutils |
| Changed in rust-coreutils: | |
| status: | Unknown → New |

Forwarded fix upstream: https:/ /salsa. debian. org/agx/ git-buildpackag e/-/merge_ requests/ 78