You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by juha-h September 12, 2023
I tried to build re v3.5.0 on Debian 12 and below is that happened. Has something changed in v3.5.0 that could explain this?
/tmp$ git clone https://github.com/baresip/re.git
Cloning into 're'...
remote: Enumerating objects: 12316, done.
remote: Counting objects: 100% (2565/2565), done.
remote: Compressing objects: 100% (422/422), done.
remote: Total 12316 (delta 2187), reused 2241 (delta 2132), pack-reused 9751
Receiving objects: 100% (12316/12316), 2.96 MiB | 1.63 MiB/s, done.
Resolving deltas: 100% (8197/8197), done.
/tmp$ cd re
/tmp/re$ git checkout v3.5.0
HEAD is now at 8b53d7b release v3.5.0 (#949)
/tmp/re$ dpkg-buildpackage -rfakeroot -b -us -uc
dpkg-buildpackage: info: source package libre
dpkg-buildpackage: info: source version 3.5.0
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Sebastian Reimers <sebastian.reimers@gmail.com>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
fakeroot debian/rules clean
dh clean --buildsystem=cmake
dh_auto_clean -O--buildsystem=cmake
dh_autoreconf_clean -O--buildsystem=cmake
dh_clean -O--buildsystem=cmake
debian/rules build
dh build --buildsystem=cmake
dh_update_autotools_config -O--buildsystem=cmake
dh_autoreconf -O--buildsystem=cmake
debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/re'
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
cd obj-x86_64-linux-gnu && 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_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test COMPILER_SUPPORTS_WATOMIC
-- Performing Test COMPILER_SUPPORTS_WATOMIC - Failed
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "1.1.1n", minimum required is "1.1.1")
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for syslog.h
-- Looking for syslog.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for res_ninit
-- Looking for res_ninit - found
-- Looking for thrd_create
-- Looking for thrd_create - not found
-- Looking for accept4
-- Looking for accept4 - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for sys/prctl.h
-- Looking for sys/prctl.h - found
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
-- Build files have been written to: /tmp/re/obj-x86_64-linux-gnu
make[1]: Leaving directory '/tmp/re'
dh_auto_build -O--buildsystem=cmake
cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1
make[1]: Entering directory '/tmp/re/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/tmp/re -B/tmp/re/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/re/obj-x86_64-linux-gnu/CMakeFiles /tmp/re/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/re/obj-x86_64-linux-gnu'
make -f CMakeFiles/re-objs.dir/build.make CMakeFiles/re-objs.dir/depend
make[3]: Entering directory '/tmp/re/obj-x86_64-linux-gnu'
cd /tmp/re/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/re /tmp/re /tmp/re/obj-x86_64-linux-gnu /tmp/re/obj-x86_64-linux-gnu /tmp/re/obj-x86_64-linux-gnu/CMakeFiles/re-objs.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/re/obj-x86_64-linux-gnu'
make -f CMakeFiles/re-objs.dir/build.make CMakeFiles/re-objs.dir/build
make[3]: Entering directory '/tmp/re/obj-x86_64-linux-gnu'
[ 1%] Building C object CMakeFiles/re-objs.dir/src/av1/obu.c.o
[ 2%] Building C object CMakeFiles/re-objs.dir/src/av1/pkt.c.o
[ 1%] Building C object CMakeFiles/re-objs.dir/src/av1/depack.c.o
[ 2%] Building C object CMakeFiles/re-objs.dir/src/async/async.c.o
[ 2%] Building C object CMakeFiles/re-objs.dir/src/conf/conf.c.o
[ 2%] Building C object CMakeFiles/re-objs.dir/src/dbg/dbg.c.o
[ 2%] Building C object CMakeFiles/re-objs.dir/src/base64/b64.c.o
[ 2%] Building C object CMakeFiles/re-objs.dir/src/btrace/btrace.c.o
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/av1/obu.c.o -MF CMakeFiles/re-objs.dir/src/av1/obu.c.o.d -o CMakeFiles/re-objs.dir/src/av1/obu.c.o -c /tmp/re/src/av1/obu.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/av1/depack.c.o -MF CMakeFiles/re-objs.dir/src/av1/depack.c.o.d -o CMakeFiles/re-objs.dir/src/av1/depack.c.o -c /tmp/re/src/av1/depack.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/av1/pkt.c.o -MF CMakeFiles/re-objs.dir/src/av1/pkt.c.o.d -o CMakeFiles/re-objs.dir/src/av1/pkt.c.o -c /tmp/re/src/av1/pkt.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/async/async.c.o -MF CMakeFiles/re-objs.dir/src/async/async.c.o.d -o CMakeFiles/re-objs.dir/src/async/async.c.o -c /tmp/re/src/async/async.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/conf/conf.c.o -MF CMakeFiles/re-objs.dir/src/conf/conf.c.o.d -o CMakeFiles/re-objs.dir/src/conf/conf.c.o -c /tmp/re/src/conf/conf.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/base64/b64.c.o -MF CMakeFiles/re-objs.dir/src/base64/b64.c.o.d -o CMakeFiles/re-objs.dir/src/base64/b64.c.o -c /tmp/re/src/base64/b64.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/btrace/btrace.c.o -MF CMakeFiles/re-objs.dir/src/btrace/btrace.c.o.d -o CMakeFiles/re-objs.dir/src/btrace/btrace.c.o -c /tmp/re/src/btrace/btrace.c
/usr/bin/cc -D-DRELEASE -DARCH=\"x86_64\" -DHAVE_ACCEPT4 -DHAVE_ATOMIC -DHAVE_EPOLL -DHAVE_EXECINFO -DHAVE_FORK -DHAVE_GETIFADDRS -DHAVE_GETOPT -DHAVE_INET6 -DHAVE_PRCTL -DHAVE_PTHREAD -DHAVE_PWD_H -DHAVE_RESOLV -DHAVE_ROUTE_LIST -DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_STRERROR_R -DHAVE_STRINGS_H -DHAVE_SYSLOG -DHAVE_SYS_TIME_H -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_UNIXSOCK=1 -DLINUX -DOS=\"Linux\" -DRE_VERSION=\"3.5.0\" -DUSE_DTLS -DUSE_OPENSSL -DUSE_OPENSSL_AES -DUSE_OPENSSL_HMAC -DUSE_OPENSSL_SRTP -DUSE_TLS -DUSE_ZLIB -DVER_MAJOR=3 -DVER_MINOR=5 -DVER_PATCH=0 -D_GNU_SOURCE -I/tmp/re/include -g -O2 -ffile-prefix-map=/tmp/re=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -pedantic -Wall -Wbad-function-cast -Wcast-align -Wextra -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes -Wuninitialized -Wvla -MD -MT CMakeFiles/re-objs.dir/src/dbg/dbg.c.o -MF CMakeFiles/re-objs.dir/src/dbg/dbg.c.o.d -o CMakeFiles/re-objs.dir/src/dbg/dbg.c.o -c /tmp/re/src/dbg/dbg.c
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
<command-line>: error: macro names must be identifiers
make[3]: *** [CMakeFiles/re-objs.dir/build.make:79: CMakeFiles/re-objs.dir/src/av1/depack.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/re-objs.dir/build.make:121: CMakeFiles/re-objs.dir/src/async/async.c.o] Error 1
make[3]: *** [CMakeFiles/re-objs.dir/build.make:135: CMakeFiles/re-objs.dir/src/base64/b64.c.o] Error 1
make[3]: *** [CMakeFiles/re-objs.dir/build.make:107: CMakeFiles/re-objs.dir/src/av1/pkt.c.o] Error 1
make[3]: *** [CMakeFiles/re-objs.dir/build.make:177: CMakeFiles/re-objs.dir/src/dbg/dbg.c.o] Error 1
make[3]: *** [CMakeFiles/re-objs.dir/build.make:93: CMakeFiles/re-objs.dir/src/av1/obu.c.o] Error 1
make[3]: *** [CMakeFiles/re-objs.dir/build.make:163: CMakeFiles/re-objs.dir/src/conf/conf.c.o] Error 1
make[3]: *** [CMakeFiles/re-objs.dir/build.make:149: CMakeFiles/re-objs.dir/src/btrace/btrace.c.o] Error 1
make[3]: Leaving directory '/tmp/re/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:123: CMakeFiles/re-objs.dir/all] Error 2
make[2]: Leaving directory '/tmp/re/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/tmp/re/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
/tmp/re$
```</div>
The text was updated successfully, but these errors were encountered:
Discussed in #951
Originally posted by juha-h September 12, 2023
I tried to build re v3.5.0 on Debian 12 and below is that happened. Has something changed in v3.5.0 that could explain this?
The text was updated successfully, but these errors were encountered: