Your message dated Sun, 28 Jul 2024 15:35:35 +0000 with message-id <[🔎] E1sY5vr-00F0o3-Pw@fasolo.debian.org> and subject line Bug#1076503: Removed package(s) from unstable has caused the Debian Bug report #1069559, regarding g++-10: std::regex_constants::multiline (C++17) missing in -std=gnu++20 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.) -- 1069559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069559 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: g++-10: std::regex_constants::multiline (C++17) missing in -std=gnu++20
- From: "U.Mutlu" <um4711@mutluit.com>
- Date: Sat, 20 Apr 2024 16:04:13 +0200
- Message-id: <171362185383.1207702.12777688075601233737.reportbug@c22-local.mutluit.com>
Package: g++-10 Version: 10.2.1-6 Severity: important X-Debbugs-Cc: um4711@mutluit.com Dear Maintainer, the value std::regex_constants::multiline is supposed to be present in C++17 and later (cf. for example https://en.cppreference.com/w/cpp/regex/basic_regex/constants ), but actually it's missing in this compiler version (which supports C++17 as well even C++20). Compiler switches used: OPTS="-Wall -Wextra -W -Wformat -pedantic -pedantic-errors -std=gnu++20 -frecord-gcc-switches" g++ -g $OPTS blahfoo.cpp -lm -lssl -lcrypto -lz The compilation error: " blahfoo.cpp:5122:59: error: ‘multiline’ is not a member of ‘std::regex_constants’ 5122 | if (sOpt == "multiline") { f |= regex_constants::multiline; continue; } | ^~~~~~~~~ Command exited with non-zero status 1 " $ g++ --version g++ (Debian 10.2.1-6) 10.2.1 20210110 Expectation: Since this compiler version supports C++17 (and even C++20), then it should have the above said missing C++17 constant defined. -- System Information: Debian Release: 11.9 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.1.0-0.deb11.11-amd64 (SMP w/4 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages g++-10 depends on: ii gcc-10 10.2.1-6 ii gcc-10-base 10.2.1-6 ii libc6 2.31-13+deb11u6 ii libgmp10 2:6.2.1+dfsg-1+deb11u1 ii libisl23 0.23-1 ii libmpc3 1.2.0-1 ii libmpfr6 4.1.0-3 ii libstdc++-10-dev 10.2.1-6 ii libzstd1 1.4.8+dfsg-2.1 ii zlib1g 1:1.2.11.dfsg-2+deb11u2 g++-10 recommends no packages. Versions of packages g++-10 suggests: pn g++-10-multilib <none> pn gcc-10-doc <none> -- no debconf information
--- End Message ---
--- Begin Message ---
- To: 248680-done@bugs.debian.org,717014-done@bugs.debian.org,737225-done@bugs.debian.org,748297-done@bugs.debian.org,929777-done@bugs.debian.org,954681-done@bugs.debian.org,960248-done@bugs.debian.org,960643-done@bugs.debian.org,963254-done@bugs.debian.org,963564-done@bugs.debian.org,971547-done@bugs.debian.org,973698-done@bugs.debian.org,974073-done@bugs.debian.org,974781-done@bugs.debian.org,975142-done@bugs.debian.org,976024-done@bugs.debian.org,977638-done@bugs.debian.org,978153-done@bugs.debian.org,979350-done@bugs.debian.org,983436-done@bugs.debian.org,984670-done@bugs.debian.org,986629-done@bugs.debian.org,995916-done@bugs.debian.org,1001699-done@bugs.debian.org,1008098-done@bugs.debian.org,1013122-done@bugs.debian.org,1023666-done@bugs.debian.org,1027065-done@bugs.debian.org,1028431-done@bugs.debian.org,1031822-done@bugs.debian.org,1056766-done@bugs.debian.org,1069559-done@bugs.debian.org,
- Cc: gcc-10@packages.debian.org
- Subject: Bug#1076503: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 28 Jul 2024 15:35:35 +0000
- Message-id: <[🔎] E1sY5vr-00F0o3-Pw@fasolo.debian.org>
Version: 10.5.0-4+rm Dear submitter, as the package gcc-10 has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1076503 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---