Opened 11 years ago

Last modified 9 years ago

#41076 closed defect

montage: non-void function 'closefitsfile' should return a value — at Version 2

Reported by: cdeil (Christoph Deil) Owned by: robitaille@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: haspatch Cc:
Port: montage

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Montage fails to build on OS X 10.9.

Here's the full log: https://gist.github.com/cdeil/7228982

The reason is possibly #30656.

Tom, maybe you could report this to the Montage developers and ask them to fix it?

Change History (3)

comment:1 Changed 11 years ago by robitaille@…

I think we'll have more luck making a patch for this (MacPorts can apply patches) and then sending it to the developers in case they want to include it. I think they are short on time so I don't think they will be able to fix this. If we can't get it to work, I think we'll have to remove this port. I don't have time to work on a patch though, but if anyone else would like to, please do!

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: robitaille@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to robitaille@…
Summary: montage: build fails on OS X 10.9montage: non-void function 'closefitsfile' should return a value

#30656 isn't related. The bug is as it says in the logfile: "error: non-void function 'closefitsfile' should return a value". We should fix the function so that it returns a value, or is declared as void if it's not supposed to return one. This is a fairly elementary software development problem that the developers of this software should have no difficulty fixing.

Changed 11 years ago by cdeil (Christoph Deil)

Note: See TracTickets for help on using tickets.