Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 895082

Summary: dev-util/stressapptest-1.0.9-r1 - os.h: error: uintptr_t has not been declared
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/33390
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: emerge-info.txt
dev-util:stressapptest-1.0.9-r1:20230217-003736.log
emerge-history.txt
environment
etc.clang.tar.bz2
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2023-02-17 09:57:20 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -DNDEBUG -DCHECKOPTS  -pipe -march=native -fno-diagnostics-color -O2 -c findmask.c
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -DNDEBUG -DCHECKOPTS  -pipe -march=native -fno-diagnostics-color -O2 -c -o os_factory.o os_factory.cc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -DNDEBUG -DCHECKOPTS  -pipe -march=native -fno-diagnostics-color -O2 -c -o worker.o worker.cc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -DNDEBUG -DCHECKOPTS  -pipe -march=native -fno-diagnostics-color -O2 -c -o error_diag.o error_diag.cc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -DNDEBUG -DCHECKOPTS  -pipe -march=native -fno-diagnostics-color -O2 -c -o queue.o queue.cc
In file included from os_factory.cc:26:
os.h:73:29: error: uintptr_t has not been declared
   73 |   void SetDramMappingParams(uintptr_t channel_hash, int channel_width,
      |                             ^~~~~~~~~

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

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

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [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-1.67.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *

  HEAD of ::gentoo
commit 58c2500cc11674f48a10ace3934471fabe0ab172
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Feb 16 23:16:51 2023 +0000

    2023-02-16 23:16:51 UTC

emerge -qpvO dev-util/stressapptest
[ebuild  N    ] dev-util/stressapptest-1.0.9-r1  USE="-debug"
Comment 1 Toralf Förster gentoo-dev 2023-02-17 09:57:21 UTC
Created attachment 851996 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-17 09:57:22 UTC
Created attachment 851998 [details]
dev-util:stressapptest-1.0.9-r1:20230217-003736.log
Comment 3 Toralf Förster gentoo-dev 2023-02-17 09:57:24 UTC
Created attachment 852000 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-02-17 09:57:25 UTC
Created attachment 852002 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-17 09:57:26 UTC
Created attachment 852004 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-17 09:57:27 UTC
Created attachment 852006 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-17 09:57:28 UTC
Created attachment 852008 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-02-17 09:57:29 UTC
Created attachment 852010 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-10-18 23:40:54 UTC
The bug has been closed via the following commit(s):

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

commit c1a60b8ac77731c9257713441a29a59f6c91195b
Author:     Christophe Lermytte <gentoo@lermytte.be>
AuthorDate: 2023-10-18 10:05:59 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2023-10-18 23:38:32 +0000

    dev-util/stressapptest: bump to 1.0.11
    
    also fix compilation with gcc-13
    
    Closes: https://bugs.gentoo.org/895082
    Closes: https://github.com/gentoo/gentoo/pull/33390
    Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 dev-util/stressapptest/Manifest                    |  1 +
 dev-util/stressapptest/stressapptest-1.0.11.ebuild | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)