Opened 4 years ago
Closed 4 years ago
#61632 closed defect (fixed)
mpack @1.6: error: multiple implicit declarations are invalid in C99
Reported by: | arrigo (Arrigo) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | bigsur catalina | Cc: | |
Port: | mpack |
Description
The mpack
port fails to build under macOS 11.0.1 with various errors, mostly relating to missing declarations. Log is too large to add here so am enclosing as an attachment.
Similarly to the the torsocks build failure, ticket 61631, it appears that in macOS 11.0.1 the compiler is using strict C99 syntax checks so all implicit declarations are now errors.
Attachments (1)
Change History (5)
Changed 4 years ago by arrigo (Arrigo)
Attachment: | mpack_build_fail.log added |
---|
comment:1 Changed 4 years ago by arrigo (Arrigo)
Summary: | mpack: build fails under macOS 11.0.1 → mpack: error: multiple implicit declarations are invalid in C99 |
---|
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | bigsur catalina added |
---|---|
Summary: | mpack: error: multiple implicit declarations are invalid in C99 → mpack @1.6: error: multiple implicit declarations are invalid in C99 |
This is a well-known problem when using Xcode 12 or later.
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Status: | new → accepted |
Debian has a patch for this.
comment:4 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Build log for mpack