Your message dated Sun, 04 Sep 2016 01:00:49 +0200
with message-id <147294364988.953.6502748623064315...@auryn.jones.dk>
and subject line Re: Bug#835667: d-shlibs: FTBFS in testing (broken by new 
shellcheck)
has caused the Debian Bug report #835667,
regarding d-shlibs: FTBFS in testing (broken by new shellcheck)
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.)


-- 
835667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:d-shlibs
Version: 0.75
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
test -x debian/rules
mkdir -p "."
CDBS WARNING:  copyright-check disabled - licensecheck (from devscripts 
package) is missing.
make: licensecheck: Command not found

Scanning upstream source for new/changed copyright notices...

set -e; LC_ALL=C.UTF-8 licensecheck --check '.*' --recursive --copyright 
--ignore '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 99999 * 
| /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
/bin/sh: 1: licensecheck: not found
0 combinations of copyright and licensing found.
No new copyright notices found - assuming no news is good news...
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
touch debian/stamp-makefile-build
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" check
make[1]: Entering directory '/<<PKGBUILDDIR>>'
bash -n d-shlibmove
bash -n d-devlibdeps
shellcheck d-shlibmove

In d-shlibmove line 238:
while read A B; do
      ^-- SC2162: read without -r will mangle backslashes.


In d-shlibmove line 245:
while read A B; do
      ^-- SC2162: read without -r will mangle backslashes.

Makefile:8: recipe for target 'check' failed
make[1]: *** [check] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:113: recipe for target 
'debian/stamp-makefile-check' failed
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

This used to build ok in testing so the new shellcheck which
has just migrated to testing may be related to this.

Thanks.

--- End Message ---
--- Begin Message ---
Version: 0.76

Quoting Santiago Vila (2016-08-28 10:56:23)
> I tried to build this package in stretch with "dpkg-buildpackage -A" 
> (which is what the "Arch: all" autobuilder would do to build it) but 
> it failed:
[...]
> shellcheck d-shlibmove
> 
> In d-shlibmove line 238:
> while read A B; do
>       ^-- SC2162: read without -r will mangle backslashes.
> 
> 
> In d-shlibmove line 245:
> while read A B; do
>       ^-- SC2162: read without -r will mangle backslashes.
> 
> Makefile:8: recipe for target 'check' failed

Thanks for reporting.

This was fixed with the release of d-shlibs 0.76.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


--- End Message ---

Reply via email to