Closed mfeit-internet2 closed 8 months ago
The problem was caused when building in a directory shared through VirtualBox's vboxsf
file system, which doesn't allow the creation of sockets.
Used the directory provided in P_tmpdir
if present or punted and used /tmp
if not.
When building the RPM in a Docker container, the
%check
scriptlet doesmake check
. This fails because the OWAMP and TWAMP servers don't start.The cause is elusive, so for now that's been disabled if the RPM spec thinks it's running in a Docker container. Details are in the accompanying commit.
Note that Debian doesn't do this step, so it has no problems. :-)