Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939922 - sys-fabric/mstflint-4.29.0_p1 - [gcc-15] include_exclude_segments_filter.h: error: uint16_t was not declared in this scope
Summary: sys-fabric/mstflint-4.29.0_p1 - [gcc-15] include_exclude_segments_filter.h: e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-09-20 21:28 UTC by Toralf Förster
Modified: 2024-09-23 17:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.26 KB, text/plain)
2024-09-20 21:28 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,79.56 KB, application/x-xz)
2024-09-20 21:28 UTC, Toralf Förster
Details
environment (environment,80.29 KB, text/plain)
2024-09-20 21:28 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,34.64 KB, application/x-xz)
2024-09-20 21:28 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,9.58 KB, application/x-xz)
2024-09-20 21:28 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,85.71 KB, application/x-xz)
2024-09-20 21:28 UTC, Toralf Förster
Details
sys-fabric:mstflint-4.29.0_p1:20240920-200611.log (sys-fabric:mstflint-4.29.0_p1:20240920-200611.log,216.04 KB, text/plain)
2024-09-20 21:28 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.61 KB, application/x-xz)
2024-09-20 21:28 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-09-20 21:28:47 UTC
too long lines were shrinked:

/bin/sh ../../../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../.. -I../../../../resourcetools/resourcedump_lib/src/commands -I../../../../resourcetools/resourcedump_lib/src/fetchers -I../../../../resourcetools/resourcedump_lib/src/common
/bin/sh ../../../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../.. -I../../../../resourcetools/resourcedump_lib/src/commands -I../../../../resourcetools/resourcedump_lib/src/fetchers -I../../../../resourcetools/resourcedump_lib/src/common
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../.. -I../../../../resourcetools/resourcedump_lib/src/commands -I../../../../resourcetools/resourcedump_lib/src/fetchers -I../../../../resourcetools/resourcedump_lib/src/common -I../../../../resourcetools/resourced
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../.. -I../../../../resourcetools/resourcedump_lib/src/commands -I../../../../resourcetools/resourcedump_lib/src/fetchers -I../../../../resourcetools/resourcedump_lib/src/common -I../../../../resourcetools/resourced
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../.. -I../../../../resourcetools/resourcedump_lib/src/commands -I../../../../resourcetools/resourcedump_lib/src/fetchers -I../../../../resourcetools/resourcedump_lib/src/common -I../../../../resourcetools/resourced
In file included from include_exclude_segments_filter.cpp:33:
include_exclude_segments_filter.h:52:52: error: 'uint16_t' was not declared in this scope
   52 |                                  const std::vector<uint16_t> selected_segment_ids,
      |                                                    ^~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0-20240915-034001

  UNMASKED:
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  /etc/portage/package.unmask/60gcc:<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-10
 [2] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
Python 3.12.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.80.1
  [2]   rust-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):
  (none found)
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit ef07e413435729d32fc1808ed57d49422b184532
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 20 19:33:57 2024 +0000

    2024-09-20 19:33:57 UTC

emerge -qpvO =sys-fabric/mstflint-4.29.0_p1
[ebuild  N    ] sys-fabric/mstflint-4.29.0_p1  USE="ssl -adb-generic-tools -inband"
Comment 1 Toralf Förster gentoo-dev 2024-09-20 21:28:48 UTC
Created attachment 903453 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-20 21:28:49 UTC
Created attachment 903454 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-09-20 21:28:50 UTC
Created attachment 903455 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-09-20 21:28:51 UTC
Created attachment 903456 [details]
etc.portage.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-09-20 21:28:52 UTC
Created attachment 903457 [details]
logs.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-20 21:28:54 UTC
Created attachment 903458 [details]
qlist-info.txt.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-20 21:28:55 UTC
Created attachment 903459 [details]
sys-fabric:mstflint-4.29.0_p1:20240920-200611.log
Comment 8 Toralf Förster gentoo-dev 2024-09-20 21:28:56 UTC
Created attachment 903460 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2024-09-23 17:35:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bd35d33f6a6eee4123e3c433645e103e4d4f97

commit 34bd35d33f6a6eee4123e3c433645e103e4d4f97
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2024-09-23 17:33:55 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2024-09-23 17:35:19 +0000

    sys-fabric/mstflint: Remove Werror #939944, gcc15 fix #939922
    
    Closes: https://bugs.gentoo.org/939944
    Closes: https://bugs.gentoo.org/939922
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 sys-fabric/mstflint/files/mstflint-4.29.0-gcc15.patch | 12 ++++++++++++
 sys-fabric/mstflint/mstflint-4.29.0_p1.ebuild         |  5 +++++
 2 files changed, 17 insertions(+)