Opened 5 years ago
Closed 5 years ago
#59977 closed defect (duplicate)
medusa @2.1.1: error: function definition is not allowed here
Reported by: | TheLastLovemark | Owned by: | Gminfly |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | medusa |
Description
I tried port -vd install medusa +subversion
Attachments (1)
Change History (3)
Changed 5 years ago by TheLastLovemark
Attachment: | medusa_main.log added |
---|
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Gminfly removed |
---|---|
Owner: | set to Gminfly |
Status: | new → assigned |
Summary: | errors in telnet.c cause medusa build failure → medusa @2.1.1: error: function definition is not allowed here |
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This project's telnet.c does not appear to have anything to do with it. That just happens to be the last file it started compiling before erroring out, but there's no evidence that the compilation of that specific file ended in an error. We use parallel building in MacPorts, so depending on how many CPU cores your computer has many things can get built at the same time, and the last thing in the log is not necessarily where the problem is. We need to look at the first error in the logfile, which is:
This is a duplicate of #58983.