Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895396 - dev-util/hip-5.3.3-r3 - /.../devhcprintf.cpp: error: processSpec was not declared in this scope
Summary: dev-util/hip-5.3.3-r3 - /.../devhcprintf.cpp: error: processSpec was not decl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-19 11:16 UTC by Toralf Förster
Modified: 2023-02-20 04:33 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.20 KB, text/plain)
2023-02-19 11:16 UTC, Toralf Förster
Details
dev-util:hip-5.3.3-r3:20230219-092134.log (dev-util:hip-5.3.3-r3:20230219-092134.log,33.65 KB, text/plain)
2023-02-19 11:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.07 KB, text/plain)
2023-02-19 11:16 UTC, Toralf Förster
Details
environment (environment,109.44 KB, text/plain)
2023-02-19 11:16 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,697 bytes, application/x-bzip)
2023-02-19 11:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.84 KB, application/x-bzip)
2023-02-19 11:16 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.21 KB, application/x-bzip)
2023-02-19 11:16 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.68 KB, application/x-bzip)
2023-02-19 11:16 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 11:16:14 UTC
too long lines were shrinked:

/var/tmp/portage/dev-util/hip-5.3.3-r3/work/ROCclr-rocm-5.3.3/device/devhcprintf.cpp:165:39: note: uint64_t is defined in header <cstdint>; did you forget to #include <cstdint>?
/var/tmp/portage/dev-util/hip-5.3.3-r3/work/ROCclr-rocm-5.3.3/device/devhcprintf.cpp:165:62: error: uint64_t does not name a type
  165 | static int format(FILE* stream, const uint64_t* begin, const uint64_t* end) {
      |                                                              ^~~~~~~~
/var/tmp/portage/dev-util/hip-5.3.3-r3/work/ROCclr-rocm-5.3.3/device/devhcprintf.cpp:165:62: note: uint64_t is defined in header <cstdint>; did you forget to #include <cstdint>?
/var/tmp/portage/dev-util/hip-5.3.3-r3/work/ROCclr-rocm-5.3.3/device/devhcprintf.cpp: In function int format(FILE*, const int*, const int*):
/var/tmp/portage/dev-util/hip-5.3.3-r3/work/ROCclr-rocm-5.3.3/device/devhcprintf.cpp:220:11: error: processSpec was not declared in this scope
  220 |     ptr = processSpec(stream, &outCount, spec, ptr, end);
      |           ^~~~~~~~~~~

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

  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 88aaf903d1ad8f988ec9bbe21a9e0a91a7bbf88e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Feb 19 08:31:59 2023 +0000

    2023-02-19 08:31:59 UTC

emerge -qpvO dev-util/hip
[ebuild  N    ] dev-util/hip-5.3.3-r3  USE="-debug -doc"
Comment 1 Toralf Förster gentoo-dev 2023-02-19 11:16:15 UTC
Created attachment 852994 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-19 11:16:16 UTC
Created attachment 852996 [details]
dev-util:hip-5.3.3-r3:20230219-092134.log
Comment 3 Toralf Förster gentoo-dev 2023-02-19 11:16:17 UTC
Created attachment 852998 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-02-19 11:16:19 UTC
Created attachment 853000 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-19 11:16:20 UTC
Created attachment 853002 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-19 11:16:21 UTC
Created attachment 853004 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-19 11:16:21 UTC
Created attachment 853006 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-02-19 11:16:23 UTC
Created attachment 853008 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-02-20 04:33:47 UTC
The bug has been closed via the following commit(s):

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

commit 1d983277e4fcd3db3a723bf3eeba896eadd67c2c
Author:     Yiyang Wu <xgreenlandforwyy@gmail.com>
AuthorDate: 2023-02-20 01:59:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-20 04:26:02 +0000

    dev-util/hip: backport patch to fix gcc-13 compile issue
    
    Closes: https://bugs.gentoo.org/895396
    Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/hip/files/rocclr-5.3.3-gcc13.patch | 25 +++++++++++++++++++++++++
 dev-util/hip/hip-5.3.3-r3.ebuild            |  1 +
 2 files changed, 26 insertions(+)