Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897978 - sci-libs/libcifpp-5.0.8 - /.../text.hpp: error: kCharToLowerMap was not declared in this scope
Summary: sci-libs/libcifpp-5.0.8 - /.../text.hpp: error: kCharToLowerMap was not decla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL: https://github.com/PDB-REDO/libcifpp/...
Whiteboard:
Keywords:
: 895472 900575 (view as bug list)
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-26 19:24 UTC by Toralf Förster
Modified: 2023-04-25 13:14 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.20 KB, text/plain)
2023-02-26 19:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,192.29 KB, text/plain)
2023-02-26 19:24 UTC, Toralf Förster
Details
environment (environment,94.39 KB, text/plain)
2023-02-26 19:24 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,695 bytes, application/x-bzip)
2023-02-26 19:24 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.51 KB, application/x-bzip)
2023-02-26 19:24 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.06 KB, application/x-bzip)
2023-02-26 19:24 UTC, Toralf Förster
Details
sci-libs:libcifpp-5.0.8:20230226-172031.log (sci-libs:libcifpp-5.0.8:20230226-172031.log,23.27 KB, text/plain)
2023-02-26 19:24 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.16 KB, application/x-bzip)
2023-02-26 19:24 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-26 19:24:16 UTC
      |                           ^~~~~~~
/var/tmp/portage/sci-libs/libcifpp-5.0.8/work/libcifpp-5.0.8/include/cif++/text.hpp:41:1: note: uint8_t is defined in header <cstdint>; did you forget to #include <cstdint>?
   40 | #include <experimental/type_traits>
  +++ |+#include <cstdint>
   41 | #else
/var/tmp/portage/sci-libs/libcifpp-5.0.8/work/libcifpp-5.0.8/include/cif++/text.hpp: In function char cif::tolower(int):
/var/tmp/portage/sci-libs/libcifpp-5.0.8/work/libcifpp-5.0.8/include/cif++/text.hpp:199:34: error: kCharToLowerMap was not declared in this scope
  199 |         return static_cast<char>(kCharToLowerMap[static_cast<uint8_t>(ch)]);
      |                                  ^~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-j5-20230224-224111

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

gcc-config -l:
 [1] 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
  [2]   rust-1.67.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 9ee5a10ab1dbc49d214a9c8a042abec01017ca95
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Feb 26 16:32:12 2023 +0000

    2023-02-26 16:32:11 UTC

emerge -qpvO sci-libs/libcifpp
[ebuild  N    ] sci-libs/libcifpp-5.0.8  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2023-02-26 19:24:17 UTC
Created attachment 854862 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-26 19:24:18 UTC
Created attachment 854864 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-02-26 19:24:20 UTC
Created attachment 854866 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-26 19:24:21 UTC
Created attachment 854868 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-26 19:24:22 UTC
Created attachment 854870 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-26 19:24:22 UTC
Created attachment 854872 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-26 19:24:23 UTC
Created attachment 854874 [details]
sci-libs:libcifpp-5.0.8:20230226-172031.log
Comment 8 Toralf Förster gentoo-dev 2023-02-26 19:24:24 UTC
Created attachment 854876 [details]
temp.tar.bz2
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-18 06:57:45 UTC
ping, this should be just a trivial missing include, gcc 13 is out in a few days
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-19 03:08:21 UTC
*** Bug 900575 has been marked as a duplicate of this bug. ***
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-19 03:08:28 UTC
*** Bug 895472 has been marked as a duplicate of this bug. ***
Comment 12 Larry the Git Cow gentoo-dev 2023-04-25 13:14:00 UTC
The bug has been closed via the following commit(s):

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

commit 21fed73301f33176d1986aed3b31e2751f119dc9
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-04-25 13:12:01 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-04-25 13:12:01 +0000

    sci-libs/libcifpp: Fix build with gcc-13
    
    Closes: https://bugs.gentoo.org/897978
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 .../files/libcifpp-5.0.8-missing-include.patch      | 21 +++++++++++++++++++++
 sci-libs/libcifpp/libcifpp-5.0.8.ebuild             |  5 +++++
 2 files changed, 26 insertions(+)