Your message dated Thu, 04 Mar 2021 19:36:34 +0000
with message-id <[email protected]>
and subject line Bug#984377: fixed in ugrep 3.1.9+dfsg-2
has caused the Debian Bug report #984377,
regarding ugrep: ftbfs with GCC-11
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 [email protected]
immediately.)


-- 
984377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ugrep
Version: 3.1.9+dfsg-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/ugrep_3.1.9+dfsg-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
checking for --disable-avx... yes
checking for --disable-sse2... no
checking whether g++ -std=gnu++11 supports SSE2 intrinsics... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in lib
make[3]: Entering directory '/<<PKGBUILDDIR>>/lib'
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-convert.o `test -f 'convert.cpp' || echo './'`convert.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-debug.o `test -f 'debug.cpp' || echo './'`debug.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-error.o `test -f 'error.cpp' || echo './'`error.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-input.o `test -f 'input.cpp' || echo './'`input.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-matcher.o `test -f 'matcher.cpp' || echo './'`matcher.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-pattern.o `test -f 'pattern.cpp' || echo './'`pattern.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-posix.o `test -f 'posix.cpp' || echo './'`posix.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-unicode.o `test -f 'unicode.cpp' || echo './'`unicode.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-utf8.o `test -f 'utf8.cpp' || echo './'`utf8.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-block_scripts.o `test -f 'block_scripts.cpp' || echo 
'./'`block_scripts.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-language_scripts.o `test -f 'language_scripts.cpp' || echo 
'./'`language_scripts.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -msse2 -DHAVE_SSE2 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libreflex_a-letter_scripts.o `test -f 'letter_scripts.cpp' || echo 
'./'`letter_scripts.cpp
rm -f libreflex.a
ar cru libreflex.a libreflex_a-convert.o libreflex_a-debug.o 
libreflex_a-error.o libreflex_a-input.o libreflex_a-matcher.o 
libreflex_a-pattern.o libreflex_a-posix.o libreflex_a-unicode.o 
libreflex_a-utf8.o libreflex_a-block_scripts.o libreflex_a-language_scripts.o 
libreflex_a-letter_scripts.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libreflex.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -DWITH_COLOR  -msse2 
-DHAVE_SSE2  -DPLATFORM=\"x86_64-pc-linux-gnu\" 
-DGREP_PATH=\"/usr/share/ugrep/patterns\" -DWITH_NO_INDENT -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ugrep-ugrep.o 
`test -f 'ugrep.cpp' || echo './'`ugrep.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -DWITH_COLOR  -msse2 
-DHAVE_SSE2  -DPLATFORM=\"x86_64-pc-linux-gnu\" 
-DGREP_PATH=\"/usr/share/ugrep/patterns\" -DWITH_NO_INDENT -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ugrep-cnf.o 
`test -f 'cnf.cpp' || echo './'`cnf.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -DWITH_COLOR  -msse2 
-DHAVE_SSE2  -DPLATFORM=\"x86_64-pc-linux-gnu\" 
-DGREP_PATH=\"/usr/share/ugrep/patterns\" -DWITH_NO_INDENT -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ugrep-glob.o 
`test -f 'glob.cpp' || echo './'`glob.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -DWITH_COLOR  -msse2 
-DHAVE_SSE2  -DPLATFORM=\"x86_64-pc-linux-gnu\" 
-DGREP_PATH=\"/usr/share/ugrep/patterns\" -DWITH_NO_INDENT -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ugrep-output.o 
`test -f 'output.cpp' || echo './'`output.cpp
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I..  -I../include -DWITH_COLOR  -msse2 
-DHAVE_SSE2  -DPLATFORM=\"x86_64-pc-linux-gnu\" 
-DGREP_PATH=\"/usr/share/ugrep/patterns\" -DWITH_NO_INDENT -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include 
-I/usr/include  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ugrep-query.o 
`test -f 'query.cpp' || echo './'`query.cpp
In file included from ugrep.cpp:77:
mmap.hpp: In member function ‘bool MMap::file(reflex::Input&, const char*&, 
size_t&)’:
mmap.hpp:90:176: error: ‘numeric_limits’ is not a member of ‘std’
   90 |     if (fstat(fd, &buf) != 0 || !S_ISREG(buf.st_mode) || 
static_cast<uint64_t>(buf.st_size) < MIN_MMAP_SIZE || 
static_cast<uint64_t>(buf.st_size) > 
static_cast<uint64_t>(std::numeric_limits<size_t>::max()))
      |                                                                         
                                                                                
                       ^~~~~~~~~~~~~~
mmap.hpp:90:197: error: expected primary-expression before ‘>’ token
   90 |     if (fstat(fd, &buf) != 0 || !S_ISREG(buf.st_mode) || 
static_cast<uint64_t>(buf.st_size) < MIN_MMAP_SIZE || 
static_cast<uint64_t>(buf.st_size) > 
static_cast<uint64_t>(std::numeric_limits<size_t>::max()))
      |                                                                         
                                                                                
                                            ^
