[Debian-med-packaging] Bug#888925: libminc FTBFS with netcdf 1:4.6.0-2: NetCDF: Attempt to use feature that was not turned on when netCDF was built

Sebastiaan Couwenberg sebastic at xs4all.nl
Thu Feb 8 06:52:44 UTC 2018


On 02/08/2018 07:41 AM, Andreas Tille wrote:
>> libminc needs to fix their test or their usage of libnetcdf.
> 
> Could you be more verbose what exactly needs to be changed?

You can skip the test until upstream has provided a fix.

> I admit, I have no idea about libnetcdf and Steve did not responded
> to the issue yet.

libminc passed custom flags to the nccreate() via its micreate() wrapper:

 ip->fd = micreate(ip->name, NC_CLOBBER|MI2_CREATE_V1); /*Create MINC1
format*/

These flags are passed along to nccreate() which is more strict in its
what it accepts.

nccreate() is also part of the legacy V2 API of netCDF, the V3 API and
its nc_create() should be used instead.

Kind Regards,

Bas



More information about the Debian-med-packaging mailing list