Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941567 - dev-util/geany-2.0 - [ncurses-6.5] [libtool] [gcc-15] src/CellBuffer.cxx: error: uint8_t was not declared in this scope
Summary: dev-util/geany-2.0 - [ncurses-6.5] [libtool] [gcc-15] src/CellBuffer.cxx: err...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chris Mayo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-10-15 08:02 UTC by Toralf Förster
Modified: 2024-10-15 08:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.19 KB, text/plain)
2024-10-15 08:02 UTC, Toralf Förster
Details
dev-util:geany-2.0:20241015-000530.log.xz (dev-util:geany-2.0:20241015-000530.log.xz,7.72 KB, application/x-xz)
2024-10-15 08:02 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,59.27 KB, application/x-xz)
2024-10-15 08:02 UTC, Toralf Förster
Details
environment (environment,34.69 KB, text/plain)
2024-10-15 08:02 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.21 KB, application/x-xz)
2024-10-15 08:02 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.00 KB, application/x-xz)
2024-10-15 08:02 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,11.79 KB, application/x-xz)
2024-10-15 08:02 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,70.88 KB, application/x-xz)
2024-10-15 08:02 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,9.93 KB, application/x-xz)
2024-10-15 08:02 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-10-15 08:02:16 UTC
      |                ^~~~~~~~
./include/ScintillaTypes.h:683:16: note: 'intptr_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
./include/ScintillaTypes.h:687:11: error: 'Position' does not name a type
  687 | constexpr Position InvalidPosition = -1;
      |           ^~~~~~~~
src/CellBuffer.cxx: In member function 'void Scintilla::Internal::CellBuffer::BasicInsertString(Sci::Position, const char*, Sci::Position)':
src/CellBuffer.cxx:1094:17: error: 'uint8_t' was not declared in this scope
 1094 |                 uint8_t eolTable[256]{};
      |                 ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_gnome-20241006-183956

  UNMASKED:
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15
    Requested by sam
    Issues involving opaque types / incomplete typedefs should block bug 930805
  /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5

  Block bug #351559 if this looks like a parallel build issue.
  Possible reproducer: MAKEOPTS='...  shuffle=4154086079'

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 19.1.1
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.1
Python 3.12.7
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.3 *
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit 4076a85bd01af60f7076a2ece9006dbe4b60ca83
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 14 23:48:23 2024 +0000

    2024-10-14 23:48:22 UTC

emerge -qpvO =dev-util/geany-2.0
[ebuild  N    ] dev-util/geany-2.0  USE="vte"
Comment 1 Toralf Förster gentoo-dev 2024-10-15 08:02:17 UTC
Created attachment 905895 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-15 08:02:18 UTC
Created attachment 905896 [details]
dev-util:geany-2.0:20241015-000530.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-10-15 08:02:19 UTC
Created attachment 905897 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-10-15 08:02:20 UTC
Created attachment 905898 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-10-15 08:02:21 UTC
Created attachment 905899 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-15 08:02:22 UTC
Created attachment 905900 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-10-15 08:02:23 UTC
Created attachment 905901 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-15 08:02:24 UTC
Created attachment 905902 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-10-15 08:02:25 UTC
Created attachment 905903 [details]
temp.tar.xz