Your message dated Thu, 15 Aug 2024 09:04:38 +0000
with message-id <e1sewpo-000lst...@fasolo.debian.org>
and subject line Bug#1077420: fixed in ola 0.10.9.nojsmin-6
has caused the Debian Bug report #1077420,
regarding ola: FTBFS: ./include/ola/base/Macro.h:45:11: error: template-id not 
allowed for constructor in C++20 [-Werror=template-id-cdtor]
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.)


-- 
1077420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ola
Version: 0.10.9.nojsmin-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240728 ftbfs-trixie

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.   
> -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -I./include -Wall -Wformat -W 
> -fvisibility-inlines-hidden  -Werror -Wno-error=deprecated-declarations 
> -Werror -Wno-error=unused-parameter -Wno-error=deprecated-declarations 
> -Wno-error=sign-compare -DPID_DATA_DIR=\"/usr/share/ola/pids\" 
> -Wno-error=deprecated-declarations -Wno-error=unused-parameter -std=gnu++11  
> -c -o common/thread/libolacommon_la-SignalThread.lo `test -f 
> 'common/thread/SignalThread.cpp' || echo './'`common/thread/SignalThread.cpp
> ./include/ola/io/SelectServer.h:201:8: warning: 'template<class> class 
> std::auto_ptr' is deprecated: use 'std::unique_ptr' instead 
> [-Wdeprecated-declarations]
>   201 |   std::auto_ptr<class TimeoutManager> m_timeout_manager;
>       |        ^~~~~~~~
> In file included from /usr/include/c++/14/memory:78,
>                  from ./include/ola/io/SelectServer.h:32:
> /usr/include/c++/14/bits/unique_ptr.h:59:28: note: declared here
>    59 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I./include -I./include -Wall -Wformat -W -fvisibility-inlines-hidden -Werror 
> -Wno-error=deprecated-declarations -Werror -Wno-error=unused-parameter 
> -Wno-error=deprecated-declarations -Wno-error=sign-compare 
> -DPID_DATA_DIR=\"/usr/share/ola/pids\" -Wno-error=deprecated-declarations 
> -Wno-error=unused-parameter -std=gnu++11 -c common/thread/SignalThread.cpp  
> -fPIC -DPIC -o common/thread/.libs/libolacommon_la-SignalThread.o
> ./include/ola/io/SelectServer.h:202:8: warning: 'template<class> class 
> std::auto_ptr' is deprecated: use 'std::unique_ptr' instead 
> [-Wdeprecated-declarations]
>   202 |   std::auto_ptr<class PollerInterface> m_poller;
>       |        ^~~~~~~~
> /usr/include/c++/14/bits/unique_ptr.h:59:28: note: declared here
>    59 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from ./include/ola/Clock.h:32:
> ./include/ola/base/Macro.h:45:11: error: template-id not allowed for 
> constructor in C++20 [-Werror=template-id-cdtor]
>    45 |   TypeName(const TypeName&);               \
>       |           ^
> ./include/ola/thread/FuturePrivate.h:92:3: note: in expansion of macro 
> 'DISALLOW_COPY_AND_ASSIGN'
>    92 |   DISALLOW_COPY_AND_ASSIGN(FutureImpl<T>);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~
> ./include/ola/base/Macro.h:45:11: note: remove the '< >'
>    45 |   TypeName(const TypeName&);               \
>       |           ^
> ./include/ola/thread/FuturePrivate.h:92:3: note: in expansion of macro 
> 'DISALLOW_COPY_AND_ASSIGN'
>    92 |   DISALLOW_COPY_AND_ASSIGN(FutureImpl<T>);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~
> ./include/ola/base/Macro.h:45:11: error: template-id not allowed for 
> constructor in C++20 [-Werror=template-id-cdtor]
>    45 |   TypeName(const TypeName&);               \
>       |           ^
> ./include/ola/thread/FuturePrivate.h:155:3: note: in expansion of macro 
> 'DISALLOW_COPY_AND_ASSIGN'
>   155 |   DISALLOW_COPY_AND_ASSIGN(FutureImpl<void>);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~
> ./include/ola/base/Macro.h:45:11: note: remove the '< >'
>    45 |   TypeName(const TypeName&);               \
>       |           ^
> ./include/ola/thread/FuturePrivate.h:155:3: note: in expansion of macro 
> 'DISALLOW_COPY_AND_ASSIGN'
>   155 |   DISALLOW_COPY_AND_ASSIGN(FutureImpl<void>);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I./include -I./include -Wall -Wformat -W -fvisibility-inlines-hidden -Werror 
> -Wno-error=deprecated-declarations -Werror -Wno-error=unused-parameter 
> -Wno-error=deprecated-declarations -Wno-error=sign-compare 
> -DPID_DATA_DIR=\"/usr/share/ola/pids\" -Wno-error=deprecated-declarations 
> -Wno-error=unused-parameter -std=gnu++11 -c common/thread/PeriodicThread.cpp 
> -o common/thread/libolacommon_la-PeriodicThread.o >/dev/null 2>&1
> cc1plus: all warnings being treated as errors
> make[3]: *** [Makefile:11516: 
> common/thread/libolacommon_la-ExecutorThread.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/28/ola_0.10.9.nojsmin-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ola
Source-Version: 0.10.9.nojsmin-6
Done: Wouter Verhelst <wou...@debian.org>

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

Debian distribution maintenance software
pp.
Wouter Verhelst <wou...@debian.org> (supplier of updated ola 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: SHA384

Format: 1.8
Date: Thu, 15 Aug 2024 10:43:24 +0200
Source: ola
Architecture: source
Version: 0.10.9.nojsmin-6
Distribution: unstable
Urgency: medium
Maintainer: Wouter Verhelst <wou...@debian.org>
Changed-By: Wouter Verhelst <wou...@debian.org>
Closes: 1077420
Changes:
 ola (0.10.9.nojsmin-6) unstable; urgency=medium
 .
   * debian/not-installed: new, mark files that are not installed
   * debian/ola.install: install all .1 manpages, rather than a subset.
   * debian/rules: add -Wno-error=template-id-cdtor to handle new warnings in
     g++-14. Closes: #1077420.
Checksums-Sha1:
 9fd201747ecc15d5eb0fb58de70131bf4b87c526 1974 ola_0.10.9.nojsmin-6.dsc
 da1e1c9a7b8bc5f2e0260d51c6d8e82da7afad71 36196 
ola_0.10.9.nojsmin-6.debian.tar.xz
 51d3950686e105ded3bf7a372c2b2d6aaf0c78b9 8825 
ola_0.10.9.nojsmin-6_source.buildinfo
Checksums-Sha256:
 0152eac995b22709b8234c508c9310bdfa943c773d35ddac1aa768d30d893328 1974 
ola_0.10.9.nojsmin-6.dsc
 e3eee1eec1ad9064886add1511d68391753c7f13e2b58883dc1320b739ae39e2 36196 
ola_0.10.9.nojsmin-6.debian.tar.xz
 bb3da7e504674819ff920e42c3815f10dba98f9d461ae9672d8c9a77b29316a5 8825 
ola_0.10.9.nojsmin-6_source.buildinfo
Files:
 44f962aebe5b67a474d87d08e8e675ef 1974 libs optional ola_0.10.9.nojsmin-6.dsc
 2053375f6d782abd5c0666347861e4d1 36196 libs optional 
ola_0.10.9.nojsmin-6.debian.tar.xz
 e4d2dbd1c8c420cf86e203711cb7b488 8825 libs optional 
ola_0.10.9.nojsmin-6_source.buildinfo

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

iKgEARMJADAWIQQZhIYJILYM7Y0TCTdH038p5i64/wUCZr3APRIcd291dGVyQGRl
Ymlhbi5vcmcACgkQR9N/KeYuuP8cvwGAlLPIAgYv+2slRxs88Lbr+Xp/3hNoGooO
jOJxm/Zu/BZ4XDhJTN8ENL1EICqjHtlvAX4wCWev0l+l2aOQ56jhpQc9mPRoEwT5
TvwKErD4NxnxSN8BQmRZ6chUAHO5DW/bwUE=
=gNk/
-----END PGP SIGNATURE-----

Attachment: pgptMdTEo3o2A.pgp
Description: PGP signature


--- End Message ---

Reply via email to