Your message dated Mon, 01 Apr 2024 13:51:15 +0000
with message-id <e1rri4b-00cp51...@fasolo.debian.org>
and subject line Bug#1068180: fixed in libgav1 0.19.0-2
has caused the Debian Bug report #1068180,
regarding FTBFS: C++ versions less than C++14 are not supported.
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.)


-- 
1068180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgav1
Version: 0.18.0-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=libgav1&arch=armel&ver=0.18.0-1%2Bb2&stamp=1711940873&raw=0

In file included from /usr/include/absl/base/config.h:86,
                 from /usr/include/absl/base/attributes.h:37,
                 from /usr/include/absl/base/thread_annotations.h:37,
                 from /<<PKGBUILDDIR>>/src/utils/threadpool.h:42,
                 from /<<PKGBUILDDIR>>/src/threading_strategy.h:24,
                 from /<<PKGBUILDDIR>>/src/frame_scratch_buffer.h:31,
                 from /<<PKGBUILDDIR>>/src/decoder_impl.h:30,
                 from /<<PKGBUILDDIR>>/src/decoder_impl.cc:15:
/usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less
than C++14 are not supported."
   79 | #error "C++ versions less than C++14 are not supported."
      |  ^~~~~


/usr/bin/c++ -DLIBGAV1_CMAKE=1 -DLIBGAV1_ENABLE_AVX2=0 -DLIBGAV1_ENABLE_NEON=0
-DLIBGAV1_ENABLE_SSE4_1=0 -DLIBGAV1_FLAGS_SRCDIR=\"/<<PKGBUILDDIR>>\"
-DLIBGAV1_FLAGS_TMPDIR=\"/tmp\" -DLIBGAV1_MAX_BITDEPTH=10 -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi
-I/<<PKGBUILDDIR>>/third_party/abseil-cpp
-I/<<PKGBUILDDIR>>/third_party/googletest/googlemock/include
-I/<<PKGBUILDDIR>>/third_party/googletest/googletest/include
-I/<<PKGBUILDDIR>>/third_party/googletest/googletest -g -O2 -ffile-prefix-
map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -fPIC -Wall -Wextra -Wmissing-declarations
-Wno-sign-compare -fvisibility=hidden -fvisibility-inlines-hidden -Wno-format-
truncation -MD -MT CMakeFiles/libgav1_utils.dir/src/utils/segmentation.cc.o -MF
CMakeFiles/libgav1_utils.dir/src/utils/segmentation.cc.o.d -o
CMakeFiles/libgav1_utils.dir/src/utils/segmentation.cc.o -c
/<<PKGBUILDDIR>>/src/utils/segmentation.cc
In file included from /usr/include/absl/time/time.h:89,
                 from /usr/include/absl/time/clock.h:26,
                 from
/usr/include/absl/synchronization/internal/kernel_timeout.h:30,
                 from /usr/include/absl/synchronization/mutex.h:74,
                 from /<<PKGBUILDDIR>>/src/utils/threadpool.h:43:
/usr/include/absl/strings/string_view.h: In member function ‘constexpr void
absl::debian5::string_view::remove_prefix(size_type) const’:
/usr/include/absl/strings/string_view.h:340:10: error: assignment of member
‘absl::debian5::string_view::ptr_’ in read-only object
  340 |     ptr_ += n;
      |     ~~~~~^~~~
/usr/include/absl/strings/string_view.h:341:13: error: assignment of member
‘absl::debian5::string_view::length_’ in read-only object
  341 |     length_ -= n;
      |     ~~~~~~~~^~~~
/usr/include/absl/strings/string_view.h: In member function ‘constexpr void
absl::debian5::string_view::remove_suffix(size_type) const’:
/usr/include/absl/strings/string_view.h:350:13: error: assignment of member
‘absl::debian5::string_view::length_’ in read-only object
  350 |     length_ -= n;
      |     ~~~~~~~~^~~~
/usr/include/absl/strings/string_view.h: In member function ‘constexpr void
absl::debian5::string_view::swap(absl::debian5::string_view&) const’:
/usr/include/absl/strings/string_view.h:358:13: error: passing ‘const
absl::debian5::string_view’ as ‘this’ argument discards qualifiers
[-fpermissive]
  358 |     *this = s;
      |             ^
