Your message dated Sun, 09 Aug 2026 18:33:47 +0000
with message-id <[email protected]>
and subject line Bug#1143304: fixed in fish 4.7.1-2.1
has caused the Debian Bug report #1143304,
regarding fish: FTBFS: error: failed to select a version for the requirement
`rsconf = "^0.2"`
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.)
--
1143304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143304
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:fish
Version: 4.7.1-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202608/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:fish, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean -Scmake+ninja
dh_auto_clean -O-Scmake\+ninja
debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find . -type d -name '__pycache__' -exec rm -rf '{}' \;
rm -f -r .cargo
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean -O-Scmake\+ninja
debian/rules binary
dh binary -Scmake+ninja
dh_update_autotools_config -O-Scmake\+ninja
dh_autoreconf -O-Scmake\+ninja
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p .cargo
cp debian/cargo-config.toml .cargo/config.toml
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=x86_64-linux-gnu-pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -GNinja -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_C_COMPILER=/usr/bin/x86_64-linux-gnu-gcc
-DCMAKE_CXX_COMPILER=/usr/bin/x86_64-linux-gnu-g\+\+
-DPKG_CONFIG_EXECUTABLE=/usr/bin/x86_64-linux-gnu-pkg-config
-DPKGCONFIG_EXECUTABLE=/usr/bin/x86_64-linux-gnu-pkg-config
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
-- The C compiler identification is GNU 16.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Trying to use PCRE2 from the system
-- Found Rust: /usr/bin/rustc
-- The following features have been enabled:
* Translation, message localization (requires gettext)
* Documentation, user manual and documentation
-- The following REQUIRED packages have been found:
* Rust
-- Configuring done (0.2s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
PKGCONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# blhc treats them as errors
blhc: ignore-line-regexp: .*Compiling\s+[a-zA-Z0-9_-]+\s+v[0-9.]+\s+.*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -O-Scmake\+ninja
cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
[0/2] /usr/bin/cmake -P
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/VerifyGlobs.cmake
[0/7] cd /<<PKGBUILDDIR>> && /usr/bin/cmake -E env
FISH_CMAKE_BINARY_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu PREFIX=/usr
DOCDIR=/usr/share/doc/fish DATADIR=/usr/share SYSCONFDIR=/etc BINDIR=/usr/bin
CARGO_TARGET_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cargo
CARGO_BUILD_RUSTC=/usr/bin/rustc FISH_SPHINX=/usr/bin/sphinx-build
/usr/bin/cargo build --bin fish --profile=release-with-debug --target
x86_64-unknown-linux-gnu --no-default-features --features=localize-messages &&
/usr/bin/cmake -E copy
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cargo/x86_64-unknown-linux-gnu/release-with-debug/fish
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Blocking waiting for file lock on package cache
error: failed to select a version for the requirement `rsconf = "^0.2"`
candidate versions found which didn't match: 0.3.0
location searched: directory source `/usr/share/cargo/registry` (which is
replacing registry `crates-io`)
required by package `fish-build-helper v0.0.0
(/<<PKGBUILDDIR>>/crates/build-helper)`
perhaps a crate was updated and forgotten to be re-vendored?
[1/7] cd /<<PKGBUILDDIR>> && env
CARGO_TARGET_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cargo
FISH_SPHINX=/usr/bin/sphinx-build /usr/bin/cargo xtask man-pages
FAILED: [code=101] CMakeFiles/sphinx-manpages
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/sphinx-manpages
cd /<<PKGBUILDDIR>> && env
CARGO_TARGET_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cargo
FISH_SPHINX=/usr/bin/sphinx-build /usr/bin/cargo xtask man-pages
error: failed to select a version for the requirement `rsconf = "^0.2"`
candidate versions found which didn't match: 0.3.0
location searched: directory source `/usr/share/cargo/registry` (which is
replacing registry `crates-io`)
required by package `fish-build-helper v0.0.0
(/<<PKGBUILDDIR>>/crates/build-helper)`
perhaps a crate was updated and forgotten to be re-vendored?
FAILED: [code=101] CMakeFiles/fish
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/fish
cd /<<PKGBUILDDIR>> && /usr/bin/cmake -E env
FISH_CMAKE_BINARY_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu PREFIX=/usr
DOCDIR=/usr/share/doc/fish DATADIR=/usr/share SYSCONFDIR=/etc BINDIR=/usr/bin
CARGO_TARGET_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cargo
CARGO_BUILD_RUSTC=/usr/bin/rustc FISH_SPHINX=/usr/bin/sphinx-build
/usr/bin/cargo build --bin fish --profile=release-with-debug --target
x86_64-unknown-linux-gnu --no-default-features --features=localize-messages &&
/usr/bin/cmake -E copy
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cargo/x86_64-unknown-linux-gnu/release-with-debug/fish
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
returned exit code 101
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: fish
Source-Version: 4.7.1-2.1
Done: Nilesh Patra <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fish, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <[email protected]> (supplier of updated fish package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 09 Aug 2026 20:09:03 +0200
Source: fish
Architecture: source
Version: 4.7.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Mo Zhou <[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1143304
Changes:
fish (4.7.1-2.1) unstable; urgency=medium
.
* Non-maintainer Upload.
* d/p/relax-deps.patch: Update versions of dependencies
(Closes: #1143304)
Checksums-Sha1:
8c58db13b6a970c2c4910d61956204304fe11bfb 1987 fish_4.7.1-2.1.dsc
c1d0465d53e51b3c0f5d0fe3a8502226e5d03c61 64516 fish_4.7.1-2.1.debian.tar.xz
d741bfdc4a490b3b5c08b50da624c0ad43c82d8c 27477 fish_4.7.1-2.1_amd64.buildinfo
Checksums-Sha256:
56d90974b0cce5baad0993b024e883ddab1f9ebbb42b09fdebefad609ab8439a 1987
fish_4.7.1-2.1.dsc
b1480d10892d5bf3d5aa3916d44baaaf65e15789b24b9a727441716d13035809 64516
fish_4.7.1-2.1.debian.tar.xz
ce2b717b9dc8b5accc108987e0b166a92e91d5908e244391a6db039b16e87099 27477
fish_4.7.1-2.1_amd64.buildinfo
Files:
507d5634f8120cdbc868e55a350b75f4 1987 shells optional fish_4.7.1-2.1.dsc
1ab041d0a32cf3abfe1683005a44787f 64516 shells optional
fish_4.7.1-2.1.debian.tar.xz
63fb24a89cc4b44de49f4a43e3310554 27477 shells optional
fish_4.7.1-2.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCanjF7AAKCRAqJ5BL1yQ+
2mtsAP9y8qRgaJkbEUSNCSLxeUY5Kz6jiNmt9Auxv5YramIb4wEAiU4h5h/Ai98W
Hetse5MSgfrmBbMAWQH5EWeRCCaAkA0=
=bKyH
-----END PGP SIGNATURE-----
pgpPPGUX5DDwj.pgp
Description: PGP signature
--- End Message ---