#65585 closed defect (fixed)
libgit2 @1.5.0: builds failing for 10.7: parameter '...' not found in function declaration
Reported by: | mascguy (Christopher Nielsen) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | lion pending | Cc: | |
Port: | libgit2 |
Description (last modified by mascguy (Christopher Nielsen))
The following is seen both on our 10.7 buildbot, as well as locally:
In file included from libgit2/work/libgit2-1.5.0/tests/headertest/headertest.c:8: In file included from libgit2/work/libgit2-1.5.0/include/git2.h:11: In file included from libgit2/work/libgit2-1.5.0/include/git2/annotated_commit.h:10: libgit2/work/libgit2-1.5.0/include/git2/common.h:477:11: error: parameter '...' not found in the function declaration [-Werror,-Wdocumentation]
Blacklisting older Clangs takes care of it. But perhaps it would be preferable to make this a warning, rather than an error...?
Attachments (1)
Change History (9)
Changed 2 years ago by mascguy (Christopher Nielsen)
Attachment: | libgit2-build-10.7-error.log added |
---|
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
Description: | modified (diff) |
---|
comment:2 Changed 2 years ago by jmroot (Joshua Root)
comment:3 Changed 2 years ago by mascguy (Christopher Nielsen)
Owner: | changed from dbevans to mascguy |
---|
comment:4 Changed 2 years ago by mascguy (Christopher Nielsen)
Among other ports, this is blocking webkit2-gtk
. So I'll fix.
comment:5 Changed 2 years ago by mascguy (Christopher Nielsen)
Keywords: | pending added |
---|
comment:6 Changed 2 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 2 years ago by Christopher Nielsen <mascguy@…>
comment:8 Changed 2 years ago by mascguy (Christopher Nielsen)
Rebuilds have been queued for 10.7, covering the vast majority of ports blocked by this over the past four weeks. That includes both direct dependents, as well as indirect dependents based on rust/cargo.
Note: See
TracTickets for help on using
tickets.
Yes, turn off use of -Werror. Changing compilers over a -Wdocumentation warning would be silly.