Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895422 - net-dns/dnsdist-1.7.3-r1 - dnsdist-protocols.hh: error: uint8_t was not declared in this scope
Summary: net-dns/dnsdist-1.7.3-r1 - dnsdist-protocols.hh: error: uint8_t was not decla...
Status: RESOLVED DUPLICATE of bug 895094
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas Schürch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-19 14:38 UTC by Toralf Förster
Modified: 2023-04-18 10:10 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.21 KB, text/plain)
2023-02-19 14:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,156.58 KB, text/plain)
2023-02-19 14:38 UTC, Toralf Förster
Details
environment (environment,94.72 KB, text/plain)
2023-02-19 14:38 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,697 bytes, application/x-bzip)
2023-02-19 14:38 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.63 KB, application/x-bzip)
2023-02-19 14:38 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,17.77 KB, application/x-bzip)
2023-02-19 14:38 UTC, Toralf Förster
Details
net-dns:dnsdist-1.7.3-r1:20230219-122615.log (net-dns:dnsdist-1.7.3-r1:20230219-122615.log,59.45 KB, text/plain)
2023-02-19 14:38 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,38.40 KB, application/x-bzip)
2023-02-19 14:38 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 2023-02-19 14:38:28 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I.  -I. -I. -pthread   -I/usr/include/lua5.1  -I/usr/include/editline    -I./ext/yahttp    -I./ext/protozero/include -DSYSCONFDIR=\"/etc/dnsdist\" -DBOOST_CONTAINER_USE_STD_EXCEPTIONS         -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE6
x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I.  -I. -I. -pthread   -I/usr/include/lua5.1  -I/usr/include/editline    -I./ext/yahttp    -I./ext/protozero/include -DSYSCONFDIR=\"/etc/dnsdist\" -DBOOST_CONTAINER_USE_STD_EXCEPTIONS         -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE6
In file included from dnsdist-protocols.cc:26:
dnsdist-protocols.hh:32:8: error: use of enum typeenum without previous declaration
   32 |   enum typeenum : uint8_t
      |        ^~~~~~~~
dnsdist-protocols.hh:32:19: error: uint8_t was not declared in this scope
   32 |   enum typeenum : uint8_t
      |                   ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j4-20230218-040024

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.67.1 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.21.0 [icedtea-8]
2)	Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
5)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11 
  [4]   openjdk-bin-17  system-vm
  [5]   openjdk-jre-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 33817e7e0b922b1144a00fce8dcc3087ccb4f303
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Feb 19 12:02:02 2023 +0000

    2023-02-19 12:02:02 UTC

emerge -qpvO net-dns/dnsdist
[ebuild  N    ] net-dns/dnsdist-1.7.3-r1  USE="gnutls lmdb ssl -dnscrypt -dnstap -doh -regex -remote-logging -snmp -systemd -test" LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4 -luajit"
Comment 1 Toralf Förster gentoo-dev 2023-02-19 14:38:29 UTC
Created attachment 853046 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-19 14:38:30 UTC
Created attachment 853048 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-02-19 14:38:32 UTC
Created attachment 853050 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-19 14:38:33 UTC
Created attachment 853052 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-19 14:38:33 UTC
Created attachment 853054 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-19 14:38:34 UTC
Created attachment 853056 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-19 14:38:35 UTC
Created attachment 853058 [details]
net-dns:dnsdist-1.7.3-r1:20230219-122615.log
Comment 8 Toralf Förster gentoo-dev 2023-02-19 14:38:37 UTC
Created attachment 853060 [details]
temp.tar.bz2
Comment 9 David Seifert gentoo-dev 2023-04-18 10:10:48 UTC

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