Your message dated Fri, 26 Aug 2016 15:51:07 +0200
with message-id <[email protected]>
and subject line Re: Bug#835518: libnetcdf11: no support for NetCDF-4 type
NC_STRING
has caused the Debian Bug report #835518,
regarding libnetcdf11: no support for NetCDF-4 type NC_STRING
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
835518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835518
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnetcdf11
Version: 1:4.4.1-1
Severity: important
Dear Maintainer,
Please include support for the netcdf 4 type NC_STRING. It seems not
to be compiled in. When using it for a variable I git an NC_BADTYPE
error. This was not the case with the previous package libnetcdfc7.
Thank you!
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages libnetcdf11 depends on:
ii libc6 2.23-4
ii libcurl3-gnutls 7.50.1-1
ii libhdf5-10 1.8.16+docs-8
ii libsz2 0.3.2-1
ii zlib1g 1:1.2.8.dfsg-2+b1
libnetcdf11 recommends no packages.
libnetcdf11 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hey Sebastiaan,
I have tried to reproduce the bug in C as I was using netcdf-c++ up to
now. It turned out to be a netcdf-c++ issue with the new netcdf. Sorry
for the bother.
Cheers,
Sven
Sebastiaan Couwenberg <[email protected]> writes:
> Control: tags -1 moreinfo
>
> Hi Sven,
>
> On 08/26/16 14:57, Sven Willner wrote:
>> Please include support for the netcdf 4 type NC_STRING. It seems not
>> to be compiled in. When using it for a variable I git an NC_BADTYPE
>> error. This was not the case with the previous package libnetcdfc7.
>
> Can you provide more information who to reproduce this issue?
>
> NetCDF 4 support is enabled in the new netcdf packages:
>
> $ grep NC_STRING /usr/include/netcdf.h
> #define NC_STRING 12 /**< string */
> #define NC_MAX_ATOMIC_TYPE NC_STRING
>
> There have been many changes since libnetcdfc7 from netcdf 4.1.3, your
> use probably needs to be adapted for netcdf 4.4.x.
>
> Kind Regards,
>
> Bas
--- End Message ---