[Pkg-mpd-maintainers] Bug#925783: mpd: ftbfs with GCC-9

Matthias Klose doko at debian.org
Wed Mar 27 19:47:13 GMT 2019


Package: src:mpd
Version: 0.21.5-3
Severity: normal
Tags: sid bullseye
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/mpd_0.21.5-3_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
[5/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/HexFormat.cxx.o' -MF 'src/util/ed6d25d@@util at sta/HexFormat.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/HexFormat.cxx.o' -c ../src/util/HexFormat.cxx
[6/812] /usr/bin/meson --internal vcstagger ../src/GitVersion.cxx GitVersion.cxx 0.21.5 /<<PKGBUILDDIR>> @VCS_TAG@ '(.*)' ' '
[7/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/StringStrip.cxx.o' -MF 'src/util/ed6d25d@@util at sta/StringStrip.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/StringStrip.cxx.o' -c ../src/util/StringStrip.cxx
[8/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/AllocatedString.cxx.o' -MF 'src/util/ed6d25d@@util at sta/AllocatedString.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/AllocatedString.cxx.o' -c ../src/util/AllocatedString.cxx
[9/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/TruncateString.cxx.o' -MF 'src/util/ed6d25d@@util at sta/TruncateString.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/TruncateString.cxx.o' -c ../src/util/TruncateString.cxx
[10/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/StringUtil.cxx.o' -MF 'src/util/ed6d25d@@util at sta/StringUtil.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/StringUtil.cxx.o' -c ../src/util/StringUtil.cxx
[11/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/StringCompare.cxx.o' -MF 'src/util/ed6d25d@@util at sta/StringCompare.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/StringCompare.cxx.o' -c ../src/util/StringCompare.cxx
[12/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/DivideString.cxx.o' -MF 'src/util/ed6d25d@@util at sta/DivideString.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/DivideString.cxx.o' -c ../src/util/DivideString.cxx
[13/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/WStringCompare.cxx.o' -MF 'src/util/ed6d25d@@util at sta/WStringCompare.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/WStringCompare.cxx.o' -c ../src/util/WStringCompare.cxx
[14/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/FormatString.cxx.o' -MF 'src/util/ed6d25d@@util at sta/FormatString.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/FormatString.cxx.o' -c ../src/util/FormatString.cxx
[15/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/MimeType.cxx.o' -MF 'src/util/ed6d25d@@util at sta/MimeType.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/MimeType.cxx.o' -c ../src/util/MimeType.cxx
[16/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/Tokenizer.cxx.o' -MF 'src/util/ed6d25d@@util at sta/Tokenizer.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/Tokenizer.cxx.o' -c ../src/util/Tokenizer.cxx
[17/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/SplitString.cxx.o' -MF 'src/util/ed6d25d@@util at sta/SplitString.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/SplitString.cxx.o' -c ../src/util/SplitString.cxx
[18/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/TimeParser.cxx.o' -MF 'src/util/ed6d25d@@util at sta/TimeParser.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/TimeParser.cxx.o' -c ../src/util/TimeParser.cxx
[19/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/TimeConvert.cxx.o' -MF 'src/util/ed6d25d@@util at sta/TimeConvert.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/TimeConvert.cxx.o' -c ../src/util/TimeConvert.cxx
[20/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/HugeAllocator.cxx.o' -MF 'src/util/ed6d25d@@util at sta/HugeAllocator.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/HugeAllocator.cxx.o' -c ../src/util/HugeAllocator.cxx
[21/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/TimeISO8601.cxx.o' -MF 'src/util/ed6d25d@@util at sta/TimeISO8601.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/TimeISO8601.cxx.o' -c ../src/util/TimeISO8601.cxx
[22/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/PeakBuffer.cxx.o' -MF 'src/util/ed6d25d@@util at sta/PeakBuffer.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/PeakBuffer.cxx.o' -c ../src/util/PeakBuffer.cxx
[23/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/UriUtil.cxx.o' -MF 'src/util/ed6d25d@@util at sta/UriUtil.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/UriUtil.cxx.o' -c ../src/util/UriUtil.cxx
[24/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/PrintException.cxx.o' -MF 'src/util/ed6d25d@@util at sta/PrintException.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/PrintException.cxx.o' -c ../src/util/PrintException.cxx
[25/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/LazyRandomEngine.cxx.o' -MF 'src/util/ed6d25d@@util at sta/LazyRandomEngine.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/LazyRandomEngine.cxx.o' -c ../src/util/LazyRandomEngine.cxx
[26/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/ByteReverse.cxx.o' -MF 'src/util/ed6d25d@@util at sta/ByteReverse.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/ByteReverse.cxx.o' -c ../src/util/ByteReverse.cxx
[27/812] cc -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c99 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -ffunction-sections -fdata-sections -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/bit_reverse.c.o' -MF 'src/util/ed6d25d@@util at sta/bit_reverse.c.o.d' -o 'src/util/ed6d25d@@util at sta/bit_reverse.c.o' -c ../src/util/bit_reverse.c
[28/812] cc -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c99 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -ffunction-sections -fdata-sections -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/format.c.o' -MF 'src/util/ed6d25d@@util at sta/format.c.o.d' -o 'src/util/ed6d25d@@util at sta/format.c.o' -c ../src/util/format.c
[29/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/FatalError.cxx.o' -MF 'src/system/33029a6@@system at sta/FatalError.cxx.o.d' -o 'src/system/33029a6@@system at sta/FatalError.cxx.o' -c ../src/system/FatalError.cxx
[30/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/OptionParser.cxx.o' -MF 'src/util/ed6d25d@@util at sta/OptionParser.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/OptionParser.cxx.o' -c ../src/util/OptionParser.cxx
[31/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/FileDescriptor.cxx.o' -MF 'src/system/33029a6@@system at sta/FileDescriptor.cxx.o.d' -o 'src/system/33029a6@@system at sta/FileDescriptor.cxx.o' -c ../src/system/FileDescriptor.cxx
[32/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/Clock.cxx.o' -MF 'src/system/33029a6@@system at sta/Clock.cxx.o.d' -o 'src/system/33029a6@@system at sta/Clock.cxx.o' -c ../src/system/Clock.cxx
[33/812] c++ -Isrc/util/ed6d25d@@util at sta -Isrc/util -I../src/util -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/util/ed6d25d@@util at sta/SparseBuffer.cxx.o' -MF 'src/util/ed6d25d@@util at sta/SparseBuffer.cxx.o.d' -o 'src/util/ed6d25d@@util at sta/SparseBuffer.cxx.o' -c ../src/util/SparseBuffer.cxx
[34/812] rm -f src/util/libutil.a && gcc-ar csrD src/util/libutil.a 'src/util/ed6d25d@@util at sta/Exception.cxx.o' 'src/util/ed6d25d@@util at sta/Alloc.cxx.o' 'src/util/ed6d25d@@util at sta/UTF8.cxx.o' 'src/util/ed6d25d@@util at sta/HexFormat.cxx.o' 'src/util/ed6d25d@@util at sta/MimeType.cxx.o' 'src/util/ed6d25d@@util at sta/StringView.cxx.o' 'src/util/ed6d25d@@util at sta/AllocatedString.cxx.o' 'src/util/ed6d25d@@util at sta/TruncateString.cxx.o' 'src/util/ed6d25d@@util at sta/StringStrip.cxx.o' 'src/util/ed6d25d@@util at sta/StringUtil.cxx.o' 'src/util/ed6d25d@@util at sta/StringCompare.cxx.o' 'src/util/ed6d25d@@util at sta/WStringCompare.cxx.o' 'src/util/ed6d25d@@util at sta/DivideString.cxx.o' 'src/util/ed6d25d@@util at sta/SplitString.cxx.o' 'src/util/ed6d25d@@util at sta/FormatString.cxx.o' 'src/util/ed6d25d@@util at sta/Tokenizer.cxx.o' 'src/util/ed6d25d@@util at sta/TimeParser.cxx.o' 'src/util/ed6d25d@@util at sta/TimeConvert.cxx.o' 'src/util/ed6d25d@@util at sta/TimeISO8601.cxx.o' 'src/util/ed6d25d@@util at sta/UriUtil.cxx.o' 'src/util/ed6d25d@@util at sta/LazyRandomEngine.cxx.o' 'src/util/ed6d25d@@util at sta/HugeAllocator.cxx.o' 'src/util/ed6d25d@@util at sta/PeakBuffer.cxx.o' 'src/util/ed6d25d@@util at sta/PrintException.cxx.o' 'src/util/ed6d25d@@util at sta/SparseBuffer.cxx.o' 'src/util/ed6d25d@@util at sta/OptionParser.cxx.o' 'src/util/ed6d25d@@util at sta/ByteReverse.cxx.o' 'src/util/ed6d25d@@util at sta/format.c.o' 'src/util/ed6d25d@@util at sta/bit_reverse.c.o'
[35/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/Open.cxx.o' -MF 'src/system/33029a6@@system at sta/Open.cxx.o.d' -o 'src/system/33029a6@@system at sta/Open.cxx.o' -c ../src/system/Open.cxx
[36/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/EventPipe.cxx.o' -MF 'src/system/33029a6@@system at sta/EventPipe.cxx.o.d' -o 'src/system/33029a6@@system at sta/EventPipe.cxx.o' -c ../src/system/EventPipe.cxx
[37/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/EventFD.cxx.o' -MF 'src/system/33029a6@@system at sta/EventFD.cxx.o.d' -o 'src/system/33029a6@@system at sta/EventFD.cxx.o' -c ../src/system/EventFD.cxx
[38/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/SignalFD.cxx.o' -MF 'src/system/33029a6@@system at sta/SignalFD.cxx.o.d' -o 'src/system/33029a6@@system at sta/SignalFD.cxx.o' -c ../src/system/SignalFD.cxx
[39/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/PollGroupPoll.cxx.o' -MF 'src/event/e796227@@event at sta/PollGroupPoll.cxx.o.d' -o 'src/event/e796227@@event at sta/PollGroupPoll.cxx.o' -c ../src/event/PollGroupPoll.cxx
[40/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/PollGroupWinSelect.cxx.o' -MF 'src/event/e796227@@event at sta/PollGroupWinSelect.cxx.o.d' -o 'src/event/e796227@@event at sta/PollGroupWinSelect.cxx.o' -c ../src/event/PollGroupWinSelect.cxx
[41/812] c++ -Isrc/system/33029a6@@system at sta -Isrc/system -I../src/system -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/system/33029a6@@system at sta/EpollFD.cxx.o' -MF 'src/system/33029a6@@system at sta/EpollFD.cxx.o.d' -o 'src/system/33029a6@@system at sta/EpollFD.cxx.o' -c ../src/system/EpollFD.cxx
[42/812] rm -f src/system/libsystem.a && gcc-ar csrD src/system/libsystem.a 'src/system/33029a6@@system at sta/FatalError.cxx.o' 'src/system/33029a6@@system at sta/FileDescriptor.cxx.o' 'src/system/33029a6@@system at sta/Open.cxx.o' 'src/system/33029a6@@system at sta/EventPipe.cxx.o' 'src/system/33029a6@@system at sta/Clock.cxx.o' 'src/system/33029a6@@system at sta/EventFD.cxx.o' 'src/system/33029a6@@system at sta/SignalFD.cxx.o' 'src/system/33029a6@@system at sta/EpollFD.cxx.o'
[43/812] c++ -Isrc/thread/496580e@@thread at sta -Isrc/thread -I../src/thread -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread  -MD -MQ 'src/thread/496580e@@thread at sta/Util.cxx.o' -MF 'src/thread/496580e@@thread at sta/Util.cxx.o.d' -o 'src/thread/496580e@@thread at sta/Util.cxx.o' -c ../src/thread/Util.cxx
[44/812] c++ -Isrc/thread/496580e@@thread at sta -Isrc/thread -I../src/thread -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread  -MD -MQ 'src/thread/496580e@@thread at sta/Thread.cxx.o' -MF 'src/thread/496580e@@thread at sta/Thread.cxx.o.d' -o 'src/thread/496580e@@thread at sta/Thread.cxx.o' -c ../src/thread/Thread.cxx
[45/812] rm -f src/thread/libthread.a && gcc-ar csrD src/thread/libthread.a 'src/thread/496580e@@thread at sta/Util.cxx.o' 'src/thread/496580e@@thread at sta/Thread.cxx.o'
[46/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/SignalMonitor.cxx.o' -MF 'src/event/e796227@@event at sta/SignalMonitor.cxx.o.d' -o 'src/event/e796227@@event at sta/SignalMonitor.cxx.o' -c ../src/event/SignalMonitor.cxx
[47/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/MaskMonitor.cxx.o' -MF 'src/event/e796227@@event at sta/MaskMonitor.cxx.o.d' -o 'src/event/e796227@@event at sta/MaskMonitor.cxx.o' -c ../src/event/MaskMonitor.cxx
[48/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/TimerEvent.cxx.o' -MF 'src/event/e796227@@event at sta/TimerEvent.cxx.o.d' -o 'src/event/e796227@@event at sta/TimerEvent.cxx.o' -c ../src/event/TimerEvent.cxx
[49/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/IdleMonitor.cxx.o' -MF 'src/event/e796227@@event at sta/IdleMonitor.cxx.o.d' -o 'src/event/e796227@@event at sta/IdleMonitor.cxx.o' -c ../src/event/IdleMonitor.cxx
[50/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/DeferEvent.cxx.o' -MF 'src/event/e796227@@event at sta/DeferEvent.cxx.o.d' -o 'src/event/e796227@@event at sta/DeferEvent.cxx.o' -c ../src/event/DeferEvent.cxx
[51/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/BufferedSocket.cxx.o' -MF 'src/event/e796227@@event at sta/BufferedSocket.cxx.o.d' -o 'src/event/e796227@@event at sta/BufferedSocket.cxx.o' -c ../src/event/BufferedSocket.cxx
[52/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/FullyBufferedSocket.cxx.o' -MF 'src/event/e796227@@event at sta/FullyBufferedSocket.cxx.o.d' -o 'src/event/e796227@@event at sta/FullyBufferedSocket.cxx.o' -c ../src/event/FullyBufferedSocket.cxx
[53/812] c++ -Isrc/lib/nfs/41b2ba7@@nfs at sta -Isrc/lib/nfs -I../src/lib/nfs -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/lib/nfs/41b2ba7@@nfs at sta/Glue.cxx.o' -MF 'src/lib/nfs/41b2ba7@@nfs at sta/Glue.cxx.o.d' -o 'src/lib/nfs/41b2ba7@@nfs at sta/Glue.cxx.o' -c ../src/lib/nfs/Glue.cxx
[54/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/SocketMonitor.cxx.o' -MF 'src/event/e796227@@event at sta/SocketMonitor.cxx.o.d' -o 'src/event/e796227@@event at sta/SocketMonitor.cxx.o' -c ../src/event/SocketMonitor.cxx
[55/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/ServerSocket.cxx.o' -MF 'src/event/e796227@@event at sta/ServerSocket.cxx.o.d' -o 'src/event/e796227@@event at sta/ServerSocket.cxx.o' -c ../src/event/ServerSocket.cxx
FAILED: src/event/e796227@@event at sta/ServerSocket.cxx.o 
c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/ServerSocket.cxx.o' -MF 'src/event/e796227@@event at sta/ServerSocket.cxx.o.d' -o 'src/event/e796227@@event at sta/ServerSocket.cxx.o' -c ../src/event/ServerSocket.cxx
In file included from ../src/event/ServerSocket.cxx:22:
../src/net/IPv4Address.hxx: In member function ‘constexpr IPv4Address::operator SocketAddress() const’:
../src/net/IPv4Address.hxx:171:24: error: a reinterpret_cast is not a constant expression
  171 |   return SocketAddress((const struct sockaddr *)&address,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../src/event/ServerSocket.cxx:23:
../src/net/IPv6Address.hxx: In member function ‘constexpr IPv6Address::operator SocketAddress() const’:
../src/net/IPv6Address.hxx:138:24: error: a reinterpret_cast is not a constant expression
  138 |   return SocketAddress((const struct sockaddr *)&address,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[56/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/Thread.cxx.o' -MF 'src/event/e796227@@event at sta/Thread.cxx.o.d' -o 'src/event/e796227@@event at sta/Thread.cxx.o' -c ../src/event/Thread.cxx
[57/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/Call.cxx.o' -MF 'src/event/e796227@@event at sta/Call.cxx.o.d' -o 'src/event/e796227@@event at sta/Call.cxx.o' -c ../src/event/Call.cxx
[58/812] c++ -Isrc/event/e796227@@event at sta -Isrc/event -I../src/event -Isrc -I../src -I. -I../ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -std=c++14 -Wall -Wextra -fvisibility=hidden -ffast-math -ftree-vectorize -fno-threadsafe-statics -fmerge-all-constants -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -Wno-non-virtual-dtor -Wno-noexcept-type -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -MD -MQ 'src/event/e796227@@event at sta/MultiSocketMonitor.cxx.o' -MF 'src/event/e796227@@event at sta/MultiSocketMonitor.cxx.o.d' -o 'src/event/e796227@@event at sta/MultiSocketMonitor.cxx.o' -c ../src/event/MultiSocketMonitor.cxx
ninja: build stopped: subcommand failed.
dh_auto_build: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v returned exit code 1
make: *** [debian/rules:122: build-arch] Error 1
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2



More information about the Pkg-mpd-maintainers mailing list