Opened 4 years ago

Closed 7 months ago

#60321 closed defect (fixed)

minc @1.5.1: error: non-void function 'ftovaxf' should return a value

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nilason (Nicklas Larsson)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: minc

Description

minc does not build:

conversion/minctoecat/machine_indep.c:104:22: error: non-void function 'ftovaxf' should return a value [-Wreturn-type]
        if (test.t4 == 0.0) return;
                            ^

Maybe a newer version has fixed this problem.

Change History (2)

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Owner: mhough@… deleted

See #60324.

comment:2 Changed 7 months ago by nilason (Nicklas Larsson)

Owner: set to nilason
Resolution: fixed
Status: assignedclosed

In e52b0344d544627056e4ec9b0a0faa42599d277a/macports-ports (master):

minc, libminc: replace minc with libminc

Upstreams, minc was split into libminc and minc-tools. This makes the
broken port 'minc' obsolete with the new port 'libminc' (version 2.4.05)
as a replacement.

The upstreams tool package minc-tools, apparently unmaintained with its
last modification dated in 2015, doesn't build because of missing header
files (among other reasons) and is therefore omitted from this change.

Closes: #28749
Closes: #60321

Note: See TracTickets for help on using tickets.