'test-compat' and 'test-conf' fail on 10.10.4: ``` not ok 2 /compat/getauxval # assertion failed (ret != 0): (0 != 0) # in test_getauxval() at test-compat.c:79 not ok 3 /compat/secure_getenv # assertion failed (ret == 0): (5 == 0) [...] not ok 16 /conf/setuid # assertion failed (ret == 18): (33 == 18) # in test_setuid() at test-conf.c:421 ``` Build logs and system config: https://gist.github.com/dunn/bedc3b496b2987f7e8d7#file-03-make-L22
This actually is caused when running in a "non-final" location. Set the environment variable `FAKED_MODE` and it will work.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.