prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parsedisp(&argc, argv); ^ ./pgdispd/pgdisp.c:78:6: error: call to undeclared function 'initlock'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20221005-010004 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.2.0 * clang/llvm (if any): clang version 15.0.2 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.2 Python 3.10.7 Available Ruby profiles: [1] ruby27 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.64.0 * The following VMs are available for generation-2: *) Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17] Available Java Virtual Machines: [1] openjdk-jre-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): [1] php7.4 [2] php8.0 * [3] php8.1 GNU Make 4.3 HEAD of ::gentoo commit e266336155684413e28b2f403b57e2779f910d9c Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Oct 5 13:33:17 2022 +0000 2022-10-05 13:33:17 UTC emerge -qpvO sci-libs/pgplot [ebuild N ] sci-libs/pgplot-5.2.2-r7 USE="-doc -motif -static-libs -tk"
Created attachment 821089 [details] emerge-info.txt
Created attachment 821092 [details] emerge-history.txt
Created attachment 821095 [details] environment
Created attachment 821098 [details] etc.portage.tar.bz2
Created attachment 821101 [details] sci-libs:pgplot-5.2.2-r7:20221005-134024.log
Created attachment 821104 [details] temp.tar.bz2
tinderbox_musl has reproduced this issue with version 5.2.2-r8 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a5b258f1a278aab642356fd46b5a46307241df commit 90a5b258f1a278aab642356fd46b5a46307241df Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2024-05-14 09:56:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 09:51:17 +0000 sci-libs/pgplot: Port to C99 Patch is full of stuffing definitions into right places In one place it discovered a bug - missing parameters to a function I stuffed minimum and maximum bit depth of color with possibly-incorrect but most likely working solution - 1 and maximum supported depth Other variant would have been 8,8 and 0,0, and I don't want to understand logic well enough to get correct value. Hope no one gets blinded by wrong colors of UI or their graph. Closes: https://bugs.gentoo.org/875437 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36670 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/pgplot/files/pgplot-C99.patch | 331 +++++++++++++++++++++++++++++++++ sci-libs/pgplot/pgplot-5.2.2-r9.ebuild | 177 ++++++++++++++++++ 2 files changed, 508 insertions(+)