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

Bug#831139: marked as done (cal3d: FTBFS with GCC 6: loader.cpp:889:12: error: cannot convert 'bool' to 'CalCoreKeyframe*' in return)



Your message dated Thu, 21 Jul 2016 05:48:28 +0000
with message-id <E1bQ6qS-0004hA-6u@franck.debian.org>
and subject line Bug#831139: fixed in cal3d 0.11.0-7
has caused the Debian Bug report #831139,
regarding cal3d: FTBFS with GCC 6: loader.cpp:889:12: error: cannot convert 'bool' to 'CalCoreKeyframe*' in return
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.)


-- 
831139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831139
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: cal3d
Version: 0.11.0-6
Severity: serious
Tags: stretch sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -Wdate-time -D_FORTIFY_SOURCE=2 -I../../src  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -fPIC -fno-rtti -c -o loader.lo loader.cpp
> libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -I../../src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -fPIC -fno-rtti -c loader.cpp  -fPIC -DPIC -o .libs/loader.o
> loader.cpp: In static member function 'static CalCoreKeyframe* CalLoader::loadCoreKeyframe(CalDataSource&)':
> loader.cpp:889:12: error: cannot convert 'bool' to 'CalCoreKeyframe*' in return
>      return false;
>             ^~~~~
> loader.cpp: In static member function 'static CalCoreSkeletonPtr CalLoader::loadXmlCoreSkeleton(const string&)':
> loader.cpp:1341:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1347:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1356:10: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>    return false;
>           ^~~~~
> loader.cpp:1362:10: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>    return false;
>           ^~~~~
> loader.cpp:1368:10: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>    return false;
>           ^~~~~
> loader.cpp:1386:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1398:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1407:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1413:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1425:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1434:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1440:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1453:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1462:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1468:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1480:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1489:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1495:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1507:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1517:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1523:11: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>     return false;
>            ^~~~~
> loader.cpp:1569:12: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>      return false;
>             ^~~~~
> loader.cpp:1577:12: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>      return false;
>             ^~~~~
> loader.cpp:1584:12: error: could not convert 'false' from 'bool' to 'CalCoreSkeletonPtr {aka cal3d::RefPtr<CalCoreSkeleton>}'
>      return false;
>             ^~~~~
> loader.cpp: In static member function 'static CalCoreAnimationPtr CalLoader::loadXmlCoreAnimation(const string&, CalCoreSkeleton*)':
> loader.cpp:1636:10: error: could not convert 'false' from 'bool' to 'CalCoreAnimationPtr {aka cal3d::RefPtr<CalCoreAnimation>}'
>    return false;
>           ^~~~~
> loader.cpp:1644:11: error: could not convert 'false' from 'bool' to 'CalCoreAnimationPtr {aka cal3d::RefPtr<CalCoreAnimation>}'
>     return false;
>            ^~~~~
> loader.cpp:1650:11: error: could not convert 'false' from 'bool' to 'CalCoreAnimationPtr {aka cal3d::RefPtr<CalCoreAnimation>}'
>     return false;
>            ^~~~~
> loader.cpp:1659:10: error: could not convert 'false' from 'bool' to 'CalCoreAnimationPtr {aka cal3d::RefPtr<CalCoreAnimation>}'
>    return false;
>           ^~~~~
> loader.cpp:1665:10: error: could not convert 'false' from 'bool' to 'CalCoreAnimationPtr {aka cal3d::RefPtr<CalCoreAnimation>}'
>    return false;
>           ^~~~~
> loader.cpp:1671:10: error: could not convert 'false' from 'bool' to 'CalCoreAnimationPtr {aka cal3d::RefPtr<CalCoreAnimation>}'
>    return false;
>           ^~~~~
> loader.cpp: In static member function 'static CalCoreMeshPtr CalLoader::loadXmlCoreMesh(const string&)':
> loader.cpp:1883:10: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>    return false;
>           ^~~~~
> loader.cpp:1891:11: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>     return false;
>            ^~~~~
> loader.cpp:1897:11: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>     return false;
>            ^~~~~
> loader.cpp:1905:10: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>    return false;
>           ^~~~~
> loader.cpp:1911:10: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>    return false;
>           ^~~~~
> loader.cpp:1917:10: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>    return false;
>           ^~~~~
> loader.cpp:1940:11: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>     return false;
>            ^~~~~
> loader.cpp:1989:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:1999:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2007:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2014:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2025:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2033:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2040:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2054:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2061:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2070:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2078:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2085:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2109:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2117:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2124:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2164:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2172:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2179:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2205:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2212:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2219:13: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>       return false;
>              ^~~~~
> loader.cpp:2244:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp:2269:12: error: could not convert 'false' from 'bool' to 'CalCoreMeshPtr {aka cal3d::RefPtr<CalCoreMesh>}'
>      return false;
>             ^~~~~
> loader.cpp: In static member function 'static CalCoreMaterialPtr CalLoader::loadXmlCoreMaterial(const string&)':
> loader.cpp:2339:16: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>          return false;
>                 ^~~~~
> loader.cpp:2347:18: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>            return false;
>                   ^~~~~
> loader.cpp:2353:18: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>            return false;
>                   ^~~~~
> loader.cpp:2362:14: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>        return false;
>               ^~~~~
> loader.cpp:2368:16: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>          return false;
>                 ^~~~~
> loader.cpp:2374:16: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>          return false;
>                 ^~~~~
> loader.cpp:2388:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2396:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2402:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2415:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2423:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2429:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2444:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2452:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2458:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2472:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2480:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2486:12: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>      return false;
>             ^~~~~
> loader.cpp:2505:14: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>        return false;
>               ^~~~~
> loader.cpp:2513:14: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>        return false;
>               ^~~~~
> loader.cpp:2520:14: error: could not convert 'false' from 'bool' to 'CalCoreMaterialPtr {aka cal3d::RefPtr<CalCoreMaterial>}'
>        return false;
>               ^~~~~
> In file included from ../../src/cal3d/platform.h:82:0,
>                  from ../../src/cal3d/global.h:24,
>                  from ../../src/cal3d/loader.h:21,
>                  from loader.cpp:19:
> ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr<T>::get() const [with T = CalCoreSkeleton]':
> loader.cpp:710:50:   required from here
> ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
>              assert(!m_ptr || m_ptr->getRefCount() > 0 &&
>                                                         
> ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr<T>::get() const [with T = CalCoreAnimation]':
> ../../src/cal3d/refptr.h:95:24:   required from 'cal3d::RefPtr<T>::operator cal3d::RefPtr<T>::unspecified_bool_type() const [with T = CalCoreAnimation; cal3d::RefPtr<T>::unspecified_bool_type = CalCoreAnimation* cal3d::RefPtr<CalCoreAnimation>::*]'
> loader.cpp:89:14:   required from here
> ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
> ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr<T>::get() const [with T = CalCoreMaterial]':
> ../../src/cal3d/refptr.h:95:24:   required from 'cal3d::RefPtr<T>::operator cal3d::RefPtr<T>::unspecified_bool_type() const [with T = CalCoreMaterial; cal3d::RefPtr<T>::unspecified_bool_type = CalCoreMaterial* cal3d::RefPtr<CalCoreMaterial>::*]'
> loader.cpp:131:13:   required from here
> ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
> ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr<T>::get() const [with T = CalCoreMesh]':
> ../../src/cal3d/refptr.h:95:24:   required from 'cal3d::RefPtr<T>::operator cal3d::RefPtr<T>::unspecified_bool_type() const [with T = CalCoreMesh; cal3d::RefPtr<T>::unspecified_bool_type = CalCoreMesh* cal3d::RefPtr<CalCoreMesh>::*]'
> loader.cpp:174:14:   required from here
> ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
> make[4]: *** [loader.lo] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/07/13/cal3d_0.11.0-6_unstable_gcc6.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: cal3d
Source-Version: 0.11.0-7

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

Debian distribution maintenance software
pp.
Adam Borowski <kilobyte@angband.pl> (supplier of updated cal3d 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: Thu, 21 Jul 2016 07:23:42 +0200
Source: cal3d
Binary: libcal3d12v5 libcal3d12-dev libcal3d-doc
Architecture: source
Version: 0.11.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adam Borowski <kilobyte@angband.pl>
Description:
 libcal3d-doc - Skeletal based 3d character animation library - API documentation
 libcal3d12-dev - Skeletal based 3d character animation library - development files
 libcal3d12v5 - Skeletal based 3d character animation library
Closes: 811667 831139
Changes:
 cal3d (0.11.0-7) unstable; urgency=medium
 .
   * QA upload.
   * Convert to source format 3.0 (quilt).
   * Bump compat to 9, no dh conversion yet.
   * Fix FTBFS with gcc-6, thanks Alberto Luaces.  Closes: #811667, #831139.
Checksums-Sha1:
 b9255531625617d863856445e1855fdcce83f945 1511 cal3d_0.11.0-7.dsc
 aa492771b5e3563680e595b83b90b334178b96a3 7836 cal3d_0.11.0-7.debian.tar.xz
Checksums-Sha256:
 fdc21e8ee1985f3d854953b6b28c9a6066de934561ed5976b8d4d53ac1b515cc 1511 cal3d_0.11.0-7.dsc
 56194f26ad6914d0cf6014f724676abf84bb8f6d6f18def0084127488c3a882e 7836 cal3d_0.11.0-7.debian.tar.xz
Files:
 756683b707c4effddbf5280b9f779ab2 1511 libs optional cal3d_0.11.0-7.dsc
 87b47f10519b434aa13c28d66b458887 7836 libs optional cal3d_0.11.0-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXkGC8AAoJECw7Q2/qxoEBHFIH/06KNIU01UKhUud7ZVcgp7e4
+wAVOuKQ2SEPKL59j6BLwTvBz775J9NG7G+6UAsUKjF12N2oOdqwAvPnMfkklIT/
lLqP8VTFGZlQm6kPbR+GTsE8w2PQ2vlci5bzuzR1PBjQp41Ub9tFaWJrd/UxxISB
pZ5eCRI/11sc+3xaM/8XQZv8X2wUka1ckMEEqFxmR0MSs7SEiT5LJoAPOb0tPlZl
S/l3xzYVz2qQPunZtXvpLATKb60UUOa0EKls1LYA0d1luskGOPMNJKg1ub+Is4xd
QCicA5AIlUiaCTTXR2Blxugdz8bgvK3yiteUJGuN6tbzj0NkHS8FXyCeMgATYOA=
=oM0e
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: