too long lines were shrinked: /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -c -o vf_access_calendar.lo vf_access_calendar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -c vf_create_object.c -fPIC -DPIC -o .libs/vf_create_object.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -c vf_writer.c -fPIC -DPIC -o .libs/vf_writer.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -c -o vf_reader.lo vf_reader.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O3 -pipe -march=native -fno-diagnostics-color -c vf_access_calendar.c -fPIC -DPIC -o .libs/vf_access_calendar.o vf_access_calendar.c: In function 'vf_get_prop_value_time': vf_access_calendar.c:200:38: error: passing argument 1 of 'vf_date_string_to_time' from incompatible pointer type [-Wincompatible-pointer-types] 200 | ret = vf_date_string_to_time(p_t_value, p_value); | ^~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome_systemd-20231123-170505 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-14 * clang/llvm (if any): clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.6 Python 3.11.7 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.73.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.21.4 linux/amd64 HEAD of ::gentoo commit a65efcbfb50e68d9026e7c46d04700418a778874 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Dec 5 08:02:00 2023 +0000 2023-12-05 08:01:59 UTC emerge -qpvO dev-libs/libvformat [ebuild N ] dev-libs/libvformat-1.13-r2
Created attachment 877319 [details] emerge-info.txt
Created attachment 877320 [details] dev-libs:libvformat-1.13-r2:20231205-090746.log
Created attachment 877321 [details] emerge-history.txt.xz
Created attachment 877322 [details] environment
Created attachment 877323 [details] etc.clang.tar.xz
Created attachment 877324 [details] etc.portage.tar.xz
Created attachment 877325 [details] logs.tar.xz
Created attachment 877326 [details] qlist-info.txt.xz
Created attachment 877327 [details] temp.tar.xz
tinderbox-stable has reproduced this issue in a STABLE environment with version 1.13-r2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043a826a035154cb403f96abc02875ae641b2f04 commit 043a826a035154cb403f96abc02875ae641b2f04 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-02-04 19:51:01 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 08:49:21 +0000 dev-libs/libvformat: update EAPI 7 -> 8, fix incompatible pointers Use new-er debian patchset time_t was already used in most places, with this patch to fix incompatible pointer types error, it's not surprisingly transformed into 32-bit unsigned int. Closes: https://github.com/gentoo/gentoo/pull/38980 Closes: https://bugs.gentoo.org/919257 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40440 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libvformat/Manifest | 1 + .../libvformat/files/libvformat-1.13-time_t.patch | 33 +++++++++++++++++++ dev-libs/libvformat/libvformat-1.13-r3.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 71 insertions(+)