Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895092 - app-arch/stenc-1.1.1 - scsiencrypt.cpp: error: uint8_t was not declared in this scope
Summary: app-arch/stenc-1.1.1 - scsiencrypt.cpp: error: uint8_t was not declared in th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jonas Stein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-17 09:58 UTC by Toralf Förster
Modified: 2023-05-14 20:09 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.28 KB, text/plain)
2023-02-17 09:58 UTC, Toralf Förster
Details
app-arch:stenc-1.1.1:20230217-041748.log (app-arch:stenc-1.1.1:20230217-041748.log,7.18 KB, text/plain)
2023-02-17 09:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,137.74 KB, text/plain)
2023-02-17 09:58 UTC, Toralf Förster
Details
environment (environment,73.25 KB, text/plain)
2023-02-17 09:58 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,42.59 KB, application/x-bzip)
2023-02-17 09:58 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.32 KB, application/x-bzip)
2023-02-17 09:58 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,20.80 KB, application/x-bzip)
2023-02-17 09:58 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-17 09:58:33 UTC
  357 |                     uint8_t *buffer);
      |                     ^~~~~~~
scsiencrypt.cpp:198:21: error: uint8_t has not been declared
  198 |                     uint8_t *buffer) {
      |                     ^~~~~~~
scsiencrypt.cpp: In function bool SCSIWriteEncryptOptions(std::string, SCSIEncryptOptions*):
scsiencrypt.cpp:268:3: error: uint8_t was not declared in this scope
  268 |   uint8_t buffer[1024];
      |   ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20230216-050018

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/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:
*)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 954f362760600b3c5b53ad8a90dc6b47ee5731ba
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 17 03:32:12 2023 +0000

    2023-02-17 03:32:11 UTC

emerge -qpvO app-arch/stenc
[ebuild  N    ] app-arch/stenc-1.1.1
Comment 1 Toralf Förster gentoo-dev 2023-02-17 09:58:34 UTC
Created attachment 852066 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-17 09:58:35 UTC
Created attachment 852068 [details]
app-arch:stenc-1.1.1:20230217-041748.log
Comment 3 Toralf Förster gentoo-dev 2023-02-17 09:58:37 UTC
Created attachment 852070 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-02-17 09:58:39 UTC
Created attachment 852072 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-17 09:58:40 UTC
Created attachment 852074 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-17 09:58:41 UTC
Created attachment 852076 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-17 09:58:42 UTC
Created attachment 852078 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-18 06:25:56 UTC
ping, this should be a trivial missing include, and gcc 13 is out soon
Comment 9 Jonas Stein gentoo-dev 2023-04-23 09:30:11 UTC
Thanks for the ping. Will look into this one.
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-28 01:44:26 UTC
gcc 13 is out & in tree now
Comment 11 Jonas Stein gentoo-dev 2023-05-01 22:46:55 UTC
fixed upstream, now testing. Will bump to the fixed 2.0.0 release after the review.
Comment 12 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-13 00:04:05 UTC
ping.