Your message dated Wed, 21 Sep 2016 11:22:06 +0000
with message-id <e1bmfbk-0004wb...@franck.debian.org>
and subject line Bug#835747: fixed in ivtools 1.2.11a1-8
has caused the Debian Bug report #835747,
regarding ivtools: FTBFS: src/Attribute/attrlist.cc:514:35: error: call of 
overloaded 'abs(unsigned int)' is ambiguous
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.)


-- 
835747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ivtools
Version: 1.2.11a1-7
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.  
> -Dcplusplus_2_1 -I./src -I./src/include -I./src/include/ivstd -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wno-write-strings -Wno-deprecated -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE -fstack-protector-strong -Wall 
> -Wno-narrowing -c -o src/Attribute/libAttribute_la-attrlist.lo `test -f 
> 'src/Attribute/attrlist.cc' || echo './'`src/Attribute/attrlist.cc
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -I./src 
> -I./src/include -I./src/include/ivstd -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wno-write-strings -Wno-deprecated -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wall 
> -Wno-narrowing -c src/Attribute/attrlist.cc  -fPIC -DPIC -o 
> src/Attribute/.libs/libAttribute_la-attrlist.o
> src/Attribute/attrlist.cc: In member function 'AttributeValue* 
> AttributeValueList::Get(unsigned int)':
> src/Attribute/attrlist.cc:512:15: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>    if (Number()<=index) return nil;
>        ~~~~~~~~^~~~~~~
> src/Attribute/attrlist.cc:514:35: error: call of overloaded 'abs(unsigned 
> int)' is ambiguous
>    int delta = abs(index-_prevget_i);
>                                    ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from ./src/include/ivstd/stdlib.h:5,
>                  from ./src/ComUtil/comutil.arg:1,
>                  from ./src/ComUtil/comutil.h:142,
>                  from ./src/Attribute/_comutil.h:4,
>                  from ./src/Attribute/classid.h:3,
>                  from ./src/Attribute/attribute.h:27,
>                  from src/Attribute/attrlist.cc:31:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from ./src/include/ivstd/stdlib.h:5,
>                  from ./src/ComUtil/comutil.arg:1,
>                  from ./src/ComUtil/comutil.h:142,
>                  from ./src/Attribute/_comutil.h:4,
>                  from ./src/Attribute/classid.h:3,
>                  from ./src/Attribute/attribute.h:27,
>                  from src/Attribute/attrlist.cc:31:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> src/Attribute/attrlist.cc:517:18: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>      if(_prevget_i>index) {
>         ~~~~~~~~~~^~~~~~
> src/Attribute/attrlist.cc:523:16: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>      if(Number()<=index*2) {
>         ~~~~~~~~^~~~~~~~~
> src/Attribute/attrlist.cc:525:24: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>          for (int i=0; i<Number()-index-1; i++) Prev(it);
>                        ~^~~~~~~~~~~~~~~~~
> src/Attribute/attrlist.cc:528:24: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>          for (int i=0; i<index; i++) Next(it);
>                        ~^~~~~~
> src/Attribute/attrlist.cc: In member function 'AttributeValue* 
> AttributeValueList::Set(unsigned int, AttributeValue*)':
> src/Attribute/attrlist.cc:537:15: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>    if (Number()<=index) {
>        ~~~~~~~~^~~~~~~
> src/Attribute/attrlist.cc:548:20: warning: comparison between signed and 
> unsigned integer expressions [-Wsign-compare]
>      for (int i=0; i<index; i++) Next(it);
>                    ~^~~~~~
> Makefile:4773: recipe for target 'src/Attribute/libAttribute_la-attrlist.lo' 
> failed
> make[3]: *** [src/Attribute/libAttribute_la-attrlist.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/ivtools_1.2.11a1-7_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ivtools
Source-Version: 1.2.11a1-8

We believe that the bug you reported is fixed in the latest version of
ivtools, 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 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <b...@debian.org> (supplier of updated ivtools 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 21 Sep 2016 11:46:02 +0100
Source: ivtools
Binary: ivtools-bin ivtools-dev libiv1 libiv-unidraw1
Architecture: source amd64
Version: 1.2.11a1-8
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Barak A. Pearlmutter <b...@debian.org>
Description:
 ivtools-bin - Drawing Editors evolved from idraw
 ivtools-dev - Development files for the InterViews library
 libiv-unidraw1 - Application Frameworks layered on Unidraw
 libiv1     - C++ GUI library with Motif Look and Feel
Closes: 835747
Changes:
 ivtools (1.2.11a1-8) unstable; urgency=medium
 .
   * address GCC-6 errors, abs(unsigned) and zero comparison (closes: #835747)
     - commit 9741bca, GCC-6 zero comparison
     - commit 5dd153e, GCC-6 abs(unsigned)
Checksums-Sha1:
 0b2851199d7ef068705921c41c829c5bb441f291 2235 ivtools_1.2.11a1-8.dsc
 22f5c218766ca9c912b60bb4519386eaf730e442 99952 ivtools_1.2.11a1-8.debian.tar.xz
 ff9bc77a818a366774233da99c9fc34945f354c1 466084 
ivtools-bin-dbgsym_1.2.11a1-8_amd64.deb
 4544f2eb3dae788d83e8fc384b236f52e781538c 194284 
ivtools-bin_1.2.11a1-8_amd64.deb
 04fcf0442c67b8edaba372ceb4149db4b164ce4c 2316444 
ivtools-dev_1.2.11a1-8_amd64.deb
 8636d74ea66d84c00b02039b1478e297dfa1f4b4 5442260 
libiv-unidraw1-dbgsym_1.2.11a1-8_amd64.deb
 8355c97891ea0e4a5409047aa34c3112489eba72 1214078 
libiv-unidraw1_1.2.11a1-8_amd64.deb
 54daca9c5b9de422afe0bbddcf98d653e4552791 1503136 
libiv1-dbgsym_1.2.11a1-8_amd64.deb
 2c419042d997cc197e16f90e84fb66a22e47064e 447852 libiv1_1.2.11a1-8_amd64.deb
Checksums-Sha256:
 8f51408b4f276ee20f62c0748c10170380455ea2f513b977b9abe15abe8778cb 2235 
ivtools_1.2.11a1-8.dsc
 1be40cc3efe6251a37037f0ab45a186e2488898e3182a92f37ae50ec02c034c8 99952 
ivtools_1.2.11a1-8.debian.tar.xz
 4da6d836abd0085310d83bb6c1d77d6c034483c6105b7bc3693a64479c2385f1 466084 
ivtools-bin-dbgsym_1.2.11a1-8_amd64.deb
 caad4f83d3adc84d19895017d837a240bba1fa5ffdc36a5667bc348f026f64b9 194284 
ivtools-bin_1.2.11a1-8_amd64.deb
 6671420d2d2d113773a1e25c13672156b77bb4ca603f3912c173bd60359ea9d9 2316444 
ivtools-dev_1.2.11a1-8_amd64.deb
 753cb7eacab51491b6b764001c6942b58de3bc345ad2854b6ec63d1b40dea663 5442260 
libiv-unidraw1-dbgsym_1.2.11a1-8_amd64.deb
 859ee922651309fe427cc5944f1668d6253476d9fa01e180b87044e9b598c7be 1214078 
libiv-unidraw1_1.2.11a1-8_amd64.deb
 926c1c087cc1ef556e76182fe69c56635980409394053ab2d4b9593b97307abd 1503136 
libiv1-dbgsym_1.2.11a1-8_amd64.deb
 642ca154b8cf8d968151e6b983f02deb15063f22caec40a2008c07a40337b67b 447852 
libiv1_1.2.11a1-8_amd64.deb
Files:
 356d1a7b4f28f88be9ae6abb38e449cd 2235 libs optional ivtools_1.2.11a1-8.dsc
 bd05945cfd33b6d4698e73bae04510f8 99952 libs optional 
ivtools_1.2.11a1-8.debian.tar.xz
 755ddc24c8a1562d37e113eb5c05d22d 466084 debug extra 
ivtools-bin-dbgsym_1.2.11a1-8_amd64.deb
 91ad6bfcd02dec990ec42ef983d5ce65 194284 graphics optional 
ivtools-bin_1.2.11a1-8_amd64.deb
 d5db7d4ddbd2915267dd57a60d1de842 2316444 devel optional 
ivtools-dev_1.2.11a1-8_amd64.deb
 d37529f7bf1f4bc41d1c156d02299cca 5442260 debug extra 
libiv-unidraw1-dbgsym_1.2.11a1-8_amd64.deb
 1ad352094bc716664ccf313f686fa206 1214078 libs optional 
libiv-unidraw1_1.2.11a1-8_amd64.deb
 03cc04385507b8f835489ec74b045c2b 1503136 debug extra 
libiv1-dbgsym_1.2.11a1-8_amd64.deb
 b0841cbbc463c51c1393ec4bcbf7a57f 447852 libs optional 
libiv1_1.2.11a1-8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJX4mfeAAoJEBJbV0deGQ0YJD4P/0O+jdUAg0KSoljRIUeqBmRF
TB9puqFeMhlj1mLhG+6CDtR7imW+M0SDDeBgnbjHO+2PH2boPN2BfSMMBdH+d7Yi
dzjHjnPYriyPf4LkFOVTwjgoYAmrJruG85jUIgk5ayyXXQEvX9xdVlmXcNnX5aWv
libvreHxO/QCG8hCCo8NctJk5sJQPW34uZ0RnF4lUF1GITMfwsCNll5w+xsQvjWq
y3Ra3kyJ4wen5kSNVnDnioSU9rcFJCQBWg24O/+qKbaZz8naTNvweGhIDokkwSLF
4qwS5bqST34CMAu7GZ0qg2Fdcq8FcADUzXGoJfCkItBvCQPYIBMm3KkKLeZVlN57
JpheWTKjUwaCRZlY5ppXPq/eP/Lp0iOJYN/rbwmyE9FJkmUntt3iMpmRw/LCuk7T
FyWx4gMdNI3l+u7bcwVuHmU8pQgaThJuI9OvW4Q3ZQa29ixpUU3RHE7npeFx/NZz
wYerkwzsm6Z4J/WCfABk5Q11NMI2XMs4SId/ECj8EH8m8Zugxl1szmjT/8CRfOxV
8m7IFuYnyFbFtzv2S+TT/EI58Yvo0r+/pu8caCbzIA2Y/YLuAQw52CCgCkTHy64n
GjR8n8EaZmVt5AFjNU8t3fDab4+9JJdr9Onw6DTP7KFvc28Ez7Moh1gFY08LJe+b
jYa2CuHy7htxV0nh3PGo
=pZ91
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to