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

Bug 937425

Summary: dev-debug/lldb-18.1.8 - [icu-75.1] [gcc-15] /.../AddressableBits.cpp: error: m_low_memory_addr_bits was not declared in this scope
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: CONFIRMED ---    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/llvm/llvm-project/pull/102110
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 932474    
Attachments: emerge-info.txt
dev-debug:lldb-18.1.8:20240805-215521.log
emerge-history.txt
environment
etc.clang.tar.xz
etc.portage.tar.xz
qlist-info.txt.xz
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-08-06 07:05:43 UTC
   34 |   void SetHighmemAddressableBits(uint32_t highmem_addressing_bits);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/portage/dev-debug/lldb-18.1.8/work/lldb/include/lldb/Utility/AddressableBits.h:20:7: note: class lldb_private::AddressableBits defined here
   20 | class AddressableBits {
      |       ^~~~~~~~~~~~~~~
/var/tmp/portage/dev-debug/lldb-18.1.8/work/lldb/source/Utility/AddressableBits.cpp: In member function void lldb_private::AddressableBits::SetProcessMasks(lldb_private::Process&):
/var/tmp/portage/dev-debug/lldb-18.1.8/work/lldb/source/Utility/AddressableBits.cpp:37:7: error: m_low_memory_addr_bits was not declared in this scope
   37 |   if (m_low_memory_addr_bits == 0 && m_high_memory_addr_bits == 0)
      |       ^~~~~~~~~~~~~~~~~~~~~~

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

  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 aabcff9d57deb50564231f7487e4277672564514
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 5 20:48:57 2024 +0000

    2024-08-05 20:48:57 UTC

emerge -qpvO dev-debug/lldb
[ebuild  N    ] dev-debug/lldb-18.1.8  USE="libedit ncurses python xml -debug -debuginfod -lzma -test -verify-sig" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11 -python3_13"
Comment 1 Toralf Förster gentoo-dev 2024-08-06 07:05:44 UTC
Created attachment 899210 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-08-06 07:05:45 UTC
Created attachment 899211 [details]
dev-debug:lldb-18.1.8:20240805-215521.log
Comment 3 Toralf Förster gentoo-dev 2024-08-06 07:05:46 UTC
Created attachment 899212 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-08-06 07:05:47 UTC
Created attachment 899213 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-08-06 07:05:48 UTC
Created attachment 899214 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-08-06 07:05:49 UTC
Created attachment 899215 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-08-06 07:05:50 UTC
Created attachment 899216 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-08-06 07:05:52 UTC
Created attachment 899217 [details]
temp.tar.xz
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-08-06 08:42:23 UTC
Sent https://github.com/llvm/llvm-project/pull/102110 upstream.