Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943792 - x11-misc/kbdd-0.7.1 - [libtool] [gcc-15] libkbdd.c: error: conflicting types for kbdd_default_loop; have void (Display )
Summary: x11-misc/kbdd-0.7.1 - [libtool] [gcc-15] libkbdd.c: error: conflicting types ...
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: PATCH
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-18 18:51 UTC by Toralf Förster
Modified: 2024-11-26 05:04 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.57 KB, text/plain)
2024-11-18 18:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,190.65 KB, text/plain)
2024-11-18 18:51 UTC, Toralf Förster
Details
environment (environment,79.71 KB, text/plain)
2024-11-18 18:51 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.21 KB, application/x-xz)
2024-11-18 18:51 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.13 KB, application/x-xz)
2024-11-18 18:51 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,5.27 KB, application/x-xz)
2024-11-18 18:51 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,55.12 KB, application/x-xz)
2024-11-18 18:51 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,20.36 KB, application/x-xz)
2024-11-18 18:51 UTC, Toralf Förster
Details
x11-misc:kbdd-0.7.1:20241118-064349.log (x11-misc:kbdd-0.7.1:20241118-064349.log,10.82 KB, text/plain)
2024-11-18 18:51 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-18 18:51:45 UTC
rm -f libkbdddbus.a
x86_64-pc-linux-gnu-ar cr libkbdddbus.a m-kbdd-service.o m-kbdd-service-marshal.o 
x86_64-pc-linux-gnu-ranlib libkbdddbus.a
make[4]: Leaving directory '/var/tmp/portage/x11-misc/kbdd-0.7.1/work/kbdd-0.7.1/src/dbus'
make[3]: Entering directory '/var/tmp/portage/x11-misc/kbdd-0.7.1/work/kbdd-0.7.1/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -Idbus/ -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -O2 -pipe -march=native -fno-diagnostics-color -c -o libkbdd.o libkbdd.c
libkbdd.c:233:1: error: conflicting types for kbdd_default_loop; have void *(Display *)
  233 | kbdd_default_loop(Display * display)
      | ^~~~~~~~~~~~~~~~~

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

  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.3
llvm-config: 19.1.3
Python 3.12.7
go version go1.23.2 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 17.0.13_p11 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 3da345a9eaceba375128d1166a214049949eaf7f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 18 05:48:44 2024 +0000

    2024-11-18 05:48:43 UTC

emerge -qpvO =x11-misc/kbdd-0.7.1
[ebuild  N    ] x11-misc/kbdd-0.7.1  USE="dbus"
Comment 1 Toralf Förster gentoo-dev 2024-11-18 18:51:46 UTC
Created attachment 909078 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-18 18:51:47 UTC
Created attachment 909079 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-11-18 18:51:48 UTC
Created attachment 909080 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-18 18:51:49 UTC
Created attachment 909081 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-18 18:51:50 UTC
Created attachment 909082 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-18 18:51:51 UTC
Created attachment 909083 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-18 18:51:52 UTC
Created attachment 909084 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-18 18:51:53 UTC
Created attachment 909085 [details]
temp.tar.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-18 18:51:53 UTC
Created attachment 909086 [details]
x11-misc:kbdd-0.7.1:20241118-064349.log