Your message dated Fri, 27 May 2016 10:20:13 +0000
with message-id <[email protected]>
and subject line Bug#825481: fixed in exodusii 6.02.dfsg.1-7
has caused the Debian Bug report #825481,
regarding libexodusii-dev: Fortran Include file missing
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.)


-- 
825481: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825481
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libexodusii-dev
Version: 6.02.dfsg.1-6.1build1
Severity: important
Tags: patch

Dear Maintainer,

The include file for Fortran is missing in libexodusii-dev. The file is 
supposed to be named "exodusII.inc" and have the following content


                                ! -*- mode: fortran -*-
!
! Copyright 1994 Sandia Corporation. Under the terms of Contract
! DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
! retains certain rights in this software.
!
! See the COPYRIGHT file for copying and redistribution conditions.
!
!***************************************************************
!
! Name: exodusII.inc - Exodus II Application include file
!
!       Use this include file to define general Exodus II parameters
!
!*****************************************************************************
!
!       Define Exodus functions that return values
!
        integer excre,exopen,exlgmd, exinqi
        external excre, exopen, exlgmd, exinqi
!
!       Define access modes
!
        integer EXNOCL,EXCLOB,EXREAD,EXWRIT,EXWRT,EXNORM,EXLARG
        integer EXNET4, EXNOSH, EXSHAR

        integer EX_READ,EX_WRITE,EX_NOCLOBBER,EX_CLOBBER,EX_NORMAL_MODEL
        integer EX_LARGE_MODEL,EX_NETCDF4,EX_NOSHARE,EX_SHARE
        integer EX_NOCLASSIC,EX_MAPS_INT64_DB,EX_IDS_INT64_DB
        integer EX_BULK_INT64_DB,EX_ALL_INT64_DB
        integer EX_MAPS_INT64_API
        integer EX_IDS_INT64_API,EX_BULK_INT64_API,EX_ALL_INT64_API

        parameter (EXWRIT =     1)   !       EXWRIT - File open for write
        parameter (EXWRT  =     1)   !       EXWRT  - File open for write 
(alternate to EXWRIT)
        parameter (EXREAD =     2)   !       EXREAD - File open for read

        parameter (EXNOCL =     4)   !       EXNOCL - File create with no 
overwrite (no clobber), default
        parameter (EXCLOB =     8)   !       EXCLOB - File create with 
overwrite (clobber)
        parameter (EXNORM =    16)   !       EXNORM - Disable large model 
modifications
        parameter (EXLARG =    32)   !       EXLARG - Large model modifications
        parameter (EXNET4 =    64)   !       EXNET4 - use the hdf5-based 
netcdf4 output
        parameter (EXNOSH =   128)   !       EXNOSH - Do not open netcdf file 
in "share" mode
        parameter (EXSHAR =   256)   !       EXSHAR - Do open netcdf file in 
"share" mode

! Some of these are repeated from above, but use the same name as the C/C++ 
versions...

        parameter (EX_READ          =      0) !ex_open(): open file for reading 
(default)
        parameter (EX_WRITE         =      1) ! ex_open(): open existing file 
for appending.

        parameter (EX_NOCLOBBER     =      4) ! Don't overwrite existing 
database, default
        parameter (EX_CLOBBER       =      8) ! Overwrite existing database if 
it exists
        parameter (EX_NORMAL_MODEL  =     16) ! disable mods that permit 
storage of larger models
        parameter (EX_LARGE_MODEL   =     32) ! enable mods that permit storage 
of larger models
        parameter (EX_NETCDF4       =     64) ! use the hdf5-based netcdf4 
output
        parameter (EX_NOSHARE       =    128) ! Do not open netcdf file in 
"share" mode
        parameter (EX_SHARE         =    256) ! Do open netcdf file in "share" 
mode
        parameter (EX_NOCLASSIC     =    512) ! Do not force netcdf to classic 
mode in netcdf4 mode

! Need to distinguish between storage on database (DB in name) and
! passed through the API functions (API in name).

        parameter (EX_MAPS_INT64_DB =   1024) ! All maps (id, order, ...) store 
int64_t values
        parameter (EX_IDS_INT64_DB  =   2048) ! All entity ids (sets, blocks, 
maps) are int64_t values
        parameter (EX_BULK_INT64_DB =   4096) ! All integer bulk data (local 
indices, counts, maps); not ids
        parameter (EX_ALL_INT64_DB  =   1024+2048+4096) ! All of the above...

        parameter (EX_MAPS_INT64_API=   8192) ! All maps (id, order, ...) store 
int64_t values
        parameter (EX_IDS_INT64_API =  16384) ! All entity ids (sets, blocks, 
maps) are int64_t values
        parameter (EX_BULK_INT64_API=  32768) ! All integer bulk data (local 
indices, counts, maps); not ids
        parameter (EX_ALL_INT64_API =  8192+16384+32768) ! All of the above...

!
!  --INQUIRE FLAGS
      integer EXTYPE, EXVERS, EXDBVR, EXTITL, EXDIM, EXNODE
      integer  EXELEM, EXELBL, EXNODS, EXSIDS, EXQA,  EXINFO
      integer  EXTIMS, EXSSNL, EXSSEL, EXNSNL, EXNEBP, EXNNSP
      integer  EXNSSP, EXNSDF, EXSSDF, EXLBVR, EXNEMP, EXNNMP
      integer  EXNEM,  EXNNM,  EXNEDG, EXNEDB, EXNEDS, EXESL
      integer  EXESDL, EXEDBP, EXEDSP, EXNFAC, EXNFB , EXNFS
      integer  EXFSL , EXFSDL, EXFABP, EXFASP, EXNELS, EXELSL
      integer  EXELSD, EXELSP, EXNEDM, EXNFAM, EXNCF,  EXDBMXALNM
      integer  EXDBMXUSNM, EXMXRDNM

!
      parameter (EXTYPE = 1)     ! --  inquire EXODUS II file type
      parameter (EXVERS = 2)     ! --  inquire API version number
      parameter (EXDBVR = 3)     ! --  inquire database version number
      parameter (EXTITL = 4)     ! --  inquire database title
      parameter (EXDIM  = 5)     ! --  inquire number of dimensions
      parameter (EXNODE = 6)     ! --  inquire number of nodes
      parameter (EXELEM = 7)     ! --  inquire number of elements
      parameter (EXELBL = 8)     ! --  inquire number of element blocks
      parameter (EXNODS = 9)     ! --  inquire number of node sets
      parameter (EXNSNL = 10)    ! --  inquire length of node set node list
      parameter (EXSIDS = 11)    ! --  inquire number of side sets
      parameter (EXSSNL = 12)    ! --  inquire length of side set node list
      parameter (EXSSEL = 13)    ! --  inquire length of side set element list
      parameter (EXQA   = 14)    ! --  inquire number of QA records
      parameter (EXINFO = 15)    ! --  inquire number of info records
      parameter (EXTIMS = 16)    ! --  inquire number of time steps in the 
database
      parameter (EXNEBP = 17)    ! --  inquire number of element block 
properties
      parameter (EXNNSP = 18)    ! --  inquire number of node set properties
      parameter (EXNSSP = 19)    ! --  inquire number of side set properties
      parameter (EXNSDF = 20)    ! --  inquire length of node set distribution 
factor list
      parameter (EXSSDF = 21)    ! --  inquire length of side set distribution 
