Bug#1143442: z8530-utils2: FTBFS: sccstat.c:43:10: fatal error: linux/scc.h: No such file or directory

Santiago Vila <[email protected]> Sat, 01 Aug 2026 22:40:07 +0000
Newsgroups gmane.linux.debian.devel.ham
Message-ID <E1wqIND-00DZdw-0z__15876.6355992825$1785624430$gmane$org@paradis.debian.org>
Package: src:z8530-utils2
Version: 3.0-1-12
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:z8530-utils2, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
	make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o *~ doc/*~ sccstat sccinit sccparam gencfg kissbridge
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
	make -j2 INSTALL="install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -g -Wl,-z,relro -Wl,-z,now -O2 -Wall -g -Wstrict-prototypes  sccparam.c -o sccparam
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -g -Wl,-z,relro -Wl,-z,now -O2 -Wall -g -Wstrict-prototypes  sccstat.c -o sccstat
sccstat.c:43:10: fatal error: linux/scc.h: No such file or directory
   43 | #include <linux/scc.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
sccparam.c:43:10: fatal error: linux/scc.h: No such file or directory
   43 | #include <linux/scc.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:15: sccstat] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:12: sccparam] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned exit code 2
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------