Your message dated Thu, 5 Jul 2018 03:08:29 +0200
with message-id <20180705010829.gu28...@sym.noone.org>
and subject line Bug#902526 (zsh-syntax-highlighting: FTBFS in buster/sid)
fixed in 0.6.0-2 upload included in the recent 0.6.0-3 upload
has caused the Debian Bug report #902526,
regarding zsh-syntax-highlighting: FTBFS in buster/sid (does not work with
recent debhelper)
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.)
--
902526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902526
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zsh-syntax-highlighting
Version: 0.6.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep
dh_update_autotools_config -i
dh_autoreconf -i
dh_auto_configure -i
dh_auto_build -i
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd docs && \
cp highlighters.md all.md && \
printf '\n\nIndividual highlighters
documentation\n=====================================' >> all.md && \
for doc in highlighters/*.md; do printf '\n\n'; cat "$doc"; done >> all.md
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
[... snipped ...]
ok 1 - [1,8] «rm -rf /»
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
create-stamp debian/debhelper-build-stamp
fakeroot debian/rules binary-indep
dh binary-indep
dh_testroot -i
dh_prep -i
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install -- PREFIX=/usr
make -j1 install
DESTDIR=/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting AM_UPDATE_INFO_DIR=no
PREFIX=/usr
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cd docs && \
cp highlighters.md all.md && \
printf '\n\nIndividual highlighters
documentation\n=====================================' >> all.md && \
for doc in highlighters/*.md; do printf '\n\n'; cat "$doc"; done >> all.md
install -c -d
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting
install -c -d
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting
cp .version zsh-syntax-highlighting.zsh
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting
cp COPYING.md README.md changelog.md
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting
sed -e '1s/ .*//' -e '/^\[build-status-[a-z]*\]: /d' < README.md >
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/README.md
printf "%s_%s%s\n" "0.6.0-1" "debian" """" \
>
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting/.version
printf "%s/%s\n" "debian" "0.6.0-1" \
>
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting/.revision-hash
:
for dirname in highlighters highlighters/*/ ; do \
install -c -d
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting/"$dirname";
\
for fname in "$dirname"/*.zsh ; do [ -e "$fname" ] && cp "$fname"
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting"/$dirname";
done; \
done
cp -R docs/*
/<<PKGBUILDDIR>>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm
debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/COPYING.md
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_installdocs -i
debian/rules override_dh_installchangelogs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installchangelogs
rm
debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/changelog.md
rm: cannot remove
'debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/changelog.md':
No such file or directory
debian/rules:14: recipe for target 'override_dh_installchangelogs' failed
make[1]: *** [override_dh_installchangelogs] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:18: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
The above is how the build ends in my autobuilder and it's not
necessarily the relevant part.
The failure is not, however, related to using dpkg-buildpackage -A,
as it also fails in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/zsh-syntax-highlighting.html
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 page for this package.
[ But in this case, I believe this is caused by a behaviour change in debhelper
and I suppose you will have to cope with it ].
Thanks.
--- End Message ---
--- Begin Message ---
Version: 0.6.0-2
Hi,
this bug has been fixed in 0.6.0-2 which had upload issues and has
been superseeded by the just happened 0.6.0-3 upload.
Here's the changelog entry from 0.6.0-2:
zsh-syntax-highlighting (0.6.0-2) unstable; urgency=medium
* Bump Standards-Version to 4.1.1.
+ §4.11: Verifying upstream's tags' signature is currently a todo,
see debian/watch and lintian output. (Not a pressing issue since the
Debian maintainer and the upstream maintainer are currently the same
person.)
+ §9.2.3: Patch unit test to use /nonexistent. No functional change.
* Bump debhelper dependency to 11.3 and rely on new dh_installchangelogs
deduplication features. Closes: #902526.
-- Daniel Shahaf <danie...@apache.org> Thu, 28 Jun 2018 12:27:23 +0000
Regards, Axel
--
,''`. | Axel Beckert <a...@debian.org>, https://people.debian.org/~abe/
: :' : | Debian Developer, ftp.ch.debian.org Admin
`. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5
`- | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
signature.asc
Description: Digital signature
--- End Message ---