factor list
      parameter (EXLBVR = 22)    ! --  inquire API Lib vers number
      parameter (EXNEMP = 23)    ! --  inquire number of element map properties
      parameter (EXNNMP = 24)    ! --  inquire number of node map properties
      parameter (EXNEM  = 25)    ! --  inquire number of element maps
      parameter (EXNNM  = 26)    ! --  inquire number of node maps
      parameter (EXNEDG = 27)    ! --  inquire number of edges
      parameter (EXNEDB = 28)    ! --  inquire number of edge blocks
      parameter (EXNEDS = 29)    ! --  inquire number of edge sets
      parameter (EXESL  = 30)    ! --  inquire length of concat edge set edge 
list
      parameter (EXESDL = 31)    ! --  inquire length of concat edge set dist 
factor list
      parameter (EXEDBP = 32)    ! --  inquire number of properties stored per 
edge block
      parameter (EXEDSP = 33)    ! --  inquire number of properties stored per 
edge set
      Parameter (EXNFAC = 34)    ! --  inquire number of faces
      parameter (EXNFB  = 35)    ! --  inquire number of face blocks
      parameter (EXNFS  = 36)    ! --  inquire number of face sets
      parameter (EXFSL  = 37)    ! --  inquire length of concat face set face 
list
      parameter (EXFSDL = 38)    ! --  inquire length of concat face set dist 
factor list
      parameter (EXFABP = 39)    ! --  inquire number of properties stored per 
face block
      parameter (EXFASP = 40)    ! --  inquire number of properties stored per 
face set
      parameter (EXNELS = 41)    ! --  inquire number of element sets
      parameter (EXELSL = 42)    ! --  inquire length of concat element set 
element list
      parameter (EXELSD = 43)    ! --  inquire length of concat element set 
dist factor list
      parameter (EXELSP = 44)    ! --  inquire number of properties stored per 
elem set
      parameter (EXNEDM = 45)    ! --  inquire number of edge maps
      parameter (EXNFAM = 46)    ! --  inquire number of face maps
      parameter (EXNCF  = 47)    ! --  inquire number of coordinate frames
      parameter (EXDBMXALNM = 48)! --  inquire size of MAX_NAME_LENGTH 
dimension on database
      parameter (EXDBMXUSNM = 49)! --  inquire max size of any name existing on 
database
      parameter (EXMXRDNM = 50)  ! --  inquire user-specified max size of names 
returned; truncated if longer
!
!         Define limits
!
      integer MXSTLN, MXLNLN, MXNAME
!     MXSTLN - Maximum string length: used for store strings
      parameter (MXSTLN = 32)
!     MXLNLN - Maximum line string length
      parameter (MXLNLN = 80)
!     MXNAME - Maximum possible length of a name (due to netcdf NC_MAX_NAME)
      parameter (MXNAME = 256)
!
!     properties
!
      integer EXEBLK, EXNSET, EXSSET, EXEMAP, EXNMAP

      parameter (EXEBLK = 1)   ! EXEBLK - element block property code
      parameter (EXNSET = 2)   ! EXNSPR - node set property code
      parameter (EXSSET = 3)   ! EXSSPR - side set property code
      parameter (EXEMAP = 4)   ! EXEMAP - element map property code
      parameter (EXNMAP = 5)   ! EXNMAP - node map property code
!
!     Define options codes
!
      integer EXVRBS, EXDEBG, EXABRT

      parameter (EXVRBS = 1)   ! EXVRBS - verbose mode message flag
      parameter (EXDEBG = 2)   ! EXDEBG - debug mode message flag
      parameter (EXABRT = 4)   ! EXABRT - abort mode flag
!
!     Define coordinate frames
!
      integer EXCFREC, EXCFCYL, EXCFSPH
      parameter (EXCFREC = 1)     ! Rectangular
      parameter (EXCFCYL = 2)     ! Cylindrical
      parameter (EXCFSPH = 3)     ! Spherical

!
!     Define error return codes
!
      integer EXFATL, EXOK, EXWARN

      parameter (EXFATL = -1)  ! EXFATL - fatal error flag def
      parameter (EXOK = 0)     ! EXOK - no err (success) flag def
      parameter (EXWARN = 1)   ! EXWARN - warning flag def
