Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940552 - sci-physics/root-6.32.06 - [libtool] [gcc-15] /.../raw_ostream.h: error: const class llvm::SmallVectorImpl<char> has no member named data
Summary: sci-physics/root-6.32.06 - [libtool] [gcc-15] /.../raw_ostream.h: error: cons...
Status: RESOLVED DUPLICATE of bug 940551
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-09-30 17:59 UTC by Toralf Förster
Modified: 2024-10-29 08:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.73 KB, text/plain)
2024-09-30 17:59 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,183.42 KB, text/plain)
2024-09-30 17:59 UTC, Toralf Förster
Details
environment (environment,153.32 KB, text/plain)
2024-09-30 17:59 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2024-09-30 17:59 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,18.26 KB, application/x-xz)
2024-09-30 17:59 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.88 KB, application/x-xz)
2024-09-30 17:59 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,48.25 KB, application/x-xz)
2024-09-30 17:59 UTC, Toralf Förster
Details
sci-physics:root-6.32.06:20240930-174940.log.xz (sci-physics:root-6.32.06:20240930-174940.log.xz,123.01 KB, application/x-xz)
2024-09-30 17:59 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,33.97 KB, application/x-xz)
2024-09-30 17:59 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-09-30 17:59:10 UTC
too long lines were shrinked:

  621 |   using SuperClass::set_size;
      |                     ^~~~~~~~
In file included from /var/tmp/portage/sci-physics/root-6.32.06/work/root-6.32.06/interpreter/llvm-project/llvm/include/llvm/Support/TypeSize.h:21,
                 from /var/tmp/portage/sci-physics/root-6.32.06/work/root-6.32.06/interpreter/llvm-project/llvm/include/llvm/Support/MachineValueType.h:21,
                 from /var/tmp/portage/sci-physics/root-6.32.06/work/root-6.32.06/interpreter/llvm-project/llvm/utils/TableGen/CodeGenIntrinsics.h:18:
/var/tmp/portage/sci-physics/root-6.32.06/work/root-6.32.06/interpreter/llvm-project/llvm/include/llvm/Support/raw_ostream.h: In member function llvm::raw_ostream& llvm::raw_ostream::operator<<(const llvm::SmallVectorImpl<char>&):
/var/tmp/portage/sci-physics/root-6.32.06/work/root-6.32.06/interpreter/llvm-project/llvm/include/llvm/Support/raw_ostream.h:257:22: error: const class llvm::SmallVectorImpl<char> has no member named data
  257 |     return write(Str.data(), Str.size());
      |                      ^~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_hardened-20240927-210004

  UNMASKED:
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15
    Requested by sam

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 19.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/19/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/19
19.1.0
Python 3.12.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit 8b2bde54fea25d73cdae265e08a08b05ee83f6b3
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Sep 30 16:21:37 2024 +0000

    2024-09-30 16:21:36 UTC

emerge -qpvO =sci-physics/root-6.32.06
[ebuild  N    ] sci-physics/root-6.32.06  USE="X asimage davix examples gdml gsl http minuit opengl python roofit root7 ssl tbb tmva unuran xml (-R) (-aqua) -cuda -cudnn -debug -fftw -fits -fortran -graphviz -jupyter -libcxx -mpi -mysql -odbc -postgres -pythia8 -qt5 -qt6 -shadow -sqlite -test -uring -vc -xrootd" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2024-09-30 17:59:10 UTC
Created attachment 904367 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-30 17:59:12 UTC
Created attachment 904368 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-09-30 17:59:13 UTC
Created attachment 904369 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-09-30 17:59:14 UTC
Created attachment 904370 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-09-30 17:59:15 UTC
Created attachment 904371 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-30 17:59:15 UTC
Created attachment 904372 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-30 17:59:16 UTC
Created attachment 904373 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-09-30 17:59:18 UTC
Created attachment 904374 [details]
sci-physics:root-6.32.06:20240930-174940.log.xz
Comment 9 Toralf Förster gentoo-dev 2024-09-30 17:59:19 UTC
Created attachment 904375 [details]
temp.tar.xz
Comment 10 Agostino Sarubbo gentoo-dev 2024-10-29 08:18:58 UTC
gcc15_tinderbox detected this bug as duplicate of 940551 - If this an error, please let me know

*** This bug has been marked as a duplicate of bug 940551 ***