Bug 91602 - 2 `make check` failures for 0.23.1
Summary: 2 `make check` failures for 0.23.1
Status: NEW
Alias: None
Product: p11-glue
Classification: Unclassified
Component: p11-kit (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Mac OS X (All)
: medium normal
Assignee: Stef Walter
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 05:24 UTC by dunn.alex
Modified: 2016-09-28 23:57 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description dunn.alex 2015-08-11 05:24:49 UTC
'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
Comment 1 Nathan Toone 2016-09-28 23:57:07 UTC
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.