Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944367 - net-misc/omniORB-4.3.0 - [libtool] [gcc-15] ../.../pr.c: error: too many arguments to function inc_path
Summary: net-misc/omniORB-4.3.0 - [libtool] [gcc-15] ../.../pr.c: error: too many argu...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Juerges
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-21 20:25 UTC by Toralf Förster
Modified: 2024-11-21 20:25 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,21.04 KB, text/plain)
2024-11-21 20:25 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,65.16 KB, application/x-xz)
2024-11-21 20:25 UTC, Toralf Förster
Details
environment (environment,101.60 KB, text/plain)
2024-11-21 20:25 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-21 20:25 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,25.17 KB, application/x-xz)
2024-11-21 20:25 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,31.63 KB, application/x-xz)
2024-11-21 20:25 UTC, Toralf Förster
Details
net-misc:omniORB-4.3.0:20241121-082737.log (net-misc:omniORB-4.3.0:20241121-082737.log,35.75 KB, text/plain)
2024-11-21 20:25 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,76.02 KB, application/x-xz)
2024-11-21 20:25 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-21 20:25:27 UTC
too long lines were shrinked:

make[3]: Entering directory '/var/tmp/portage/net-misc/omniORB-4.3.0/work/omniORB-4.3.0/build/src/tool/omkdepend'
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color  -DDEBUG -I. -I../../../../src/tool/omkdepend -I../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o include.o ../../../../src/tool/omkdepend/include.c
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color  -DDEBUG -I. -I../../../../src/tool/omkdepend -I../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o main.o ../../../../src/tool/omkdepend/main.c
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color  -DDEBUG -I. -I../../../../src/tool/omkdepend -I../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o parse.o ../../../../src/tool/omkdepend/parse.c
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color  -DDEBUG -I. -I../../../../src/tool/omkdepend -I../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o pr.o ../../../../src/tool/omkdepend/pr.c
../../../../src/tool/omkdepend/pr.c: In function add_include:
../../../../src/tool/omkdepend/pr.c:60:19: error: too many arguments to function inc_path
   60 |         newfile = inc_path(file->i_file, include, dot);
      |                   ^~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma-20241113-211502

  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 *
clang version 19.1.4
llvm-config: 19.1.4
Python 3.12.7
go version go1.23.3 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.82.0
  [3]   rust-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.432_p06 [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


  HEAD of ::gentoo
commit f1b6c642013068717ddc0a3e1f6b60e24db5c0a2
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Nov 21 07:03:42 2024 +0000

    2024-11-21 07:03:41 UTC

emerge -qpvO =net-misc/omniORB-4.3.0
[ebuild  N    ] net-misc/omniORB-4.3.0  USE="ipv6 ssl -doc" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2024-11-21 20:25:28 UTC
Created attachment 911244 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-21 20:25:29 UTC
Created attachment 911245 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-11-21 20:25:30 UTC
Created attachment 911246 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-21 20:25:31 UTC
Created attachment 911247 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-21 20:25:32 UTC
Created attachment 911248 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-21 20:25:33 UTC
Created attachment 911249 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-21 20:25:34 UTC
Created attachment 911250 [details]
net-misc:omniORB-4.3.0:20241121-082737.log
Comment 8 Toralf Förster gentoo-dev 2024-11-21 20:25:35 UTC
Created attachment 911251 [details]
qlist-info.txt.xz