Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895222 - app-misc/tek-1.3.0 - ihex.hpp: error: uint8_t is not a member of std
Summary: app-misc/tek-1.3.0 - ihex.hpp: error: uint8_t is not a member of std
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-18 08:42 UTC by Toralf Förster
Modified: 2024-03-26 14:04 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.22 KB, text/plain)
2023-02-18 08:42 UTC, Toralf Förster
Details
app-misc:tek-1.3.0:20230218-063824.log (app-misc:tek-1.3.0:20230218-063824.log,4.25 KB, text/plain)
2023-02-18 08:42 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,54.97 KB, application/x-bzip)
2023-02-18 08:42 UTC, Toralf Förster
Details
environment (environment,82.02 KB, text/plain)
2023-02-18 08:42 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,50.20 KB, application/x-bzip)
2023-02-18 08:42 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.18 KB, application/x-bzip)
2023-02-18 08:42 UTC, Toralf Förster
Details
Ebuild with patch (tek-1.3.0-r1.ebuild,883 bytes, application/vnd.gentoo.ebuild)
2024-03-25 08:41 UTC, jy6x2b32pie9
Details
trivial patch (tek-1.3.0-cstdint.patch,217 bytes, patch)
2024-03-25 08:41 UTC, jy6x2b32pie9
Details | Diff

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-18 08:42:48 UTC
make -j4 
xxd -p background.png | sed -e 's/../0x&,/g' > background.inc
x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -std=c++11  -DNDEBUG `/usr/lib64/wx/config/gtk2-unicode-3.0 --cxxflags` ihex.cpp -o ihex-lin.o
x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -std=c++11  -DNDEBUG `/usr/lib64/wx/config/gtk2-unicode-3.0 --cxxflags` usb.cpp -o usb-lin.o
x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -std=c++11  -DNDEBUG `/usr/lib64/wx/config/gtk2-unicode-3.0 --cxxflags` gui.cpp -o gui-lin.o
In file included from gui.cpp:16:
ihex.hpp:5:18: error: uint8_t is not a member of std; did you mean wint_t?
    5 | std::vector<std::uint8_t> load_ihex(std::istream &);
      |                  ^~~~~~~

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

  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 f1456c6ecc7386dbadafbf6446f36cc0a615dae7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Feb 18 05:31:54 2023 +0000

    2023-02-18 05:31:54 UTC

emerge -qpvO app-misc/tek
[ebuild  N    ] app-misc/tek-1.3.0
Comment 1 Toralf Förster gentoo-dev 2023-02-18 08:42:49 UTC
Created attachment 852532 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-18 08:42:50 UTC
Created attachment 852534 [details]
app-misc:tek-1.3.0:20230218-063824.log
Comment 3 Toralf Förster gentoo-dev 2023-02-18 08:42:51 UTC
Created attachment 852536 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2023-02-18 08:42:52 UTC
Created attachment 852538 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-18 08:42:53 UTC
Created attachment 852540 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-18 08:42:54 UTC
Created attachment 852542 [details]
temp.tar.bz2
Comment 7 jy6x2b32pie9 2024-03-25 08:41:10 UTC
Created attachment 888498 [details]
Ebuild with patch
Comment 8 jy6x2b32pie9 2024-03-25 08:41:41 UTC
Created attachment 888499 [details, diff]
trivial patch
Comment 9 jy6x2b32pie9 2024-03-25 08:42:07 UTC
Upstream is dead. Patch is trivial.

Does this software even works with modern TEK keyboards?
Comment 10 Larry the Git Cow gentoo-dev 2024-03-26 14:04:02 UTC
The bug has been referenced in the following commit(s):

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

commit dab52c79e0c56ce08d7e9c6a619626fdf63f37ea
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-03-26 13:56:50 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-03-26 14:03:57 +0000

    package.mask: Last rite app-misc/tek
    
    Bug: https://bugs.gentoo.org/895222
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)