Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937388 - dev-libs/libixion-0.19.0 - [icu-75.1] [gcc-15] compute_engine.cpp: error: struct ixion::draft::array has no member named uint32
Summary: dev-libs/libixion-0.19.0 - [icu-75.1] [gcc-15] compute_engine.cpp: error: str...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-08-05 17:35 UTC by Toralf Förster
Modified: 2024-08-15 20:15 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.51 KB, text/plain)
2024-08-05 17:35 UTC, Toralf Förster
Details
dev-libs:libixion-0.19.0:20240805-064011.log (dev-libs:libixion-0.19.0:20240805-064011.log,18.96 KB, text/plain)
2024-08-05 17:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,198.18 KB, text/plain)
2024-08-05 17:35 UTC, Toralf Förster
Details
environment (environment,94.40 KB, text/plain)
2024-08-05 17:35 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.15 KB, application/x-xz)
2024-08-05 17:35 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,28.00 KB, application/x-xz)
2024-08-05 17:35 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,11.87 KB, application/x-xz)
2024-08-05 17:35 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,50.21 KB, application/x-xz)
2024-08-05 17:35 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.41 KB, application/x-xz)
2024-08-05 17:36 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 2024-08-05 17:35:51 UTC
      |         ^~~~~~~~
../../include/ixion/compute_engine.hpp:16:1: note: uint32_t is defined in header <cstdint>; this is probably fixable by adding #include <cstdint>
   15 | #include <string>
  +++ |+#include <cstdint>
   16 | 
compute_engine.cpp: In member function virtual void ixion::draft::compute_engine::compute_fibonacci(ixion::draft::array&):
compute_engine.cpp:127:12: error: struct ixion::draft::array has no member named uint32
  127 |         io.uint32[i] = fibonacci(io.uint32[i]);
      |            ^~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_hardened_systemd-20240802-065003

  UNMASKED:
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  <sys-devel/gcc-15.0.9999:15
    Requested by sam
  ~dev-libs/icu-75.1
  ~dev-libs/icu-layoutex-75.1

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 18.1.8
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.8
Python 3.12.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.79.0 *
The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.2
  [2]   php8.3 *
go version go1.22.5 linux/amd64

  HEAD of ::gentoo
commit 8b49e39d493f19746b53d41bc063857fdf3b375f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 5 06:20:06 2024 +0000

    2024-08-05 06:20:06 UTC

emerge -qpvO dev-libs/libixion
[ebuild  N    ] dev-libs/libixion-0.19.0  USE="-debug -python" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2024-08-05 17:35:52 UTC
Created attachment 899094 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-08-05 17:35:53 UTC
Created attachment 899095 [details]
dev-libs:libixion-0.19.0:20240805-064011.log
Comment 3 Toralf Förster gentoo-dev 2024-08-05 17:35:54 UTC
Created attachment 899096 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-08-05 17:35:55 UTC
Created attachment 899097 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-08-05 17:35:56 UTC
Created attachment 899098 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-08-05 17:35:57 UTC
Created attachment 899099 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-08-05 17:35:58 UTC
Created attachment 899100 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-08-05 17:35:59 UTC
Created attachment 899101 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-08-05 17:36:00 UTC
Created attachment 899102 [details]
temp.tar.xz
Comment 10 Larry the Git Cow gentoo-dev 2024-08-15 20:15:14 UTC
The bug has been closed via the following commit(s):

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

commit dc4a14ea0d2fcc7c30abbf640ee4228929fa33e3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-08-15 20:10:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-08-15 20:10:43 +0000

    dev-libs/libixion: fix build w/ gcc-15
    
    Closes: https://bugs.gentoo.org/937388
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/libixion-0.19.0-gcc15-cstdint.patch      | 22 ++++++++++++++++++++++
 dev-libs/libixion/libixion-0.19.0.ebuild           |  4 ++++
 2 files changed, 26 insertions(+)