Changes between Initial Version and Version 2 of Ticket #65744
- Timestamp:
- Sep 1, 2022, 2:25:00 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65744
-
Property
Summary
changed from
zeitgeist: builds failing for 10.10 and 10.11; details pending
tozeitgeist: builds failing for 10.10 and 10.11; valadoc segfaults
-
Property
Summary
changed from
-
Ticket #65744 – Description
initial v2 1 It's not immediately clear what's failing, though it looks (?) like the library isn't being generated. 1 Doc generation was recently enabled for this port. And during that phase of the build, `valadoc` segfaults on our 10.10 and 10.11 buildbots: 2 2 3 Need to test locally to gain more insight. But logs for latest 10.10 and 10.11 buildbot attempts attached. 3 {{{ 4 make[3]: *** [docs_vala] Segmentation fault: 11 5 }}} 6 7 Testing locally, the segfault doesn't occur for either macOS release. Next step is to re-install `vala` locally - forcing use of buildbot binaries - to ensure the latter aren't stale. 8 9 On a semi-related note: Docs should be requested via a new variant `docs`, enabled by default. That would also allow us to sidestep the issue, if necessary, by defaulting to disabled.