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

Bug 895200

Summary: x11-misc/j4-dmenu-desktop-2.18-r1 - /.../Application.hh: error: make_istring was not declared in this scope
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Conrad Kostecki <conikost>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/enkore/j4-dmenu-desktop/pull/139
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: emerge-info.txt
emerge-history.txt.bz2
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2
x11-misc:j4-dmenu-desktop-2.18-r1:20230217-222005.log

Description Toralf Förster gentoo-dev 2023-02-18 08:37:38 UTC
   27 | 
/var/tmp/portage/x11-misc/j4-dmenu-desktop-2.18-r1/work/j4-dmenu-desktop-r2.18/src/Application.hh:36:11: error: uint32_t does not name a type
   36 | constexpr uint32_t operator "" _istr(const char *s, size_t)
      |           ^~~~~~~~
/var/tmp/portage/x11-misc/j4-dmenu-desktop-2.18-r1/work/j4-dmenu-desktop-r2.18/src/Application.hh:36:11: note: uint32_t is defined in header <cstdint>; did you forget to #include <cstdint>?
/var/tmp/portage/x11-misc/j4-dmenu-desktop-2.18-r1/work/j4-dmenu-desktop-r2.18/src/Application.hh: In member function bool Application::read(const char*, char**, size_t*):
/var/tmp/portage/x11-misc/j4-dmenu-desktop-2.18-r1/work/j4-dmenu-desktop-r2.18/src/Application.hh:142:24: error: make_istring was not declared in this scope
  142 |                 switch(make_istring(key)) {
      |                        ^~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20230214-180043

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Rust versions:
  [1]   rust-1.67.1 *
The following VMs are available for generation-2:
1)	OpenJDK 11.0.18_p10 [openjdk-11]
2)	OpenJDK 17.0.6_p10 [openjdk-17]
3)	Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
5)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-11 
  [2]   openjdk-17 
  [3]   openjdk-bin-8 
  [4]   openjdk-bin-11 
  [5]   openjdk-bin-17  system-vm

php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *

  HEAD of ::gentoo
commit 4eb7b32362959e35b4d69372833f26d2ff0bff02
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 17 20:16:59 2023 +0000

    2023-02-17 20:16:58 UTC

emerge -qpvO x11-misc/j4-dmenu-desktop
[ebuild  N    ] x11-misc/j4-dmenu-desktop-2.18-r1  USE="dmenu -test"
Comment 1 Toralf Förster gentoo-dev 2023-02-18 08:37:40 UTC
Created attachment 852372 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-18 08:37:41 UTC
Created attachment 852374 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-02-18 08:37:44 UTC
Created attachment 852376 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-18 08:37:45 UTC
Created attachment 852378 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-18 08:37:46 UTC
Created attachment 852380 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-18 08:37:47 UTC
Created attachment 852382 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-18 08:37:48 UTC
Created attachment 852384 [details]
x11-misc:j4-dmenu-desktop-2.18-r1:20230217-222005.log
Comment 8 Larry the Git Cow gentoo-dev 2023-04-18 10:24:55 UTC
The bug has been closed via the following commit(s):

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

commit 69a7d428ae3555c23c74ece8fecea229ca6cf7d1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-18 10:11:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-18 10:24:44 +0000

    x11-misc/j4-dmenu-desktop: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/895200
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/j4-dmenu-desktop-2.18-gcc13.patch        | 25 ++++++++++++++++++++++
 .../j4-dmenu-desktop-2.18-r1.ebuild                |  6 +++++-
 2 files changed, 30 insertions(+), 1 deletion(-)