Opened 6 months ago

Closed 6 months ago

#68829 closed defect (fixed)

ncarg @6.6.2: error: too few arguments to function call, expected 5, have 4

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: ncarg

Description

https://build.macports.org/builders/ports-12_arm64-builder/builds/112682/steps/install-port/logs/stdio

h5reader.c:42:66: error: too few arguments to function call, expected 5, have 4
    status = H5Oget_info_by_name(fid, root_name, &oi, H5P_DEFAULT);
             ~~~~~~~~~~~~~~~~~~~                                 ^
/opt/local/include/H5Opublic.h:540:15: note: 'H5Oget_info_by_name3' declared here
H5_DLL herr_t H5Oget_info_by_name3(hid_t loc_id, const char *name, H5O_info2_t *oinfo, unsigned fields,
              ^

Change History (1)

comment:1 Changed 6 months ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: assignedclosed

In ade3cb7523a1b8c4b7885520d42d644e2c90a1bb/macports-ports (master):

ncl: fix build error due to hdf5

Closes: #68829

Note: See TracTickets for help on using tickets.