Your message dated Fri, 27 Nov 2020 18:09:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#975852: grml2usb: FTBFS: Oh no! ? ? ?
has caused the Debian Bug report #975852,
regarding grml2usb: FTBFS: Oh no! 💥 💔 💥
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
975852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975852
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: grml2usb
Version: 0.18.3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201125 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> flake8 grml2usb
> isort --check-only grml2usb
> black --check grml2usb
> would reformat grml2usb
> Oh no! 💥 💔 💥
> 1 file would be reformatted.
> make[2]: *** [Makefile:44: codecheck] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/11/25/grml2usb_0.18.3_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Hi,
* Lucas Nussbaum [Wed Nov 25, 2020 at 09:57:11PM +0100]:
> Source: grml2usb
> Version: 0.18.3
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20201125 ftbfs-bullseye
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> Relevant part (hopefully):
> > make[2]: Entering directory '/<<PKGBUILDDIR>>'
> > flake8 grml2usb
> > isort --check-only grml2usb
> > black --check grml2usb
> > would reformat grml2usb
> > Oh no! 💥 💔 💥
> > 1 file would be reformatted.
> > make[2]: *** [Makefile:44: codecheck] Error 1
[...]
Thanks for reporting, this was fixed via:
| commit 073fee44304aa4279c7192b33557a5e139f11b16
| Author: Michael Prokop <[email protected]>
| Date: Fri Nov 13 16:29:11 2020 +0100
|
| codecheck: reformat with black, version 20.8b1
|
| The formatting of grml2usb that was done with black, version 18.9b0
| triggers changes with black 20.8b1-3 as present in current
| Debian/unstable:
|
| | black --check grml2usb
| | would reformat grml2usb
| | Oh no! 💥 💔 💥
| | 1 file would be reformatted.
| | make[2]: *** [Makefile:44: codecheck] Error 1
|
| Applying the change via modern black though doesn't lead to any
| changes with black, version 18.9b0, so let's use this.
|
| Gbp-Dch: Ignore
... which was just released and uploaded as grml2usb v0.18.4.
regards
-mika-
signature.asc
Description: Digital signature
--- End Message ---