Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944197 - app-misc/vifm-0.13-r1 - [libtool] [gcc-15] int/term_title.c: error: assignment to int ( )(void) from incompatible pointer type XErrorHandler {aka int ( )(Display , XError
Summary: app-misc/vifm-0.13-r1 - [libtool] [gcc-15] int/term_title.c: error: assignmen...
Status: RESOLVED FIXED
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: c99-porting
  Show dependency tree
 
Reported: 2024-11-20 18:12 UTC by Toralf Förster
Modified: 2024-11-25 23:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.89 KB, text/plain)
2024-11-20 18:12 UTC, Toralf Förster
Details
app-misc:vifm-0.13-r1:20241120-180706.log (app-misc:vifm-0.13-r1:20241120-180706.log,80.30 KB, text/plain)
2024-11-20 18:12 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,58.99 KB, application/x-xz)
2024-11-20 18:12 UTC, Toralf Förster
Details
environment (environment,86.00 KB, text/plain)
2024-11-20 18:12 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-20 18:12 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.99 KB, application/x-xz)
2024-11-20 18:12 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,123.31 KB, application/x-xz)
2024-11-20 18:12 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,69.99 KB, application/x-xz)
2024-11-20 18:12 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.70 KB, application/x-xz)
2024-11-20 18:12 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-20 18:12:14 UTC
too long lines were shrinked:

make[1]: Entering directory '/var/tmp/portage/app-misc/vifm-0.13-r1/work/vifm-0.13/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../build-aux   -I/usr/include/ncursesw  -O2 -pipe -march=native -fno-diagnostics-color -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/includ
make[1]: Leaving directory '/var/tmp/portage/app-misc/vifm-0.13-r1/work/vifm-0.13/src'
make[1]: Entering directory '/var/tmp/portage/app-misc/vifm-0.13-r1/work/vifm-0.13/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../build-aux   -I/usr/include/ncursesw  -O2 -pipe -march=native -fno-diagnostics-color -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/includ
int/term_title.c: In function get_x11_window_title:
int/term_title.c:363:21: error: assignment to int (*)(void) from incompatible pointer type XErrorHandler {aka int (*)(Display *, XErrorEvent *)} [-Wincompatible-pointer-types]
  363 |         old_handler = XSetErrorHandlerWrapper(x_error_check);
      |                     ^

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

  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 f6d75bd6df21da95b6a72bd3974fe29a7e29305a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 20 17:19:17 2024 +0000

    2024-11-20 17:19:17 UTC

emerge -qpvO =app-misc/vifm-0.13-r1
[ebuild  N    ] app-misc/vifm-0.13-r1  USE="X extended-keys gtk magic vim vim-syntax"
Comment 1 Toralf Förster gentoo-dev 2024-11-20 18:12:15 UTC
Created attachment 910838 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-20 18:12:16 UTC
Created attachment 910839 [details]
app-misc:vifm-0.13-r1:20241120-180706.log
Comment 3 Toralf Förster gentoo-dev 2024-11-20 18:12:18 UTC
Created attachment 910840 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-11-20 18:12:19 UTC
Created attachment 910841 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-20 18:12:19 UTC
Created attachment 910842 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-20 18:12:21 UTC
Created attachment 910843 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-20 18:12:22 UTC
Created attachment 910844 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-20 18:12:23 UTC
Created attachment 910845 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-20 18:12:24 UTC
Created attachment 910846 [details]
temp.tar.xz
Comment 11 Larry the Git Cow gentoo-dev 2024-11-25 23:28:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352d9e97e70837f065c981ad3ff61520a6f92be3

commit 352d9e97e70837f065c981ad3ff61520a6f92be3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-25 23:25:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-25 23:27:33 +0000

    app-misc/vifm: fix C23 compat
    
    Closes: https://bugs.gentoo.org/944197
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/vifm/files/vifm-0.13-c23.patch | 46 +++++++++++++++++++++++++++++++++
 app-misc/vifm/vifm-0.13-r1.ebuild       |  4 ++-
 2 files changed, 49 insertions(+), 1 deletion(-)