Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943285 - dev-db/firebird-3.0.10.33601.0-r2 - [libtool] [gcc-15] /.../uset.h: error: u16string_view in namespace std does not name a type
Summary: dev-db/firebird-3.0.10.33601.0-r2 - [libtool] [gcc-15] /.../uset.h: error: u1...
Status: CONFIRMED
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: icu-75
  Show dependency tree
 
Reported: 2024-11-11 18:53 UTC by Toralf Förster
Modified: 2024-11-22 14:29 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.59 KB, text/plain)
2024-11-11 18:53 UTC, Toralf Förster
Details
dev-db:firebird-3.0.10.33601.0-r2:20241111-075909.log (dev-db:firebird-3.0.10.33601.0-r2:20241111-075909.log,102.61 KB, text/plain)
2024-11-11 18:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,107.47 KB, text/plain)
2024-11-11 18:54 UTC, Toralf Förster
Details
environment (environment,101.38 KB, text/plain)
2024-11-11 18:54 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,16.53 KB, application/x-xz)
2024-11-11 18:54 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,100.03 KB, application/x-xz)
2024-11-11 18:54 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,200.20 KB, text/plain)
2024-11-11 18:54 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,26.68 KB, application/x-xz)
2024-11-11 18:54 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-11-11 18:53:57 UTC
      |                                                                       ^~~~~~~
/usr/include/unicode/uset.h: In member function icu::header::CodePointRange icu::header::USetRangeIterator::operator*() const:
/usr/include/unicode/uset.h:1546:75: error: nullptr was not declared in this scope
 1546 |             int32_t result = uset_getItem(uset, rangeIndex, &start, &end, nullptr, 0, &errorCode);
      |                                                                           ^~~~~~~
/usr/include/unicode/uset.h: At global scope:
/usr/include/unicode/uset.h:1655:10: error: u16string_view in namespace std does not name a type
 1655 |     std::u16string_view operator*() const {
      |          ^~~~~~~~~~~~~~

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

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

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
llvm-config: Python 3.12.7
go version go1.23.2 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1
  [2]   rust-bin-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 5816558dc73886d24ad04f93e24a82504f843a3a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 11 07:18:33 2024 +0000

    2024-11-11 07:18:33 UTC

emerge -qpvO =dev-db/firebird-3.0.10.33601.0-r2
[ebuild  N    ] dev-db/firebird-3.0.10.33601.0-r2  USE="examples server xinetd -doc"
Comment 1 Toralf Förster gentoo-dev 2024-11-11 18:53:58 UTC
Created attachment 908503 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-11 18:54:00 UTC
Created attachment 908504 [details]
dev-db:firebird-3.0.10.33601.0-r2:20241111-075909.log
Comment 3 Toralf Förster gentoo-dev 2024-11-11 18:54:01 UTC
Created attachment 908505 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-11-11 18:54:02 UTC
Created attachment 908506 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-11 18:54:03 UTC
Created attachment 908507 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-11 18:54:04 UTC
Created attachment 908508 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-11 18:54:06 UTC
Created attachment 908509 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2024-11-11 18:54:07 UTC
Created attachment 908510 [details]
temp.tar.xz
Comment 9 Michele Testa 2024-11-22 12:31:13 UTC
Since version 75, ICU requires C11 & C++17 in order to build: https://unicode-org.github.io/icu/userguide/icu4c/build.html#icu-as-a-system-level-library

Firebird 3.* is still stuck to C++03, and won't compile from C++14 or greater
Comment 10 Larry the Git Cow gentoo-dev 2024-11-22 14:04:24 UTC Comment hidden (obsolete)
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-22 14:08:03 UTC Comment hidden (obsolete)
Comment 12 Larry the Git Cow gentoo-dev 2024-11-22 14:29:15 UTC Comment hidden (obsolete)