Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 786693 - net-proxy/squid-4.14 - ConnMark.cc: error: numeric_limits is not a member of std (maybe gcc-11 related)
Summary: net-proxy/squid-4.14 - ConnMark.cc: error: numeric_limits is not a member of ...
Status: RESOLVED DUPLICATE of bug 768216
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-29 07:29 UTC by Toralf Förster
Modified: 2021-04-29 07:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.06 KB, text/plain)
2021-04-29 07:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,304.27 KB, text/plain)
2021-04-29 07:29 UTC, Toralf Förster
Details
environment (environment,124.75 KB, text/plain)
2021-04-29 07:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-04-29 07:29:48 UTC
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/etc/squid/squid.conf\" -DDEFAULT_SQUID_DATA_DIR=\"/usr/share/squid\" -DDEFAULT_SQUID_CONFIG_DIR=\"/etc/squid\" -I../.. -I../../include -I../../lib -I../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Woverloaded-virtual -pipe -D_REENTRANT -pipe -march=native -fno-diagnostics-color -Og -g -c ConnMark.cc  -fPIC -DPIC -o .libs/ConnMark.o
ConnMark.cc: In member function ‘nfmark_t Acl::ConnMark::getNumber(Parser::Tokenizer&, const SBuf&) const’:
ConnMark.cc:43:23: error: ‘numeric_limits’ is not a member of ‘std’
   43 |     if (number > std::numeric_limits<nfmark_t>::max()) {
      |                       ^~~~~~~~~~~~~~
ConnMark.cc:43:46: error: expected primary-expression before ‘>’ token
   43 |     if (number > std::numeric_limits<nfmark_t>::max()) {

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-20210421-084009

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr 28 23:50:13 UTC 2021

emerge -qpvO net-proxy/squid
[ebuild  N    ] net-proxy/squid-4.14  USE="htcp ipv6 pam ssl systemd wccp wccpv2 -caps -ecap -esi -gnutls (-ipf-transparent) -kerberos (-kqueue) -ldap -logrotate -mysql -nis -perl (-pf-transparent) -postgres -qos -radius -samba -sasl (-selinux) -snmp -sqlite -ssl-crtd -test -tproxy"
Comment 1 Toralf Förster gentoo-dev 2021-04-29 07:29:49 UTC
Created attachment 703770 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-29 07:29:51 UTC
Created attachment 703773 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-29 07:29:52 UTC
Created attachment 703776 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-29 07:30:07 UTC

*** This bug has been marked as a duplicate of bug 768216 ***