/usr/include/absl/strings/string_view.h:161:7: note:   in call to
‘absl::debian5::string_view& absl::debian5::string_view::operator=(const
absl::debian5::string_view&)’
  161 | class string_view {
      |       ^~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi'
[ 15%] Built target libgav1_file_writer
/usr/include/absl/time/time.h: In constructor
‘absl::debian5::Duration::HiRep::HiRep(int64_t)’:
/usr/include/absl/time/time.h:256:5: error: ‘constexpr’ constructor does not
have empty body
  256 |     }
      |     ^
/usr/include/absl/time/time.h: In member function ‘constexpr int64_t
absl::debian5::Duration::HiRep::Get() const’:
/usr/include/absl/time/time.h:276:5: error: body of ‘constexpr’ function
‘constexpr int64_t absl::debian5::Duration::HiRep::Get() const’ not a return-
statement
  276 |     }
      |     ^
[ 16%] Building CXX object
CMakeFiles/libgav1_utils.dir/src/utils/segmentation_map.cc.o
/usr/include/absl/time/time.h: In member function ‘constexpr
absl::debian5::Duration::HiRep&
absl::debian5::Duration::HiRep::operator=(int64_t) const’:
/usr/include/absl/time/time.h:284:11: error: assignment of member
‘absl::debian5::Duration::HiRep::hi_’ in read-only object
  284 |       hi_ = static_cast<uint32_t>(unsigned_value >> 32);
      |       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/absl/time/time.h:285:11: error: assignment of member
‘absl::debian5::Duration::HiRep::lo_’ in read-only object
  285 |       lo_ = static_cast<uint32_t>(unsigned_value);
      |       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/absl/time/time.h:286:14: error: binding reference of type
‘absl::debian5::Duration::HiRep&’ to ‘const absl::debian5::Duration::HiRep’
discards qualifiers
  286 |       return *this;
      |              ^~~~~
/usr/include/absl/time/time.h:287:5: error: body of ‘constexpr’ function
‘constexpr absl::debian5::Duration::HiRep&
absl::debian5::Duration::HiRep::operator=(int64_t) const’ not a return-
statement
  287 |     }
      |     ^


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: libgav1
Source-Version: 0.19.0-2
Done: Sebastian Ramacher <sramac...@debian.org>

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated libgav1 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: SHA512

Format: 1.8
Date: Mon, 01 Apr 2024 15:14:00 +0200
Source: libgav1
Architecture: source
Version: 0.19.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1068180
Changes:
 libgav1 (0.19.0-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable (Closes: #1068180)
   * debian/patches: Temporarily disable cpu test
Checksums-Sha1:
 bc63d19850320357bb120517462e32a494dea4ca 1505 libgav1_0.19.0-2.dsc
 60bcb680b56e9299b0105d917c95799e3f181119 6708 libgav1_0.19.0-2.debian.tar.xz
 c497e9dbd633110201f06fd1eec26f51c92a1f53 6885 libgav1_0.19.0-2_source.buildinfo
Checksums-Sha256:
 6ee2aca70d03a0ecba22d32229f4d4b26f782003dd53a91e76900c83a5458da5 1505 
libgav1_0.19.0-2.dsc
 c0f5aef51b4b1ac5b8fa5999779e121af4eff3011aaabb80fd2c107f2bd56ab0 6708 
libgav1_0.19.0-2.debian.tar.xz
 c605b40a1fa7ab6018d52d47e9dad0d77e9cecde01699bdaab972b361b2bc6bf 6885 
libgav1_0.19.0-2_source.buildinfo
Files:
 5803c36d6a4fbc28ca44d18f50c63f22 1505 libs optional libgav1_0.19.0-2.dsc
 7e8bbacaed274232fb55e2797b81cbc5 6708 libs optional 
libgav1_0.19.0-2.debian.tar.xz
 7f14b7d072ec939cee65d0c18d176c92 6885 libs optional 
libgav1_0.19.0-2_source.buildinfo

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

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZgq3PwAKCRAhk2s2YA/N
iZuGAP9riuav07p/GKPnjbKh/F0yeKrdMcYE30rR6MWwwOKn6AD/SJ5by90HNHCY
BDFVH7LmiO9vffpWYQ0lqBxTy7yeHA4=
=NZQb
-----END PGP SIGNATURE-----

Attachment: pgpex7_FJPwlo.pgp
Description: PGP signature


--- End Message ---

Reply via email to