Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884181 - net-misc/freerdp-2.9.0 - /.../xf_disp.c: error: incompatible function pointer types passing void (void , const WindowStateChangeEv
Summary: net-misc/freerdp-2.9.0 - /.../xf_disp.c: error: incompatible function pointer...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-12-03 15:22 UTC by Toralf Förster
Modified: 2023-06-18 18:26 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.44 KB, text/plain)
2022-12-03 15:22 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,159.86 KB, text/plain)
2022-12-03 15:22 UTC, Toralf Förster
Details
environment (environment,105.69 KB, text/plain)
2022-12-03 15:22 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,703 bytes, application/x-bzip)
2022-12-03 15:22 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.06 KB, application/x-bzip)
2022-12-03 15:22 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.56 KB, application/x-bzip)
2022-12-03 15:22 UTC, Toralf Förster
Details
net-misc:freerdp-2.9.0:20221203-131837.log.bz2 (net-misc:freerdp-2.9.0:20221203-131837.log.bz2,16.11 KB, application/x-bzip)
2022-12-03 15:22 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,56.79 KB, application/x-bzip)
2022-12-03 15:22 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,3.25 KB, application/x-bzip)
2022-12-03 15:22 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 2022-12-03 15:22:42 UTC
too long lines were shrinked:

[424/434] /var/tmp/portage/net-misc/freerdp-2.9.0/temp/clang-wrappers/clang -DFREERDP_EXPORTS -DHAVE_CONFIG_H -DWINPR_EXPORTS -DWITH_OPENSSL -DWITH_XCURSOR -DWITH_XEXT -DWITH_XFIXES -DWITH_XI -DWITH_XRANDR -DWITH_XRENDER -DWITH_XV -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/net-misc/freerdp-2.9.0/work
[425/434] /var/tmp/portage/net-misc/freerdp-2.9.0/temp/clang-wrappers/clang -DFREERDP_EXPORTS -DHAVE_CONFIG_H -DWINPR_EXPORTS -DWITH_OPENSSL -DWITH_XCURSOR -DWITH_XEXT -DWITH_XFIXES -DWITH_XI -DWITH_XRANDR -DWITH_XRENDER -DWITH_XV -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/net-misc/freerdp-2.9.0/work
FAILED: client/X11/CMakeFiles/xfreerdp-client.dir/xf_disp.c.o 
/var/tmp/portage/net-misc/freerdp-2.9.0/temp/clang-wrappers/clang -DFREERDP_EXPORTS -DHAVE_CONFIG_H -DWINPR_EXPORTS -DWITH_OPENSSL -DWITH_XCURSOR -DWITH_XEXT -DWITH_XFIXES -DWITH_XI -DWITH_XRANDR -DWITH_XRENDER -DWITH_XV -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/net-misc/freerdp-2.9.0/work/freerdp-2
/var/tmp/portage/net-misc/freerdp-2.9.0/work/freerdp-2.9.0/client/X11/xf_disp.c:294:57: error: incompatible function pointer types passing 'void (void *, const WindowStateChangeEventArgs *)' (aka 'void (void *, const struct _WindowStateChangeEventArgs *)') to parameter of type 'pWindowStateChangeEve
        PubSub_SubscribeWindowStateChange(xfc->context.pubSub, xf_disp_OnWindowStateChange);
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j4-20221202-100005

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

CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.6
Python 3.10.8
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 0af98461cc12af931340fe7bc0f5d04d3837a1f2
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Dec 3 12:16:49 2022 +0000

    2022-12-03 12:16:49 UTC

emerge -qpvO net-misc/freerdp
[ebuild  N    ] net-misc/freerdp-2.9.0  USE="X alsa cups ffmpeg jpeg usb xv -debug -doc -gstreamer -openh264 -pulseaudio -server -smartcard -systemd -test -wayland -xinerama"
Comment 1 Toralf Förster gentoo-dev 2022-12-03 15:22:43 UTC
Created attachment 839439 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-03 15:22:45 UTC
Created attachment 839441 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-12-03 15:22:46 UTC
Created attachment 839443 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-12-03 15:22:47 UTC
Created attachment 839445 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-12-03 15:22:48 UTC
Created attachment 839447 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-03 15:22:49 UTC
Created attachment 839449 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-12-03 15:22:50 UTC
Created attachment 839451 [details]
net-misc:freerdp-2.9.0:20221203-131837.log.bz2
Comment 8 Toralf Förster gentoo-dev 2022-12-03 15:22:51 UTC
Created attachment 839453 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-12-03 15:22:52 UTC
Created attachment 839455 [details]
var.tmp.clang.tar.bz2