reopen 755167
thanks

Alastair McKinstry a écrit , Le 25/07/2014 09:18:
> Source: cmor
> Source-Version: 2.9.1-4
> 
> We believe that the bug you reported is fixed in the latest version of
> cmor, which is due to be installed in the Debian FTP archive.
> 
> A summary of the changes between this version and the previous one is
> attached.
> 
> Thank you for reporting the bug, which will now be closed.  If you
> have further comments please address them to 755...@bugs.debian.org,
> and the maintainer will reopen the bug report if appropriate.
> 
> Debian distribution maintenance software
> pp.
> Alastair McKinstry <mckins...@debian.org> (supplier of updated cmor package)
> 
> (This message was generated automatically at their request; if you
> believe that there is a problem with it please contact the archive
> administrators by mailing ftpmas...@ftp-master.debian.org)
> 
> 
> Format: 1.8
> Date: Thu, 24 Jul 2014 19:05:11 +0100
> Source: cmor
> Binary: libcmor2 libcmor-dev python-cmor
> Architecture: source amd64
> Version: 2.9.1-4
> Distribution: unstable
> Urgency: medium
> Maintainer: Alastair McKinstry <mckins...@debian.org>
> Changed-By: Alastair McKinstry <mckins...@debian.org>
> Description:
>  libcmor-dev - Development files for Climate Model Output Rewriter
>  libcmor2   - Climate Model Output Rewriter library
>  python-cmor - Python interface to CMOR
> Closes: 754640 755167
> Changes:
>  cmor (2.9.1-4) unstable; urgency=medium
>  .
>    * Make additional flags  and pkgs a requirement for ppc64el only.
>      Closes: #755167, #754640.
[snip]

I not sure that this change is correct. If I read correctly this
part of debian/rules:

ifeq ($(BUILD_ARCH_CPU), ppc64el)
        NCLDFLAGS:="-lhdf5 -lm -lcurl $(NETCDF_LIBS) -lz -lidn -lrtmp -lgcrypt \
                 -lgnutls -lgssapi_krb5 -llber -lldap_r -lgpg-error -ltasn1 
-lp11-kit \
                 -lk5crypto -lkrb5support -lsasl2 -lkeyutils -lsqlite3"
endif

%:
        dh $@ --with python2

override_dh_auto_configure:
        autoreconf -fiv
        ln -sf  /usr/share/misc/config.sub
        dh_auto_configure -- --disable-color --enable-verbose-test  --with-uuid 
--without-python \
                UUIDLDFLAGS="-lossp-uuid" UUIDFLAGS="-I/usr/include/ossp" 
SZLIBFLAGS=nosz \
                EXTRA_NCLDFLAGS="$(EXTRA_NCLDFLAGS)" \
                CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"

then:
* why is NCLDFLAGS set for arch ppc64el only?
* I think the line "EXTRA_NCLDFLAGS="$(EXTRA_NCLDFLAGS)"
  should read "EXTRA_NCLDFLAGS="$(NCLDFLAGS)", or the NCLDFLAGS variable
  define above is useless.

Thanks in advance,

_g.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to