!
!     Define error return codes and flags
!
      integer EXMEMF, EXBFMD, EXBFID, EXBTID, EXBPRM, EXNULL
      integer EXPMSG, EXLMSG

      parameter (EXMEMF =  1000)   ! EXMEMF - memory allocation failure flag def
      parameter (EXBFMD =  1001)   ! EXBFMD - wrong file mode
      parameter (EXBFID =  1002)   ! EXBFID - bad file id def
      parameter (EXBTID =  1004)   ! EXBTID - id table lookup failed
      parameter (EXBPRM =  1005)   ! EXBPRM - bad parameter passed
      parameter (EXNULL = -1006)   ! EXNULL - null entity found
      parameter (EXPMSG = -1000)   ! EXPMSG - message print code - no error 
implied
      parameter (EXLMSG = -1001)   ! EXLMSG - print last error message msg code


I got this file by manually compiling ExodusII.

The definitions in the file above make it much easier to  call the functions in 
libexoIIv2for.a -- which is already in the libexodusii-dev package.

Best regards
Christian Felter


-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-22-generic (SMP w/48 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libexodusii-dev depends on:
ii  libexodusii5   6.02.dfsg.1-6.1build1
ii  libnemesis3    6.02.dfsg.1-6.1build1
ii  libnetcdf-dev  1:4.4.0-2

libexodusii-dev recommends no packages.

libexodusii-dev suggests no packages.

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:en",
        LC_ALL = (unset),
        LANG = "da_DK.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

--- End Message ---
--- Begin Message ---
Source: exodusii
Source-Version: 6.02.dfsg.1-7

We believe that the bug you reported is fixed in the latest version of
exodusii, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <[email protected]> (supplier of updated exodusii 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 27 May 2016 10:33:05 +0100
Source: exodusii
Binary: libexodusii5 libnemesis3 libexodusii-dev
Architecture: source amd64
Version: 6.02.dfsg.1-7
Distribution: sid
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Description:
 libexodusii-dev - exodusII datamodel for finite element analysis
 libexodusii5 - exodusII datamodel for finite element analysis
 libnemesis3 - Parallel extension to the EXODUSII datamodel
Closes: 825481
Changes:
 exodusii (6.02.dfsg.1-7) unstable; urgency=medium
 .
   * Standards-Version: 3.9.8. No changes required
   * include exodusII.inc header file; Closes: #825481
Checksums-Sha1:
 cfa8093fa8548dae993adcd480262457bd3aa752 2033 exodusii_6.02.dfsg.1-7.dsc
 a81908bdea1b028c75e7723a7dab5410daf3ed81 4732 
exodusii_6.02.dfsg.1-7.debian.tar.xz
 5d7cfbcdd94adba9ad9a120b8bf31a4a81d394b8 173762 
libexodusii-dev_6.02.dfsg.1-7_amd64.deb
 90e3704098ec0a24909e155cc750f9036037fd3d 386282 
libexodusii5-dbgsym_6.02.dfsg.1-7_amd64.deb
 6bb5393a9568de8e9ac9b2a8494688e8f21e40a8 125526 
libexodusii5_6.02.dfsg.1-7_amd64.deb
 e448e3c9e43c8916d1539c644b5f576cf4370b72 9974 
libnemesis3-dbgsym_6.02.dfsg.1-7_amd64.deb
 4e27ede4a4bd623a6b8bcf9633fe8d2ebdc3a522 7950 
libnemesis3_6.02.dfsg.1-7_amd64.deb
Checksums-Sha256:
 73f8e2cc29212c0db7064ffe45525eb634d665da6ac47333c653949e8e454c1c 2033 
exodusii_6.02.dfsg.1-7.dsc
 49a05f83e33659cf2dc8c1a4971d252cb1739a68a89e20eb3eff02290deff883 4732 
exodusii_6.02.dfsg.1-7.debian.tar.xz
 074f30b44b54e50b0920eed21df69c0e2364b8122e01beb84a5369b3bdd1457f 173762 
libexodusii-dev_6.02.dfsg.1-7_amd64.deb
 501fde0840e9d5fcf809ab082032f4f85e21540a99275f03e98741cf7dfdbd96 386282 
libexodusii5-dbgsym_6.02.dfsg.1-7_amd64.deb
 0aabf1f149d86b21a82b8f5a12d580b555c57ce5c2cfc9fa2d0a6d4aa4373c07 125526 
libexodusii5_6.02.dfsg.1-7_amd64.deb
 29dc8650a367c42b15fdd4a21853c791f8647e39bb10cd060d3a7a8ccb6948bb 9974 
libnemesis3-dbgsym_6.02.dfsg.1-7_amd64.deb
 74517fe90df48a0a274b5de4d6e62014807d38ef4e5c7eaa14639d8c1215e40d 7950 
libnemesis3_6.02.dfsg.1-7_amd64.deb
Files:
 3315693bf2beb9e92ef62b025dbc3139 2033 science optional 
exodusii_6.02.dfsg.1-7.dsc
 72e438913c1c85102f090a6948687ad7 4732 science optional 
exodusii_6.02.dfsg.1-7.debian.tar.xz
 7f297a30d983b99b58659545d03471a9 173762 libdevel optional 
libexodusii-dev_6.02.dfsg.1-7_amd64.deb
 414a80d08c2789a7fc2c01d0a0e763a3 386282 debug extra 
libexodusii5-dbgsym_6.02.dfsg.1-7_amd64.deb
 13e2389a6abef0e64b56e65d4166d64e 125526 libs optional 
libexodusii5_6.02.dfsg.1-7_amd64.deb
 71bced6b5dd80bdabca5cc80b0e8dc5f 9974 debug extra 
libnemesis3-dbgsym_6.02.dfsg.1-7_amd64.deb
 552b81b40c416daeb0395abc098ec84a 7950 libs optional 
libnemesis3_6.02.dfsg.1-7_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXSBVwAAoJEMvmu05dmtOlLpEP/As++BVHhu4fkrNuC2ObhGB9
ddf9neuj5Kyl48hX4V8DdX9dicwRtuov17WT5bWMu9G5wxRuBIsgtrLvHZUGo+2f
KOtwJfhEEku1PCNfmXDbzHQJnNiLK/xkWfITAAi3PJkxsa6KEW2d/HeHimgpn/SP
uq3KO/79Ca4msx6JGxZl0w1iKq+SjyDAwXBiXKRgT02ZGWqYDgaeNg66cn/b/5f8
4fk7+S8Fv4X6qgMmgtsxlOSeo8yDG9XwRHQ8y06vy+dQqdMbfKpYyuFDg/RxpGro
iVv0ePtSEVu6kSKm4FJXjNqHQWDKmcSbbdiUT5LIYGEfOYFp1wv8b41a8AQcbCBo
Xmg4G+tozXOlXt9Dig8jLCXCTNIAJ+TwElH98t9qMbpcFzRfWpPwc8JS+YvQwkaQ
817aV96lbUZ0HT2vOb5ufW52fHTvpM9lQ9F84SBC4WGDo0fiTFZsvjJUlIso8cc0
WpNOdOVyKmh3PeoV6oiWx8cCqXRRUN2iAOeVqRZUtgfTZr2bELYMYthbex9VqldG
iFfsMD51WQjug7n9p7hyg8Pq9WsEvNcGLFRcdBVee21dbdSEDNYO6vs9zmOMDfIO
UYo3Fh91Ix/C1i01mr18PA6MGCiQbuL243LintHu0w7dwx1FwZCIxijMi650mxPA
SkmdAWvqSgrZYZcVw1mp
=eQ1o
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to