too long lines were shrinked: config.status: creating Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-fs/mtpfs-1.1-r6/work/mtpfs-1.1 ... make -O -j4 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"MTPfs\" -DPACKAGE_TARNAME=\"mtpfs\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"MTPfs\ 1.1\" -DPACKAGE_BUGREPORT=\"Chris\ Debenham\ \<chris@adebenham.com\>\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mtpfs\" -DVERSION=\"1.1\" -DDEBUG=0 -I. -DFUSE_USE_VERSION=22 -I/usr mtpfs.c:1343:16: error: initialization of int (*)(const char *, mode_t) {aka int (*)(const char *, unsigned int)} from incompatible pointer type int (*)(void) [-Wincompatible-pointer-types] 1343 | .chmod = mtpfs_blank, | ^~~~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0-20241201-015002 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: (none found) Available Rust versions: [1] rust-bin-1.81.0 [2] rust-bin-1.82.0 [3] rust-bin-1.83.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] Available Java Virtual Machines: [1] openjdk-bin-17 [2] openjdk-bin-21 system-vm HEAD of ::gentoo commit 77e1944892c3d46f993e819350964caec25ff94c Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Dec 3 04:35:44 2024 +0000 2024-12-03 04:35:44 UTC emerge -qpvO =sys-fs/mtpfs-1.1-r6 [ebuild N ] sys-fs/mtpfs-1.1-r6 USE="-debug -mad"
Created attachment 913152 [details] emerge-info.txt
Created attachment 913153 [details] emerge-history.txt
Created attachment 913154 [details] environment
Created attachment 913156 [details] etc.clang.tar.xz
Created attachment 913157 [details] etc.portage.tar.xz
Created attachment 913158 [details] logs.tar.xz
Created attachment 913159 [details] qlist-info.txt
Created attachment 913160 [details] sys-fs:mtpfs-1.1-r6:20241203-054211.log
Created attachment 913161 [details] temp.tar.xz
Just encountered this one. Found the patch too. Is the patch already submitted?
You mean https://github.com/cjd/mtpfs/pull/28 ? If so, not yet but I plan to get it in soon (small patch)
(In reply to Bernard Cafarelli from comment #11) > You mean https://github.com/cjd/mtpfs/pull/28 ? > If so, not yet but I plan to get it in soon (small patch) No rush. I was going to submit a modified ebuild, as the package seems somewhat deprecated.
By all means, please do, I have not used that one nor updated the ebuild for a while
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e3ec6536fab815dcc9a3b64696ac246d04ef66 commit d4e3ec6536fab815dcc9a3b64696ac246d04ef66 Author: OldManSeph <sschaefering@gmail.com> AuthorDate: 2024-12-14 09:47:09 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-15 16:15:36 +0000 sys-fs/mtpfs: fix for c23 in 1.1-r6 Patch from: https://github.com/cjd/mtpfs/commit/3b7b0d3ac7e15c9b654e19489bb4be84d48698f7.patch Closes: https://bugs.gentoo.org/945802 Signed-off-by: OldManSeph <sschaefering@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39719 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/mtpfs/files/mtpfs-1.1-c23-fix.patch | 38 ++++++++++++++++++++++++++++++ sys-fs/mtpfs/mtpfs-1.1-r6.ebuild | 5 ++-- 2 files changed, 41 insertions(+), 2 deletions(-)