too long lines were shrinked: clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -c -o error.o error.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -c -o my_pty.o my_pty.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -c -o term.o term.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -c -o scrollback.o scrollback.c mt.c:696:4: error: call to undeclared function 'waddnwstr'; 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-20221001-190003 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.2.0 * clang/llvm (if any): clang version 15.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin /usr/lib/llvm/15 15.0.1 Python 3.10.7 Available Ruby profiles: [1] ruby30 * Available Rust versions: [1] rust-bin-1.64.0 * The following VMs are available for generation-2: 1) OpenJDK 17.0.5_p5 [openjdk-17] *) Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-17 [2] openjdk-bin-8 [3] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): GNU Make 4.3 HEAD of ::gentoo commit bf31bd1510c88fb7cc62274835494537f14c97f8 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Oct 2 15:48:43 2022 +0000 2022-10-02 15:48:43 UTC emerge -qpvO app-text/multitail [ebuild N ] app-text/multitail-6.4.2-r1 USE="unicode -debug -examples"
Created attachment 815752 [details] emerge-info.txt
Created attachment 815755 [details] app-text:multitail-6.4.2-r1:20221002-165842.log
Created attachment 815758 [details] emerge-history.txt
Created attachment 815761 [details] environment
Created attachment 815764 [details] etc.portage.tar.bz2
Created attachment 815767 [details] temp.tar.bz2
*** Bug 882259 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf5477633a6a83e1d90666fad2187a1dc608eea commit 0bf5477633a6a83e1d90666fad2187a1dc608eea Author: Pascal Jäger <pascal.jaeger@leimstift.de> AuthorDate: 2022-11-01 15:36:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-11-22 06:49:03 +0000 app-text/multitail: version bump to 7.0.0 - fix build for clang16 - fix build for LTO's -Werror=lto-type-mismatch Closes: https://bugs.gentoo.org/874102 Closes: https://bugs.gentoo.org/855017 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28089 Signed-off-by: Sam James <sam@gentoo.org> app-text/multitail/Manifest | 1 + .../files/multitail-7.0.0-fix-clang16-build.patch | 34 ++++++++++++ .../multitail-7.0.0-fix-lto-type-mismatch.patch | 29 ++++++++++ .../multitail/files/multitail-7.0.0-gentoo.patch | 32 +++++++++++ app-text/multitail/multitail-7.0.0.ebuild | 63 ++++++++++++++++++++++ 5 files changed, 159 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ffb6946b7e778ddbbe6b7ef4cf74cfc3159bb3 commit 21ffb6946b7e778ddbbe6b7ef4cf74cfc3159bb3 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-10-27 18:50:13 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-10-27 18:50:13 +0000 app-text/multitail: drop 6.4.2-r1 Bug: https://bugs.gentoo.org/874102 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> app-text/multitail/Manifest | 1 - .../multitail/files/multitail-6.4.1-gentoo.patch | 31 ----------- app-text/multitail/multitail-6.4.2-r1.ebuild | 65 ---------------------- 3 files changed, 97 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566af738adf0752304aa98338613fb1e2613e0bf commit 566af738adf0752304aa98338613fb1e2613e0bf Author: Sam James <sam@gentoo.org> AuthorDate: 2025-03-11 01:06:09 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-11 01:07:55 +0000 app-text/multitail: fix modern C issue, fix CMake * Fix modern C issue (ncurses) * Use GNUInstallDirs Bug: https://bugs.gentoo.org/874102 Closes: https://bugs.gentoo.org/945647 Signed-off-by: Sam James <sam@gentoo.org> .../multitail-7.1.5-cmake-gnuinstalldirs.patch | 37 ++++++++++++++++++ .../multitail/files/multitail-7.1.5-ncurses.patch | 44 ++++++++++++++++++++++ ...tail-7.1.5.ebuild => multitail-7.1.5-r1.ebuild} | 16 ++++---- 3 files changed, 90 insertions(+), 7 deletions(-)