Sorry if my English is not ideal ;)
]]>BTW, seems this requires some cleanups :)
]]>Building the pit_server
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt pit_server.c -o pit_server.o
cc -O3 -Wl,-O1,--sort-common,--as-needed,-z,relro,now iozone_linux-AMD64.o libbif.o libasync.o \
-lrt -lpthread -o iozone
/usr/bin/ld: cannot find now: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [makefile:225: linux-AMD64] Error 1
==> ERROR: A failure occurred in build().
Aborting...
it was my mistake: I did not merge the 2nd '-z' for LDFLAGS in makepkg.conf after the update to 5.0.2-2.
Sorry.
]]>Additionally, mvdsv fails on x86_64 builds (see this issue). I can confirm that once the instructions in the issue are followed and mvdsv is installed to /opt/quake everything functions as it should.
]]>