Bug#888925: [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

2018-02-08 Thread Gert Wollny
I'm on it 

Am Donnerstag, den 08.02.2018, 07:52 +0100 schrieb Sebastiaan
Couwenberg:
> 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.
Actually, MI2_CREATE_V1 coincides with the NC_MPIPOSIX flag, and since
MPI is not compiled in the file creation fails, luckily, one might say.



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

2018-02-07 Thread Sebastiaan Couwenberg
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



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

2018-02-07 Thread Andreas Tille
Control: tags -1 help

Hi Bas,

> libminc needs to fix their test or their usage of libnetcdf.

Could you be more verbose what exactly needs to be changed?
I admit, I have no idea about libnetcdf and Steve did not responded
to the issue yet.

Kind regards

   Andreas.

-- 
http://fam-tille.de



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

2018-01-31 Thread Bas Couwenberg

Control: reassign -1 src:libminc

Hi Adrian,

On 2018-01-31 10:06, Adrian Bunk wrote:

I don't know which of the packages is at fault here,
the change that triggered it was the new netcdf.


libminc needs to fix their test or their usage of libnetcdf.

Kind Regards,

Bas



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

2018-01-31 Thread Adrian Bunk
Source: netcdf
Version: 1:4.6.0-2
Severity: serious
Control: affects -1 src:libminc

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libminc.html

...
21/51 Test #21: minc_conversion ..***Failed0.02 sec
nccreate: filename "/tmp/minc-P1g2dy": NetCDF: Attempt to use feature that was 
not turned on when netCDF was built.
...
98% tests passed, 1 tests failed out of 51

Total Test time (real) =  65.14 sec

The following tests FAILED:
 21 - minc_conversion (Failed)
Errors while running CTest
Makefile:143: recipe for target 'test' failed
make[2]: *** [test] Error 8


I don't know which of the packages is at fault here,
the change that triggered it was the new netcdf.