Your message dated Tue, 20 Dec 2016 19:19:18 +0000
with message-id <e1cjpwu-0006c2...@fasolo.debian.org>
and subject line Bug#811793: fixed in packup 0.6-3
has caused the Debian Bug report #811793,
regarding packup: FTBFS with GCC 6: error: reference 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.)


-- 
811793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: packup
Version: 0.6-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-reference-ambiguous

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> Compiling: Lexer.o
> Compiling: p.tab.o
> In file included from collections.hh:28:0,
>                  from parser.hh:41,
>                  from p.bison:6:
> PackageVersions.hh: In member function 'size_t 
> hash_package_versions::operator()(const PackageVersions&) const':
> PackageVersions.hh:90:7: error: reference to 'hash' is ambiguous
>        hash<const char*> h1;
>        ^~~~
> 
> In file included from /usr/include/c++/6/backward/hashtable.h:66:0,
>                  from /usr/include/c++/6/ext/hash_set:64,
>                  from common_types.hh:28,
>                  from parser.hh:40,
>                  from p.bison:6:
> /usr/include/c++/6/backward/hash_fun.h:68:12: note: candidates are: 
> template<class _Key> struct __gnu_cxx::hash
>      struct hash { };
>             ^~~~
> 
> In file included from /usr/include/c++/6/bits/basic_string.h:5628:0,
>                  from /usr/include/c++/6/string:52,
>                  from p.bison:4:
> /usr/include/c++/6/bits/functional_hash.h:58:12: note:                 
> template<class _Tp> struct std::hash
>      struct hash;
>             ^~~~
> 
> In file included from collections.hh:28:0,
>                  from parser.hh:41,
>                  from p.bison:6:
> PackageVersions.hh:90:12: error: expected primary-expression before 'const'
>        hash<const char*> h1;
>             ^~~~~
> 
> PackageVersions.hh:91:34: error: 'h1' was not declared in this scope
>        return h1(pvs.name().data()) ^  ((size_t)pvs.op()) ^ 
> ((size_t)pvs.version());
>                                   ^
> 
> In file included from collections.hh:29:0,
>                  from parser.hh:41,
>                  from p.bison:6:
> package_version.hh: At global scope:
> package_version.hh:38:8: error: reference to 'hash' is ambiguous
>  extern hash<int>         h2;
>         ^~~~
> 
> In file included from /usr/include/c++/6/backward/hashtable.h:66:0,
>                  from /usr/include/c++/6/ext/hash_set:64,
>                  from common_types.hh:28,
>                  from parser.hh:40,
>                  from p.bison:6:
> /usr/include/c++/6/backward/hash_fun.h:68:12: note: candidates are: 
> template<class _Key> struct __gnu_cxx::hash
>      struct hash { };
>             ^~~~
> 
> In file included from /usr/include/c++/6/bits/basic_string.h:5628:0,
>                  from /usr/include/c++/6/string:52,
>                  from p.bison:4:
> /usr/include/c++/6/bits/functional_hash.h:58:12: note:                 
> template<class _Tp> struct std::hash
>      struct hash;
>             ^~~~
> 
> In file included from collections.hh:29:0,
>                  from parser.hh:41,
>                  from p.bison:6:
> package_version.hh:39:8: error: reference to 'hash' is ambiguous
>  extern hash<const char*> h1;
...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: packup
Source-Version: 0.6-3

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

Debian distribution maintenance software
pp.
Ralf Treinen <trei...@debian.org> (supplier of updated packup 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: SHA256

Format: 1.8
Date: Tue, 20 Dec 2016 09:19:02 +0100
Source: packup
Binary: packup
Architecture: source
Version: 0.6-3
Distribution: unstable
Urgency: medium
Maintainer: Ralf Treinen <trei...@debian.org>
Changed-By: Ralf Treinen <trei...@debian.org>
Description:
 packup     - CUDF solver based on pseudo-Boolean constraints
Closes: 811793
Changes:
 packup (0.6-3) unstable; urgency=medium
 .
   * patch c++11: compliance with the C++11 standard. This fixes FTBFS with
     gcc-6. Thanks a lot to Mikoláš Janota for the patch (closes:  #811793).
   * debian/copyright: machine-readable format 1.0
   * Standards-Version 3.9.8 (no change)
   * Fixed spelling error in changelog entry of 0.6-2.
   * Debhelper compatibility level 10:
     - bump debian/compat
     - bump build-dependency on debhelper
   * Vcs-{Git,Browser}: use secure URI
   * Dropped debian/svn-deblayout
   * Fix trivial spelling mistake in Encoder.cc
   * Add simple as-installed package test
Checksums-Sha1:
 328ea0f9c52f8be9368838cd929773e47f59d0f3 1813 packup_0.6-3.dsc
 4dff4e77f61b4cb5d442400a5836452d0c76da96 6056 packup_0.6-3.debian.tar.xz
Checksums-Sha256:
 71ca21197fd525decbb2bea80b23470d9b454169d295eb8a5039ed513f42d792 1813 
packup_0.6-3.dsc
 e0d6f1cfe1d97f77b019884ce4a3cc75e2adf22399f3682654c55072c13a23e0 6056 
packup_0.6-3.debian.tar.xz
Files:
 e79e861cf65565389346e60c867542b2 1813 admin extra packup_0.6-3.dsc
 06bfe5544bbc1e7bebe8b8f9a376caf1 6056 admin extra packup_0.6-3.debian.tar.xz

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

iQIzBAEBCAAdFiEEAgVIKeEtDyqOZI5idFxHZtTKzf8FAlhY6lcACgkQdFxHZtTK
zf+RCA//R8kZuN0K03F4LxPjb/X6AUhMY5UgqYfp2xygCL8iA3S23nCn05MLBM8u
uyLUYmZs0jFTSvt+gCpX1Nw33jDH1tYFiDYgHIK4NemXhGMf0p19n2C5gULxFYE9
m8zN9WAUy2tyQf21xz9LHehuvSKSRmedp2vRlIsVIMAijcNcsP+qVO6HPyvgBGKF
tjXe6dS0n/tSx4z5Nlfrp1YZxgMOqy7owjBwU7CrZuLS+RD8oQUlp/ONzAxx4V8n
3JlAyscss7rhaF/b9zff1ayDiO1fwIB40bgA9+MyyCEBppX8IqC9C599SQs85Htd
ExxvWErIgpSkeDD4Ftc1ssQTQhKSTFqPYutXj8GUj9KwtIgACsY0YTEFsg+vos5G
OzDcNTJi659ST1dL4vEKw4mgM55DEyLz4Q70gkPkvev0VTYvznJhr3Tq6dIt0ll1
ZSECWzLJorRhQRmmScgeyItKWyq1aC7sELiUA9o2CxqpTtDK/fO5AszpcNGGQGUZ
JKOU2KAhNtYEFqK7f9Cj9rHjoGYA9r8duoqPWup9MYWjJdaV3Vbu/CDrihb2S/j+
fxDGprc/UUMVtKa42V1wGjbqsl8xIOC/A1nwHxWNZha57AsaNJG/P8TVL032t6JM
ig0+AaSsGu4f7BxFF+7tD6+az/T2My2KoS9M1sE1Al0K6dy5pRM=
=os4l
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to