Package: src:shc
Version: 4.0.3-1
Severity: serious
Tags: ftbfs patch

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
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:
 sbuild-build-depends-main-dummy : Depends: ash but it is not installable
E: Unable to correct problems, you have held broken packages.
apt-get failed.
E: Package installation failed
Not removing build depends: cloned chroot in use

--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202406/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.


Note: This happens because ash (which used to be a dummy package
depending on dash) no longer exists. The trivial fix is
to build-depend on dash instead, as in the attached patch.

Thanks.
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: shc
 Section: devel
 Priority: optional
 Maintainer: Tong Sun <suntong...@users.sourceforge.net>
-Build-Depends: debhelper-compat (= 13), ash, ksh, rc, tcsh, zsh
+Build-Depends: debhelper-compat (= 13), dash, ksh, rc, tcsh, zsh
 Standards-Version: 4.5.0
 Rules-Requires-Root: no
 Homepage: https://neurobin.org/projects/softwares/unix/shc/

Reply via email to