Opened 2 years ago
Closed 2 years ago
#65744 closed defect (worksforme)
zeitgeist: builds failing for 10.10 and 10.11; valadoc segfaults
Reported by: | mascguy (Christopher Nielsen) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | zeitgeist |
Description (last modified by mascguy (Christopher Nielsen))
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:
make[3]: *** [docs_vala] Segmentation fault: 11
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.
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.
Attachments (2)
Change History (6)
Changed 2 years ago by mascguy (Christopher Nielsen)
Attachment: | zeitgeist-build-10.10.log added |
---|
Changed 2 years ago by mascguy (Christopher Nielsen)
Attachment: | zeitgeist-build-10.11.log added |
---|
comment:1 follow-up: 2 Changed 2 years ago by jmroot (Joshua Root)
comment:2 Changed 2 years ago by mascguy (Christopher Nielsen)
Description: | modified (diff) |
---|---|
Summary: | zeitgeist: builds failing for 10.10 and 10.11; details pending → zeitgeist: builds failing for 10.10 and 10.11; valadoc segfaults |
Replying to jmroot:
make[3]: *** [docs_vala] Segmentation fault: 11Probably relevant?
Yep, that clears things up!
comment:3 follow-up: 4 Changed 2 years ago by Christopher Nielsen <mascguy@…>
comment:4 Changed 2 years ago by mascguy (Christopher Nielsen)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Replying to Christopher Nielsen <mascguy@…>:
In 542f02b9a77c38085f407a5d5adf0d8d974ea2d7/macports-ports (master):
When rebuilding for this change, no segfaults occurred anywhere. So hopefully this was just a one-time fluke.
I also verified the buildbot binaries for vala
, both 10.10 and 10.11, via local builds of zeitgeist
. And everything looks good.
Probably relevant?