./sphinx.h:436:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int * pChunk = m_pChunk [ iCode >> CHUNK_BITS ]; ^~~~~~~~~ sphinxutils.cpp:2106:46: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] sphSafeInfo ( iFD, "Configured with flags: "CONFIGURE_FLAGS ); ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome_systemd-j4-20221110-100005 ------------------------------------------------------------------- GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle" CC=clang CXX=clang++ gcc-config -l: [1] x86_64-pc-linux-gnu-12 * clang/llvm (if any): clang version 15.0.4 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.4 Python 3.10.8 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.65.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11] *) 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-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm php cli (if any): HEAD of ::gentoo commit 662bac4a9630c3ecb61f904350df4f63142b75c0 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Nov 11 08:46:51 2022 +0000 2022-11-11 08:46:50 UTC emerge -qpvO app-misc/sphinx [ebuild N ] app-misc/sphinx-2.2.11-r5 USE="id64 mysql syslog -debug -mariadb -odbc -postgres -stemmer -xml"
Created attachment 830913 [details] emerge-info.txt
Created attachment 830915 [details] app-misc:sphinx-2.2.11-r5:20221111-104748.log
Created attachment 830917 [details] emerge-history.txt
Created attachment 830919 [details] environment
Created attachment 830921 [details] etc.clang.tar.bz2
Created attachment 830923 [details] etc.portage.tar.bz2
Created attachment 830925 [details] logs.tar.bz2
Created attachment 830927 [details] temp.tar.bz2
Created attachment 830929 [details] var.tmp.clang.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1069c86e5578828a2640f2cc3510fe11c0ba804b commit 1069c86e5578828a2640f2cc3510fe11c0ba804b Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2022-11-13 10:03:27 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2022-11-14 06:42:06 +0000 app-misc/sphinx: lock C/C++ to older versions of the standard This code is no longer maintained and has compatibility issues with newer C and C++ standards. Lock to older standards to avoid compilation issues. Closes: https://bugs.gentoo.org/880923 Signed-off-by: Hans de Graaff <graaff@gentoo.org> app-misc/sphinx/sphinx-2.2.11-r5.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd7082dff404bb1031102adc1cf64ab0dc54c63 commit 9bd7082dff404bb1031102adc1cf64ab0dc54c63 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-03-05 07:00:07 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-05 07:00:34 +0000 app-misc/sphinx: filter LTO, no SA The codebase is very old and it's no longer being maintained upstream. Do as we did in 1069c86e5578828a2640f2cc3510fe11c0ba804b. Bug: https://bugs.gentoo.org/880923 Closes: https://bugs.gentoo.org/854738 Signed-off-by: Sam James <sam@gentoo.org> app-misc/sphinx/sphinx-2.2.11-r5.ebuild | 3 +++ 1 file changed, 3 insertions(+)