Your message dated Tue, 21 Dec 2021 20:27:51 +0000
with message-id <6dde2ef1-9d7e-81ac-601b-663fabbc2...@p10link.net>
and subject line Re: Bug#1002164: rust-alacritty-terminal: FTBFS:
build-dependency not installable: librust-signal-hook-registry-1.2+default-dev
has caused the Debian Bug report #1002164,
regarding rust-alacritty-terminal: FTBFS: build-dependency not installable:
librust-signal-hook-registry-1.2+default-dev
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 ow...@bugs.debian.org
immediately.)
--
1002164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-alacritty-terminal
Version: 0.15.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> +------------------------------------------------------------------------------+
> | Install package build dependencies
> |
> +------------------------------------------------------------------------------+
>
>
> Setup apt archive
> -----------------
>
> Merged Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo, rustc,
> libstd-rust-dev, librust-alacritty-config-derive-0.1+default-dev,
> librust-base64-0.13+default-dev, librust-bitflags-1+default-dev,
> librust-dirs-3+default-dev (>= 3.0.1-~~), librust-libc-0.2+default-dev,
> librust-log-0.4+default-dev, librust-mio-0.6+default-dev,
> librust-mio-extras-2+default-dev, librust-nix-0.23+default-dev,
> librust-parking-lot-0.10+default-dev, librust-regex-automata-0.1+default-dev
> (>= 0.1.8-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev,
> librust-serde-yaml-0.8+default-dev, librust-signal-hook-0.1+default-dev,
> librust-signal-hook-0.1+mio-support-dev,
> librust-unicode-width-0.1+default-dev, librust-vte-0.10-dev, build-essential,
> fakeroot
> Filtered Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo, rustc,
> libstd-rust-dev, librust-alacritty-config-derive-0.1+default-dev,
> librust-base64-0.13+default-dev, librust-bitflags-1+default-dev,
> librust-dirs-3+default-dev (>= 3.0.1-~~), librust-libc-0.2+default-dev,
> librust-log-0.4+default-dev, librust-mio-0.6+default-dev,
> librust-mio-extras-2+default-dev, librust-nix-0.23+default-dev,
> librust-parking-lot-0.10+default-dev, librust-regex-automata-0.1+default-dev
> (>= 0.1.8-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev,
> librust-serde-yaml-0.8+default-dev, librust-signal-hook-0.1+default-dev,
> librust-signal-hook-0.1+mio-support-dev,
> librust-unicode-width-0.1+default-dev, librust-vte-0.10-dev, build-essential,
> fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in
> '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
> Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [963 B]
> Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
> Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [594 B]
> Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [664 B]
> Fetched 2221 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
>
> Install main build dependencies (apt-based resolver)
> ----------------------------------------------------
>
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> librust-signal-hook-dev : Depends:
> librust-signal-hook-registry-1.2+default-dev but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.
The full build log is available from:
http://qa-logs.debian.net/2021/12/20/rust-alacritty-terminal_0.15.0-2_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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
This is waiting for signal-hook-mio to get through NEW, so signal-hook
can be updated. Once that happens, if there hasn't been a new upstream,
release we can cherry-pick
https://github.com/alacritty/alacritty/pull/5609/commits/0189128a330af655a599b6d9dbaac49f7ba18e51
<https://github.com/alacritty/alacritty/pull/5609/commits/0189128a330af655a599b6d9dbaac49f7ba18e51>
to fix rust-alacritty-terminal.
The more immediate fix, which I have just uploaded as rust-signal-hook
0.1.13-3 is to do what upstream did in signal-hook 0.1.17 and use a caret
dependency instead of a tilde dependency on signal-hook-registry.
--- End Message ---