Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895088 - x11-misc/barrier-2.4.0 - /.../String.h: error: uint8_t is not a member of std
Summary: x11-misc/barrier-2.4.0 - /.../String.h: error: uint8_t is not a member of std
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-17 09:57 UTC by Toralf Förster
Modified: 2023-03-17 23:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.76 KB, text/plain)
2023-02-17 09:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,125.90 KB, text/plain)
2023-02-17 09:57 UTC, Toralf Förster
Details
environment (environment,109.72 KB, text/plain)
2023-02-17 09:57 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,42.55 KB, application/x-bzip)
2023-02-17 09:57 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.98 KB, application/x-bzip)
2023-02-17 09:57 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.74 KB, application/x-bzip)
2023-02-17 09:57 UTC, Toralf Förster
Details
x11-misc:barrier-2.4.0:20230217-015322.log (x11-misc:barrier-2.4.0:20230217-015322.log,38.48 KB, text/plain)
2023-02-17 09:57 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:57:51 UTC
too long lines were shrinked:

[23/139] /usr/bin/x86_64-pc-linux-gnu-g++ -DBARRIER_BUILD_DATE=\"20230217\" -DBARRIER_BUILD_NUMBER=1 -DBARRIER_REVISION=\"00000000\" -DBARRIER_VERSION=\"2.4.0-release\" -DBARRIER_VERSION_MAJOR=2 -DBARRIER_VERSION_MINOR=4 -DBARRIER_VERSION_PATCH=0 -DBARRIER_VERSION_STRING=\"2.4.0-release-release\" -D
[24/139] /usr/bin/x86_64-pc-linux-gnu-g++ -DBARRIER_BUILD_DATE=\"20230217\" -DBARRIER_BUILD_NUMBER=1 -DBARRIER_REVISION=\"00000000\" -DBARRIER_VERSION=\"2.4.0-release\" -DBARRIER_VERSION_MAJOR=2 -DBARRIER_VERSION_MINOR=4 -DBARRIER_VERSION_PATCH=0 -DBARRIER_VERSION_STRING=\"2.4.0-release-release\" -D
[25/139] /usr/bin/x86_64-pc-linux-gnu-g++ -DBARRIER_BUILD_DATE=\"20230217\" -DBARRIER_BUILD_NUMBER=1 -DBARRIER_REVISION=\"00000000\" -DBARRIER_VERSION=\"2.4.0-release\" -DBARRIER_VERSION_MAJOR=2 -DBARRIER_VERSION_MINOR=4 -DBARRIER_VERSION_PATCH=0 -DBARRIER_VERSION_STRING=\"2.4.0-release-release\" -D
FAILED: src/lib/base/CMakeFiles/base.dir/XBase.cpp.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -DBARRIER_BUILD_DATE=\"20230217\" -DBARRIER_BUILD_NUMBER=1 -DBARRIER_REVISION=\"00000000\" -DBARRIER_VERSION=\"2.4.0-release\" -DBARRIER_VERSION_MAJOR=2 -DBARRIER_VERSION_MINOR=4 -DBARRIER_VERSION_PATCH=0 -DBARRIER_VERSION_STRING=\"2.4.0-release-release\" -DHAVE_CONF
In file included from /var/tmp/portage/x11-misc/barrier-2.4.0/work/barrier-2.4.0/src/lib/base/XBase.cpp:20:
/var/tmp/portage/x11-misc/barrier-2.4.0/work/barrier-2.4.0/src/./lib/base/String.h:78:43: error: uint8_t is not a member of std; did you mean wint_t?
   78 | std::string to_hex(const std::vector<std::uint8_t>& subject, int width, const char fill = '0');
      |                                           ^~~~~~~

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

  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 7c09039c3ed76d106530c9396d4a3618b5a67918
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 17 01:02:02 2023 +0000

    2023-02-17 01:02:01 UTC

emerge -qpvO x11-misc/barrier
[ebuild  N    ] x11-misc/barrier-2.4.0  USE="-gui -test"
Comment 1 Toralf Förster gentoo-dev 2023-02-17 09:57:52 UTC
Created attachment 852038 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-17 09:57:53 UTC
Created attachment 852040 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-02-17 09:57:54 UTC
Created attachment 852042 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-17 09:57:56 UTC
Created attachment 852044 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-17 09:57:56 UTC
Created attachment 852046 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-17 09:57:57 UTC
Created attachment 852048 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-17 09:57:59 UTC
Created attachment 852050 [details]
x11-misc:barrier-2.4.0:20230217-015322.log
Comment 8 Martin Jansa 2023-03-12 09:59:49 UTC
Patch is available in https://github.com/debauchee/barrier/pull/1886
Comment 9 Larry the Git Cow gentoo-dev 2023-03-17 23:56:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d877a77504fcaebc4653dbd4988c6ea9d1bd17

commit 08d877a77504fcaebc4653dbd4988c6ea9d1bd17
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-17 22:45:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-17 23:56:12 +0000

    x11-misc/barrier: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/895088
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-misc/barrier/barrier-2.4.0.ebuild             |  3 +-
 x11-misc/barrier/files/barrier-2.4.0-gcc-13.patch | 38 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)