mmap.hpp:90:200: error: ‘::max’ has not been declared; did you mean ‘std::max’?
   90 |     if (fstat(fd, &buf) != 0 || !S_ISREG(buf.st_mode) || 
static_cast<uint64_t>(buf.st_size) < MIN_MMAP_SIZE || 
static_cast<uint64_t>(buf.st_size) > 
static_cast<uint64_t>(std::numeric_limits<size_t>::max()))
      |                                                                         
                                                                                
                                               ^~~
      |                                                                         
                                                                                
                                               std::max
In file included from /usr/include/c++/11/algorithm:62,
                 from ugrep.hpp:239,
                 from ugrep.cpp:75:
/usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
 3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
make[3]: *** [Makefile:463: ugrep-ugrep.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:461: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:361: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ugrep
Source-Version: 3.1.9+dfsg-2
Done: Ricardo Ribalda Delgado <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ugrep, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ricardo Ribalda Delgado <[email protected]> (supplier of updated ugrep 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 04 Mar 2021 18:54:04 +0100
Source: ugrep
Architecture: source
Version: 3.1.9+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Ricardo Ribalda Delgado <[email protected]>
Changed-By: Ricardo Ribalda Delgado <[email protected]>
Closes: 984377
Changes:
 ugrep (3.1.9+dfsg-2) unstable; urgency=medium
 .
   * Fix build with gcc-11 (Closes: #984377)
Checksums-Sha1:
 060eb575fac76d95efa2135de6601e03316eb49c 2010 ugrep_3.1.9+dfsg-2.dsc
 fe165803c982e0221831ca3c4ec5584b4747d4ec 7620 ugrep_3.1.9+dfsg-2.debian.tar.xz
 37255b13cfbe5a95c2b356be67343a0cc192e712 7264 
ugrep_3.1.9+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 d7566e170cc5c51493dfbd1280e62a852a064da37c4f23840a3c88fb418e1ea5 2010 
ugrep_3.1.9+dfsg-2.dsc
 059f7d42f27bc0acaa0f5ef025395460dfbecef9d0933fffa10b4389e1c566c9 7620 
ugrep_3.1.9+dfsg-2.debian.tar.xz
 dc285ebf7d78fa620f552e0d81bf6589dd702381b9d3fe43b9794c934a3d5ae0 7264 
ugrep_3.1.9+dfsg-2_amd64.buildinfo
Files:
 ce96914437847b0e764fb2fb17bb2552 2010 utils optional ugrep_3.1.9+dfsg-2.dsc
 432f28c06d48437194ee65b48267847a 7620 utils optional 
ugrep_3.1.9+dfsg-2.debian.tar.xz
 850c9ea5a066aa747f821e5d0a77e5e1 7264 utils optional 
ugrep_3.1.9+dfsg-2_amd64.buildinfo

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

iQJIBAEBCAAyFiEERA846/v+KAgy0rMe0TfRPs86xIgFAmBBMlUUHHJpY2FyZG9A
cmliYWxkYS5jb20ACgkQ0TfRPs86xIjNNA/+Md+oQHvX7iDcWj4azGDs940T6pX8
i7pnI/B9Q21hoftkdq52qS4GoaR/wziKpg8BCKFRClKN9I0dnkj1/KtTEayVmqzI
VqxLxlql/+LMVhQP1lJ3HeQ3HPBDbqXUe9/d72nSu3ZuCNRbLyNipcVDIJu+lc28
sBeCcKZKxOE+G/eFVgpdlvVRUSE6ODkBb9tVwzMWx3ilY7HrlZ5s+aVIusIItlPc
y9jIPGr245nXYZaa8ytbcUYtvh0ThXRfcSvqQu4nCbsFbzp6QAsAviCiINDtoc7k
e2esEQHUk+Y6XDgyF3vpm8LhcrpZn+63h22zT4bcJQMXW3oSNPtQ45M2TN9Ja5RW
AFpejuBSLnXGfsGLCuhSrsExBW1M3IwUkpHkMcp0S6QPYPTFJ8a9VEAKCnhsPykP
tdZZvYrhSU23xoxqPJKTp/wbWlb1ggLQmtPKgrkQobLrcIeE3BHgjZbMALP4CShs
0Cf7co6F3GaOv1nau/08xLsLfMmk+lrLROy9eA62nu0UsiZ8jfkpsT4e5/la9Z5b
vKZ2dq0EwVi88NCZDpxDW9QEn6d5CW/nPlB2Sbb53JP4gjst5OeDsCKIiIRgM6kO
GJJGhmd2dVXJl7FDU6aKxzMmAwUKhKIaHH4VqAEA52yoLNqFTOx8GtbF/HIE8gAC
F4CSPhTuwJa+/I0=
=puk8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to