[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#865092: marked as done (boxbackup FTBFS on architectures where char is unsigned: error: narrowing conversion of '-1' from 'int' to 'char' inside { })



Your message dated Tue, 27 Jun 2017 03:03:45 +0000
with message-id <E1dPgn3-0004ts-3B@fasolo.debian.org>
and subject line Bug#865092: fixed in boxbackup 0.12~gitcf52058f-2
has caused the Debian Bug report #865092,
regarding boxbackup FTBFS on architectures where char is unsigned: error: narrowing conversion of '-1' from 'int' to 'char' inside { }
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 owner@bugs.debian.org
immediately.)


-- 
865092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865092
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: boxbackup
Version: 0.12~gitcf52058f-1
Severity: serious

https://buildd.debian.org/status/package.php?p=boxbackup&suite=sid

...
g++ -g -Wall -Wundef -Werror=return-type -I../../lib/win32 -I../../lib/common -I../../lib/crypto -I../../qdbm -I../../lib/server -DBOX_VERSION="\"0.12~gitcf52058f-1\"" -DBOX_RELEASE_BUILD -O2  -DBOX_MODULE="\"lib/httpserver\"" -c cdecode.cpp -o ../../release/lib/httpserver/cdecode.o
cdecode.cpp: In function 'int base64_decode_value(char)':
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
  static const char decoding[] = {62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-2,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51};
                                                                                                                                                                                                                                                                       ^
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-2' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
cdecode.cpp:15:263: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
Makefile:52: recipe for target '../../release/lib/httpserver/cdecode.o' failed
make[3]: *** [../../release/lib/httpserver/cdecode.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/«PKGBUILDDIR»/lib/httpserver'
Makefile:50: recipe for target 'dep_modules' failed
make[2]: *** [dep_modules] Error 2
make[2]: Leaving directory '/«PKGBUILDDIR»/bin/bbackupd'
Makefile:29: recipe for target 'release/bin/bbackupd/bbackupd' failed
make[1]: *** [release/bin/bbackupd/bbackupd] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:33: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2

--- End Message ---
--- Begin Message ---
Source: boxbackup
Source-Version: 0.12~gitcf52058f-2

We believe that the bug you reported is fixed in the latest version of
boxbackup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 865092@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <siretart@tauware.de> (supplier of updated boxbackup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 20 Jun 2017 22:23:07 -0400
Source: boxbackup
Binary: boxbackup-server boxbackup-client
Architecture: source
Version: 0.12~gitcf52058f-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Reinhard Tartler <siretart@tauware.de>
Description:
 boxbackup-client - client for the BoxBackup remote backup system
 boxbackup-server - server for the BoxBackup remote backup system
Closes: 865092
Changes:
 boxbackup (0.12~gitcf52058f-2) unstable; urgency=medium
 .
   * Fix FTBFS on signed arch architectures (Closes: #865092)
Checksums-Sha1:
 7de703cb381f54bebc7bcc33dfe33d0b6bd29e43 2177 boxbackup_0.12~gitcf52058f-2.dsc
 1f7596949d2ec5d806ae8b243e984f0c358b2ed4 63872 boxbackup_0.12~gitcf52058f-2.debian.tar.xz
Checksums-Sha256:
 7d3d854bbfaa2279a2eb0ba94666bc9b0979df76359f33014a84f7284a5e3930 2177 boxbackup_0.12~gitcf52058f-2.dsc
 a6192432ce3fe8fd5f45c2e8614737c3901ec156ceb3dd48100b2bf47e596fd5 63872 boxbackup_0.12~gitcf52058f-2.debian.tar.xz
Files:
 89767d7b6882674dae7653f3e209e619 2177 utils optional boxbackup_0.12~gitcf52058f-2.dsc
 53b6086c49b1d8f6a936e6bf4f41cf59 63872 utils optional boxbackup_0.12~gitcf52058f-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAllRxckACgkQa3IL6cXP
bZ6ByA/9GuVCmUtoewyWdRMryFd1+/Smz71B20aGKIW+tK7XOZUULUdh1ddxIF7W
dI/wbAZnaiWS8JH6dRUJWadKazhVDRRRZIT53nL5Es3kwFJ5KJsmr4xKi+crVqbN
wgK3lhAuR2oldoQiN/0BgDw+KImmMu0r1Vl1s5JeQmiNAfgq9/eIE06HPtIOlR3l
nfBlraztexf4gMrEJn2eXJUD1NKlTCKLqeXc+g8t50I3CvkEOTu7pKDhkmUXhnZ5
5TozRRYDIi7bbXb/HCTf2XgtUth6kSfN5vULOtt9bdttKg2fY6lfDH/4Q/2u05x5
P6J+azZ9APbGrDtMPybynLkejhCEqslYUvHYl5uszTIpcAAitddOze6q2ccaypbf
Pw5OFGUb9Nx6Fs64EvVyF6SpgeKMNDUanuPr7xCRVrtJPgoA2gY1ZDpsnB0rvp5S
Ye1H6VjCRvX7iEltLPShGx8+/bGyq4joz7hifjQri61lyfwvyy0X9XMy7WEKdAWa
ueVmgID1gr1FxFozsZGxY8eP5liF7CM3NArNrsLEMrSgR2PrVqSPCuHOqpkb5Ed4
WuJoyBOJR+ZKDB1kbzIXL+bmp8gd2L+7rNgieGjt5tN22Is1ZC/w7UUyABbt9FAE
AQ+I2A1ewlTOxNlzewejYq+TYtOLvcYwFeV8YZhFOtuqW4DoGYA=
=YkNR
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: