Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944397 - net-misc/cadaver-0.24 - [libtool] [gcc-15] lib/yesno.c: error: conflicting types for rpmatch; have int(void)
Summary: net-misc/cadaver-0.24 - [libtool] [gcc-15] lib/yesno.c: error: conflicting ty...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-22 08:17 UTC by Toralf Förster
Modified: 2024-11-22 08:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,21.12 KB, text/plain)
2024-11-22 08:17 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,70.82 KB, application/x-xz)
2024-11-22 08:17 UTC, Toralf Förster
Details
environment (environment,80.34 KB, text/plain)
2024-11-22 08:17 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-22 08:17 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,25.66 KB, application/x-xz)
2024-11-22 08:17 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,9.89 KB, application/x-xz)
2024-11-22 08:17 UTC, Toralf Förster
Details
net-misc:cadaver-0.24:20241122-005058.log (net-misc:cadaver-0.24:20241122-005058.log,14.91 KB, text/plain)
2024-11-22 08:17 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,80.69 KB, application/x-xz)
2024-11-22 08:17 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.61 KB, application/x-xz)
2024-11-22 08:17 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-22 08:17:17 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./lib  -DLOCALEDIR=\"/usr/share/locale\" -I./src -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/neon -o lib/basename.o -c lib/basename.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./lib  -DLOCALEDIR=\"/usr/share/locale\" -I./src -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/neon -o lib/dirname.o -c lib/dirname.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./lib  -DLOCALEDIR=\"/usr/share/locale\" -I./src -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/neon -o lib/rpmatch.o -c lib/rpmatch.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./lib  -DLOCALEDIR=\"/usr/share/locale\" -I./src -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/neon -o src/commands.o -c src/commands.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./lib  -DLOCALEDIR=\"/usr/share/locale\" -I./src -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/neon -o src/version.o -c src/version.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./lib  -DLOCALEDIR=\"/usr/share/locale\" -I./src -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/neon -o lib/yesno.o -c lib/yesno.c
lib/yesno.c:34:5: error: conflicting types for rpmatch; have int(void)
   34 | int rpmatch ();
      |     ^~~~~~~

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

  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 88c20f6564f8c8618daa2562d97355fac2d3526e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Nov 21 23:33:26 2024 +0000

    2024-11-21 23:33:26 UTC

emerge -qpvO =net-misc/cadaver-0.24
[ebuild  N    ] net-misc/cadaver-0.24  USE="nls"
Comment 1 Toralf Förster gentoo-dev 2024-11-22 08:17:18 UTC
Created attachment 911402 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-22 08:17:19 UTC
Created attachment 911403 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-11-22 08:17:20 UTC
Created attachment 911404 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-22 08:17:21 UTC
Created attachment 911405 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-22 08:17:22 UTC
Created attachment 911406 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-22 08:17:23 UTC
Created attachment 911407 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-22 08:17:24 UTC
Created attachment 911408 [details]
net-misc:cadaver-0.24:20241122-005058.log
Comment 8 Toralf Förster gentoo-dev 2024-11-22 08:17:25 UTC
Created attachment 911409 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-22 08:17:26 UTC
Created attachment 911410 [details]
temp.tar.xz