Changes between Initial Version and Version 2 of Ticket #65744


Ignore:
Timestamp:
Sep 1, 2022, 2:25:00 AM (20 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Replying to jmroot:

make[3]: *** [docs_vala] Segmentation fault: 11

Probably relevant?

Yep, that clears things up!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65744

    • Property Summary changed from zeitgeist: builds failing for 10.10 and 10.11; details pending to zeitgeist: builds failing for 10.10 and 10.11; valadoc segfaults
  • Ticket #65744 – Description

    initial v2  
    1 It's not immediately clear what's failing, though it looks (?) like the library isn't being generated.
     1Doc generation was recently enabled for this port. And during that phase of the build, `valadoc` segfaults on our 10.10 and 10.11 buildbots:
    22
    3 Need to test locally to gain more insight. But logs for latest 10.10 and 10.11 buildbot attempts attached.
     3{{{
     4make[3]: *** [docs_vala] Segmentation fault: 11
     5}}}
     6
     7Testing 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
     9On 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.