Frank Kunz changed bug 1193141
What Removed Added
Status RESOLVED REOPENED
Resolution UPSTREAM ---

Comment # 3 on bug 1193141 from
I tried to build a version without obs to prepare a bug report upstream. But
with that build the binary works. The issue is only reproducible with an obs
build.

I copied the build parameters from the obs build log to run this build commands
manually:

cmake '-GUnix Makefiles' -DCMAKE_INSTALL_PREFIX:PATH=/usr
-DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64
-DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share
-DCMAKE_INSTALL_LIBDIR:PATH=lib64 -DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec
-DCMAKE_BUILD_TYPE=RelWithDebInfo '-DCMAKE_C_FLAGS=-mbranch-protection=standard
-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type
-flto=auto -g -DNDEBUG' '-DCMAKE_CXX_FLAGS=-mbranch-protection=standard -O2
-Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type
-flto=auto -g -DNDEBUG' '-DCMAKE_Fortran_FLAGS=-mbranch-protection=standard -O2
-Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type
-flto=auto -g -DNDEBUG' '-DCMAKE_EXE_LINKER_FLAGS=-flto=auto -Wl,--as-needed
-Wl,--no-undefined -Wl,-z,now' '-DCMAKE_MODULE_LINKER_FLAGS=-flto=auto
-Wl,--as-needed' '-DCMAKE_SHARED_LINKER_FLAGS=-flto=auto -Wl,--as-needed
-Wl,--no-undefined -Wl,-z,now' -DLIB_SUFFIX=64 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
-DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF
-DCMAKE_COLOR_MAKEFILE:BOOL=OFF -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF
-DCMAKE_MODULES_INSTALL_DIR=/usr/lib64/cmake/minetest
-DCUSTOM_DOCDIR=/usr/share/doc/packages/minetest
-DCUSTOM_LOCALEDIR=/usr/share/locale -DCUSTOM_SHAREDIR=/usr/share/minetest
-DBUILD_SERVER=ON -DRUN_IN_PLACE=OFF -DENABLE_GETTEXT=ON -DENABLE_FREETYPE=ON
-DENABLE_SYSTEM_JSONCPP=ON -DBUILD_CLIENT=FALSE
-DPNG_PNG_INCLUDE_DIR=/usr/include/libpng16 -DENABLE_SPATIAL=ON
-DENABLE_LEVELDB=ON -DENABLE_REDIS=ON -DENABLE_POSTGRESQL=ON
make


You are receiving this mail because: