Your message dated Tue, 09 Apr 2024 15:06:59 +0000
with message-id <e1rud3r-000qp6...@fasolo.debian.org>
and subject line Bug#1066408: fixed in ncl 6.6.2.dfsg.1-6
has caused the Debian Bug report #1066408,
regarding ncl: FTBFS: ld: cannot find -lncarg_c: No such file or directory
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 ow...@bugs.debian.org
immediately.)


-- 
1066408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066408
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ncl
Version: 6.6.2.dfsg.1-4.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/common/src/graphcap'
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check     -c 
> capchg.f
> capchg.f:710:72:
> 
>   710 |   10  DFLNAM(II:II) = ' '
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: DO termination statement which is not 
> END DO or CONTINUE with label 10 at (1)
> capchg.f:773:72:
> 
>   773 |  60   DFLNAM(II:II) = ' '
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: DO termination statement which is not 
> END DO or CONTINUE with label 60 at (1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> binput.o binput.f
> binput.f:316:15:
> 
>   315 |       DO 1111 II = 1,DUMSIZ
>       |                                                                       
>  2
>   316 |         DUMSPC(II) = 0
>       |               1
> Warning: Array reference at (1) out of bounds (327 > 326) in loop beginning 
> at (2)
> binput.f:246:32:
> 
>   226 |       CALL BINWRI(UNIT, LENDEV, DGISTR, IOS, STATUS)
>       |                                2
> ......
>   246 |       CALL BINWRI(UNIT, LENLIN, PLAVBL, IOS, STATUS)
>       |                                1
> Warning: Type mismatch between actual argument at (1) and actual argument at 
> (2) (LOGICAL(4)/INTEGER(4)).
> binput.f:298:32:
> 
>   226 |       CALL BINWRI(UNIT, LENDEV, DGISTR, IOS, STATUS)
>       |                                2
> ......
>   298 |       CALL BINWRI(UNIT, LENBND, PLBTEC, IOS, STATUS)
>       |                                1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (rank-1 and scalar)
> binput.f:316:72:
> 
>   316 |         DUMSPC(II) = 0
>       |                                                                       
>  ^
> Warning: iteration 326 invokes undefined behavior 
> [-Waggressive-loop-optimizations]
> binput.f:315:18:
> 
>   315 |       DO 1111 II = 1,DUMSIZ
>       |                  ^
> note: within this loop
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> bndcls.o bndcls.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check     -c 
> capast.f
> capast.f:96:16:
> 
>    96 |      4 'Z','[','\\',']','^','_','`','a','b','c','d','e','f','g','h',
>       |                1
> Warning: Initialization string at (1) was truncated to fit the variable (1/2)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> capdat.o capdat.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> cappar.o cappar.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> dascls.o dascls.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> devcls.o devcls.f
> devcls.f:157:72:
> 
>   157 |                 DO 10 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
> devcls.f:190:72:
> 
>   190 |                         DO 20 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 20 at (1)
> devcls.f:153:19:
> 
>   145 |         CALL GTINT(DCDLLX, 1, DUMMY, IOS, STATUS)
>       |                   2
> ......
>   153 |         CALL GTINT(HOLDER, DCFTMX*4, DUMMY, IOS, STATUS)
>       |                   1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (scalar and rank-1)
> devcls.f:186:27:
> 
>   145 |         CALL GTINT(DCDLLX, 1, DUMMY, IOS, STATUS)
>       |                   2        
> ......
>   186 |                 CALL GTINT(HOLDER, LVCFMX*4, DUMMY, IOS, STATUS)
>       |                           1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (scalar and rank-1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> devcol.o devcol.f
> devcol.f:117:72:
> 
>   117 |                         DO 10 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> devmap.o devmap.f
> devmap.f:135:72:
> 
>   135 |                         DO 10 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
> devmap.f:131:27:
> 
>   115 |                 CALL GTINT(IDXMAX, 1, DUMMY, IOS, STATUS)
>       |                           2
> ......
>   131 |                 CALL GTINT(HOLDER, DMPMAX*4, DUMMY, IOS, STATUS)
>       |                           1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (scalar and rank-1)
> devmap.f:151:27:
> 
>   115 |                 CALL GTINT(IDXMAX, 1, DUMMY, IOS, STATUS)
>       |                           2
> ......
>   151 |                 CALL GTINT(COLINT, MAPMAX*3, DUMMY, IOS, STATUS)
>       |                           1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (scalar and rank-1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> fndchr.o fndchr.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> grinit.o grinit.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> gtflt.o gtflt.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> gtint.o gtint.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> gtlog.o gtlog.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> gtstr.o gtstr.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> intcnv.o intcnv.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> lincls.o lincls.f
> lincls.f:147:72:
> 
>   147 |                         DO 20 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 20 at (1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> marcls.o marcls.f
> marcls.f:95:72:
> 
>    95 |                         DO 10 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
> marcls.f:107:27:
> 
>    91 |                 CALL GTINT(HOLDER, MVCFMX*4, DUMMY, IOS, STATUS)
>       |                           2
> ......
>   107 |                 CALL GTINT(MDOTSZ, 1, DUMMY, IOS, STATUS)
>       |                           1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (rank-1 and scalar)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> mtchit.o mtchit.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> plgcls.o plgcls.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> rascls.o rascls.f
> rascls.f:113:72:
> 
>   113 |                 DO 10 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
> rascls.f:137:72:
> 
>   137 |                         DO 20 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 20 at (1)
> rascls.f:109:19:
> 
>    93 |         CALL GTINT(SCNLLX, 1, DUMMY, IOS, STATUS)
>       |                   2
> ......
>   109 |         CALL GTINT(HOLDER, SFMMAX*4, DUMMY, IOS, STATUS)
>       |                   1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (scalar and rank-1)
> rascls.f:133:27:
> 
>    93 |         CALL GTINT(SCNLLX, 1, DUMMY, IOS, STATUS)
>       |                   2        
> ......
>   133 |                 CALL GTINT(HOLDER, SCVFMX*4, DUMMY, IOS, STATUS)
>       |                           1
> Warning: Rank mismatch between actual argument at (1) and actual argument at 
> (2) (scalar and rank-1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> rdline.o rdline.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> skpblk.o skpblk.f
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check      -c -o 
> txtcls.o txtcls.f
> txtcls.f:94:72:
> 
>    94 |                         DO 10 JJ = 1,4
>       |                                                                       
>  1
> Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
> f77 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -fcf-protection  -fallow-invalid-boz 
> -fallow-argument-mismatch  -fno-second-underscore -fno-range-check   
> -Wl,-z,muldefs -Wl,-z,muldefs  -o graphc capchg.o binput.o bndcls.o capast.o 
> capdat.o cappar.o dascls.o    devcls.o devcol.o devmap.o fndchr.o grinit.o 
> gtflt.o gtint.o    gtlog.o gtstr.o intcnv.o lincls.o marcls.o mtchit.o 
> plgcls.o    rascls.o rdline.o skpblk.o txtcls.o 
> -L../../.././common/src/libncarg_c -lncarg_c 
> -L/<<PKGBUILDDIR>>/debian/tmp//lib    -lgfortran 
> /usr/bin/ld: cannot find -lncarg_c: No such file or directory
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ncl_6.6.2.dfsg.1-4.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ncl
Source-Version: 6.6.2.dfsg.1-6
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ncl, 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 1066...@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 ncl 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)


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

Format: 1.8
Date: Tue, 09 Apr 2024 15:17:32 +0100
Source: ncl
Architecture: source
Version: 6.6.2.dfsg.1-6
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1066408
Changes:
 ncl (6.6.2.dfsg.1-6) unstable; urgency=medium
 .
   * hdf4.3.0 patch was not applied; redo. Closes: #1066408
Checksums-Sha1:
 580e3b207f144b0c2737ded5d171b12ae454f1e3 2792 ncl_6.6.2.dfsg.1-6.dsc
 acee58c413b83c9af347137ca0836cb2c06b7c3c 242704 
ncl_6.6.2.dfsg.1-6.debian.tar.xz
Checksums-Sha256:
 40c309dbd4fdee869115685cc4d7a2e8bee3bed02e43cf785a2c846ec8cd2c88 2792 
ncl_6.6.2.dfsg.1-6.dsc
 503fc874d10325b46cef15ff7e4dd716aca143cc61fd8430b3273e322fea12bd 242704 
ncl_6.6.2.dfsg.1-6.debian.tar.xz
Files:
 40e26486fbe0b502e301ea96697c60e1 2792 science optional ncl_6.6.2.dfsg.1-6.dsc
 4654172f192a5eda4fb4f593e5aafcd6 242704 science optional 
ncl_6.6.2.dfsg.1-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmYVVfsACgkQy+a7Tl2a
06Ulfg/9E41PFcuyWc41R2JTFkq3R0Q5YfT/BIncS0IsbNELhNxI+8FX/8uAUNoY
Opqf1ShpEP6oBYCBISBguDPobI4qeFqjemybnLiMPSFX4+H4i1LSc4n0PdiKXF3w
WNqqQXBYijv/tmC079AGhveSb4DKz08Lvj52hxoXIMsmz3KqHCob/XSybu3cxtjp
izAv2pdKFXjE2BYNYhZW8cj+OEHM9lxYJT2EA+o6JMLN+tFiN+rWS3zhWmSBlRJ8
WmDxqJ2nUtGKHFmSzJr88vygDIjvTpReku8SialK4XEjNZKgr+FooHaO13qyt4KY
pIF1H8Wg/sqV/RXHbkegwPb3rdMzznzRm16dtCP5EZyDOdL2AjWqL08C2T2+/pWK
+XJ8DoZxzjHXxKEe8do8Iy7QqQHGfgRK04fg+SNx0NU9AjcnTiQZzxjjTfsx0kMG
NdWPGzzD7tk6dnrQA5B1wtNs61MC74W9qjAPaXp4kttE3vN9b2OH/UakKFE3JzDe
3dfPu088b2f9+dLphtzS72oApJPUi2Od/n135LVXJhBjgoG3ckU+POSV0Jcsf0P/
1iew+QJ3oSn0/Csyrrfgj0CAtSVglYgDwJZjR+XmBuxSmBWMM31dNWQncpCyWuHi
HMGcFnzI46k/PC1hUvPTSOOAovBPi7BiEF9vBDK9bD4l5y5BrY8=
=MUYv
-----END PGP SIGNATURE-----

Attachment: pgpjeXWxpD9cw.pgp
Description: PGP signature


--- End Message ---

Reply via email to