Package: src:sdcc
Version: 3.7.0+dfsg2-0.1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh_testdir
mkdir -p /<<BUILDDIR>>/sdcc-3.7.0+dfsg2/build
touch sim/ucsim/config.guess sim/ucsim/config.sub
dh_autotools-dev_updateconfig
dh_autotools-dev_updateconfig: dh_autotools-dev_updateconfig is deprecated;
please see dh_autotools-dev_updateconfig(1) for a replacement
dh_autotools-dev_updateconfig: This feature will be removed in compat 12.
for c_g in `find -type f -name config.guess` ; do if ! test -e
"$c_g.dh-orig" ; then mv -f "$c_g" "$c_g.dh-orig" ; cp -f
/usr/share/misc/config.guess "$c_g" ; fi ; done
for c_s in `find -type f -name config.sub` ; do if ! test -e
"$c_s.dh-orig" ; then mv -f "$c_s" "$c_s.dh-orig" ; cp -f
/usr/share/misc/config.sub "$c_s" ; fi ; done
CFLAGS="-g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/sdcc-3.7.0+dfsg2=.
-fstack-protector-strong -Wformat -Werror=format-security"
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sdcc-3.7.0+dfsg2=. -fstack-protector-strong
-Wformat -Werror=format-security" LDFLAGS="-Wl,-z,relro" \
./configure \
--host=x86_64-linux-gnu \
--build=x86_64-linux-gnu \
--disable-non-free \
[... snipped ...]
LaTeX Warning: Reference `subsec:External-Stack' on page 35 undefined on input
line 2114.
[35] [36]
LaTeX Warning: Reference `subsec:The-anatomy-of' on page 37 undefined on input
line 2229.
Underfull \hbox (badness 10000) in paragraph at lines 2247--2256
LaTeX Warning: Reference `subsec:Install-paths' on page 37 undefined on input l
ine 2272.
LaTeX Warning: Reference `subsec:Search-Paths' on page 37 undefined on input li
ne 2274.
LaTeX Warning: Reference `subsec:Search-Paths' on page 37 undefined on input li
ne 2276.
[37]
! LaTeX Error: File `MCS51_named' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2298 \includegraphics{MCS51_named}
?
! Emergency stop.
...
l.2298 \includegraphics{MCS51_named}
Output written on sdccman.dvi (37 pages, 181596 bytes).
Transcript written on sdccman.log.
make[1]: *** [Makefile:67: sdccman.dvi] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/sdcc-3.7.0+dfsg2/doc'
make: *** [debian/rules:71: build-indep-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sdcc.html
where you can get a full build log if you need it.
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.
Thanks.