Your message dated Tue, 07 Oct 2025 12:04:54 +0000
with message-id <[email protected]>
and subject line Bug#1114385: fixed in slop 7.7-2
has caused the Debian Bug report #1114385,
regarding slop: FTBFS: dpkg-gensymbols: error: some symbols or patterns
disappeared in the symbols file: see diff output below
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1114385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114385
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:slop
Version: 7.6-5
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:slop, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The CXX compiler identification is GNU 15.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GLM: /usr/include
-- Found X11: /usr/include
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found GLEW: /usr/include (found version "2.2.0")
CMake Warning (dev) at /usr/share/cmake-3.31/Modules/FindOpenGL.cmake:415
(message):
Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
available. Run "cmake --help-policy CMP0072" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
FindOpenGL found both a legacy GL library:
OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
and GLVND libraries for OpenGL and GLX:
OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
CMakeLists.txt:73 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Found GLX: /usr/include
CMake Warning (dev) at
/usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
The package name passed to `find_package_handle_standard_args` (Xrender)
does not match the name of the calling package (XRender). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
modules/FindXRender.cmake:38 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:75 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Xrender: /usr/lib/x86_64-linux-gnu/libXrender.so
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ICU: /usr/include (found version "76.1") found components: uc
-- Configuring done (0.8s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
dh_auto_build
cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/slopy.dir/build.make CMakeFiles/slopy.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/slopy.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/slopy.dir/build.make CMakeFiles/slopy.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 13%] Building CXX object CMakeFiles/slopy.dir/src/mouse.cpp.o
[ 13%] Building CXX object CMakeFiles/slopy.dir/src/keyboard.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/keyboard.cpp.o -MF
CMakeFiles/slopy.dir/src/keyboard.cpp.o.d -o
CMakeFiles/slopy.dir/src/keyboard.cpp.o -c /<<PKGBUILDDIR>>/src/keyboard.cpp
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/mouse.cpp.o -MF CMakeFiles/slopy.dir/src/mouse.cpp.o.d
-o CMakeFiles/slopy.dir/src/mouse.cpp.o -c /<<PKGBUILDDIR>>/src/mouse.cpp
[ 20%] Building CXX object CMakeFiles/slopy.dir/src/x.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/x.cpp.o -MF CMakeFiles/slopy.dir/src/x.cpp.o.d -o
CMakeFiles/slopy.dir/src/x.cpp.o -c /<<PKGBUILDDIR>>/src/x.cpp
[ 26%] Building CXX object CMakeFiles/slopy.dir/src/slopstates.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/slopstates.cpp.o -MF
CMakeFiles/slopy.dir/src/slopstates.cpp.o.d -o
CMakeFiles/slopy.dir/src/slopstates.cpp.o -c /<<PKGBUILDDIR>>/src/slopstates.cpp
[ 33%] Building CXX object CMakeFiles/slopy.dir/src/resource.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/resource.cpp.o -MF
CMakeFiles/slopy.dir/src/resource.cpp.o.d -o
CMakeFiles/slopy.dir/src/resource.cpp.o -c /<<PKGBUILDDIR>>/src/resource.cpp
[ 40%] Building CXX object CMakeFiles/slopy.dir/src/slop.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/slop.cpp.o -MF CMakeFiles/slopy.dir/src/slop.cpp.o.d
-o CMakeFiles/slopy.dir/src/slop.cpp.o -c /<<PKGBUILDDIR>>/src/slop.cpp
[ 46%] Building CXX object CMakeFiles/slopy.dir/src/rectangle.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/rectangle.cpp.o -MF
CMakeFiles/slopy.dir/src/rectangle.cpp.o.d -o
CMakeFiles/slopy.dir/src/rectangle.cpp.o -c /<<PKGBUILDDIR>>/src/rectangle.cpp
[ 53%] Building CXX object CMakeFiles/slopy.dir/src/xshaperectangle.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/xshaperectangle.cpp.o -MF
CMakeFiles/slopy.dir/src/xshaperectangle.cpp.o.d -o
CMakeFiles/slopy.dir/src/xshaperectangle.cpp.o -c
/<<PKGBUILDDIR>>/src/xshaperectangle.cpp
[ 60%] Building CXX object CMakeFiles/slopy.dir/src/shader.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/shader.cpp.o -MF
CMakeFiles/slopy.dir/src/shader.cpp.o.d -o
CMakeFiles/slopy.dir/src/shader.cpp.o -c /<<PKGBUILDDIR>>/src/shader.cpp
[ 66%] Building CXX object CMakeFiles/slopy.dir/src/window.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/window.cpp.o -MF
CMakeFiles/slopy.dir/src/window.cpp.o.d -o
CMakeFiles/slopy.dir/src/window.cpp.o -c /<<PKGBUILDDIR>>/src/window.cpp
[ 73%] Building CXX object CMakeFiles/slopy.dir/src/framebuffer.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/framebuffer.cpp.o -MF
CMakeFiles/slopy.dir/src/framebuffer.cpp.o.d -o
CMakeFiles/slopy.dir/src/framebuffer.cpp.o -c
/<<PKGBUILDDIR>>/src/framebuffer.cpp
[ 80%] Building CXX object CMakeFiles/slopy.dir/src/glrectangle.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -Dslopy_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -fPIC -MD -MT
CMakeFiles/slopy.dir/src/glrectangle.cpp.o -MF
CMakeFiles/slopy.dir/src/glrectangle.cpp.o.d -o
CMakeFiles/slopy.dir/src/glrectangle.cpp.o -c
/<<PKGBUILDDIR>>/src/glrectangle.cpp
[ 86%] Linking CXX shared library libslopy.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/slopy.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,--dependency-file=CMakeFiles/slopy.dir/link.d -Wl,-z,relro -shared
-Wl,-soname,libslopy.so.7.6 -o libslopy.so.7.6
CMakeFiles/slopy.dir/src/mouse.cpp.o CMakeFiles/slopy.dir/src/keyboard.cpp.o
CMakeFiles/slopy.dir/src/x.cpp.o CMakeFiles/slopy.dir/src/slopstates.cpp.o
CMakeFiles/slopy.dir/src/resource.cpp.o CMakeFiles/slopy.dir/src/slop.cpp.o
CMakeFiles/slopy.dir/src/rectangle.cpp.o
CMakeFiles/slopy.dir/src/xshaperectangle.cpp.o
CMakeFiles/slopy.dir/src/shader.cpp.o CMakeFiles/slopy.dir/src/window.cpp.o
CMakeFiles/slopy.dir/src/framebuffer.cpp.o
CMakeFiles/slopy.dir/src/glrectangle.cpp.o -lX11 -lXext -lGL -lGLU -lXrender
-lGL -lGLEW -lGLU -lXrender -lGLEW
/usr/bin/cmake -E cmake_symlink_library libslopy.so.7.6 libslopy.so.7.6
libslopy.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 86%] Built target slopy
make -f CMakeFiles/slop.dir/build.make CMakeFiles/slop.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/slop.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/slop.dir/build.make CMakeFiles/slop.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 93%] Building CXX object CMakeFiles/slop.dir/src/main.cpp.o
/usr/bin/c++ -DCXXOPTS_USE_UNICODE -DSLOP_OPENGL=\"True\"
-DSLOP_VERSION=\"v7.6\" -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -MD -MT
CMakeFiles/slop.dir/src/main.cpp.o -MF CMakeFiles/slop.dir/src/main.cpp.o.d -o
CMakeFiles/slop.dir/src/main.cpp.o -c /<<PKGBUILDDIR>>/src/main.cpp
In file included from /<<PKGBUILDDIR>>/src/main.cpp:28:
/<<PKGBUILDDIR>>/src/cxxopts.hpp:65:10: warning: âtemplate<class _Category,
class _Tp, class _Distance, class _Pointer, class _Reference> struct
std::iteratorâ is deprecated [-Wdeprecated-declarations]
65 | std::iterator<std::forward_iterator_tag, int32_t>
| ^~~~~~~~
In file included from /usr/include/c++/15/bits/stl_iterator_base_funcs.h:68,
from /usr/include/c++/15/string:49,
from /usr/include/c++/15/bits/locale_classes.h:42,
from /usr/include/c++/15/bits/ios_base.h:43,
from /usr/include/c++/15/ios:46,
from /usr/include/c++/15/bits/ostream.h:43,
from /usr/include/c++/15/ostream:42,
from /usr/include/c++/15/iostream:43,
from /<<PKGBUILDDIR>>/src/main.cpp:21:
/usr/include/c++/15/bits/stl_iterator_base_types.h:129:34: note: declared here
129 | struct _GLIBCXX17_DEPRECATED iterator
| ^~~~~~~~
[100%] Linking CXX executable /<<PKGBUILDDIR>>/bin/slop
/usr/bin/cmake -E cmake_link_script CMakeFiles/slop.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro -rdynamic -Wl,--dependency-file=CMakeFiles/slop.dir/link.d
CMakeFiles/slop.dir/src/main.cpp.o -o /<<PKGBUILDDIR>>/bin/slop
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu: libslopy.so.7.6 -licuuc -lX11
-lXext -lGL -lGLU -lXrender -lGL -lGLU -lXrender -lGLEW
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target slop
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test
create-stamp debian/debhelper-build-stamp
dh_prep
dh_auto_install
cd obj-x86_64-linux-gnu && make -j2 install
DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install
--strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/bin/slop
-- Set non-toolchain portion of runtime path of
"/<<PKGBUILDDIR>>/debian/tmp/usr/bin/slop" to ""
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libslopy.so.7.6
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libslopy.so
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/slop.hpp
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1/slop.1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_install
dh_installdocs
dh_installchangelogs
dh_installman
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_dwz -a
dh_strip -a
dh_makeshlibs -a
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see
diff output below
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols
file: see diff output below
dpkg-gensymbols: warning: debian/libslopy7.6/DEBIAN/symbols doesn't match
completely debian/libslopy7.6.symbols
--- debian/libslopy7.6.symbols (libslopy7.6_7.6-5_amd64)
+++ dpkg-gensymbolsf4Mg5X 2025-09-04 14:58:01.187254421 +0000
@@ -143,7 +143,8 @@
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_appendIJRKS5_EEEvDpOT_@Base
7.6
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev@Base
7.6
_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev@Base
7.6
- _ZNSt6vectorIjSaIjEE17_M_realloc_appendIJRKjEEEvDpOT_@Base 7.6
+#MISSING: 7.6-5# _ZNSt6vectorIjSaIjEE17_M_realloc_appendIJRKjEEEvDpOT_@Base 7.6
+
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructILb1EEEvPKcm@Base
7.6-5
_ZTIN4slop11GLRectangleE@Base 7.6
_ZTIN4slop11SlopEndDragE@Base 7.6
_ZTIN4slop13SlopStartDragE@Base 7.6
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: slop
Source-Version: 7.7-2
Done: Jakob Haufe <[email protected]>
We believe that the bug you reported is fixed in the latest version of
slop, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jakob Haufe <[email protected]> (supplier of updated slop package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 07 Oct 2025 13:50:37 +0200
Source: slop
Architecture: source
Version: 7.7-2
Distribution: unstable
Urgency: medium
Maintainer: Jakob Haufe <[email protected]>
Changed-By: Jakob Haufe <[email protected]>
Closes: 1114385
Changes:
slop (7.7-2) unstable; urgency=medium
.
* Mark C++ STL symbol as optional (Closes: #1114385)
Checksums-Sha1:
14302cdd010f53a1d192026f36cd6bef12ffd050 2001 slop_7.7-2.dsc
10a70480c3d26581902d7c85e39345647a7b9685 6344 slop_7.7-2.debian.tar.xz
0688f58179677e49dd291fb19cd879f905c7327a 5422 slop_7.7-2_source.buildinfo
Checksums-Sha256:
986e101d10d6fad1bb286c05e0ead2655d1a11840d6d93b0a1327d73421dd051 2001
slop_7.7-2.dsc
435fcc06fd5fb7f5dda4f92ad8b3f0a5ee79fb870081707c0c9c9e12da4c4784 6344
slop_7.7-2.debian.tar.xz
81bf9ff1c0a74401b90607d06dd5ace2cc5477b0f88bb52de6a750a03adc8dca 5422
slop_7.7-2_source.buildinfo
Files:
ea61883fabd4835570babbc45ecd2636 2001 x11 optional slop_7.7-2.dsc
43fa3f6a2ace3e25c14ca568d7c3a2b2 6344 x11 optional slop_7.7-2.debian.tar.xz
4d9bd9a66b9fd981283b8a8db26c95a4 5422 x11 optional slop_7.7-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEe/X2rDZDH11A3BN6TPKyGPVNrj0FAmjk/xUACgkQTPKyGPVN
rj3GPA/+P0Uie3W0dBBpP17FDKga+kbLmI1kXx4cLAwT5H7phnmWS2T5YQt/uBSZ
0kb++L+YHPIqSbLexPFlLjeEfr1Ltjxuph2P76xGU5W9PU44T9Jglw7NyWokAPaf
pum4HSUfR7QTb3lcys8OsOCsOk2pexhaD4kSg/pjdw9UKca5Q1ZV2hfrnZNhtCo9
7yRlDU+KazfRpKkWF+mgJ1wuVcXBP7+has+8drfbRxTvMHt13utPk/p2iLK01EDC
obVNpDaieUd9EOBiIsG+v+F0UntHjDIuvO0RT1USV+KSAHJDAJs/5dcwVNzcYmPK
ep27QzArpqdqOZ4EQvG65On8q+WxBGMurPw8PE+gUY8rpccLn3ohcMsLnOfkRZ+6
PDWJ7rzGmfLxnp8JVdoWCa2A0m0R8xZEXvD8QZHGdlmQ49FWwVeZZTT5mdeaNHaG
WU5FZu6OUiz4CuOSV4+LqXL0YMmyPDl+fJyXiGNLi8hn8vI63Gvohq6AtV0+U2eZ
31wj6uW+w0ZAPm7X62cNrKTruV7dmL/8C2/tNBhCxxFrRGZTC0LQ7Z8Q3MVnRNLd
6gJRQPVbj/VETUwZs9nkfhw1YNl2yYm91FWsqPWgqo5JM/qVvJXvlIJGpOZn2J5W
pWcU4Ula76zS/PFm0HFmJlcK3xAJWxzrpZc4VrCcC5OG+xXuIoQ=
=CX5F
-----END PGP SIGNATURE-----
pgp3gCq3GOyrS.pgp
Description: PGP signature
--- End Message ---