Your message dated Sat, 30 May 2026 15:38:11 +0000
with message-id <[email protected]>
and subject line Bug#1135397: fixed in flextra 5.0-19
has caused the Debian Bug report #1135397,
regarding flextra: FTBFS: cannot find -leccodes_f90: 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 [email protected]
immediately.)


-- 
1135397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135397
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:flextra
Version: 5.0-18
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:flextra, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o flextra.ecmwf flextra.gfs
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -f makefile.ecmwf LDFLAGS="-Wl,-z,relro -L 
/usr/lib/x86_64-linux-gnu/fortran/gnu " 
FCFLAGS="-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16" FC=gfortran-15
make[2]: Entering directory '/<<PKGBUILDDIR>>'

[... snipped ...]

Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
levinterpol.f:123:72:

  123 |         do 10 n=1,1        ! this loop and dimension is necessary to be 
in
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o utransform.o 
utransform.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
levlininterpol.o levlininterpol.f
levlininterpol.f:91:72:

   91 |      +      + ddx* ddy*yy(ixp,jyp,level,indexfh)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o vtransform.o 
vtransform.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o lininterpol.o 
lininterpol.f
lininterpol.f:112:72:

  112 |      +        + ddx* ddy*yy(ixp,jyp,indzh,indexfh)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 20 at (1)
lininterpol.f:120:72:

  120 | 10      yh(m)=(dz2*y(1)+dz1*y(2))/(dz1+dz2)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o wtransform.o 
wtransform.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o numerical.o 
numerical.f
numerical.f:13:72:

   13 |         DO 11 N=1,LD2
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 11 at (1)
numerical.f:15:72:

   15 |           DO 11 I=4,1,-1
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 11 at (1)
numerical.f:17:72:

   17 |      +      C(I,2,M,N))*U+C(I,1,M,N)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 11 at (1)
numerical.f:40:72:

   40 |         DO 15 N=1,LD2
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 15 at (1)
numerical.f:45:72:

   45 | 11          X(I+12)=Y12(I,M,N)*D1D2
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 11 at (1)
numerical.f:49:72:

   49 | 12            XX=XX+WT(I,K)*X(K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 12 at (1)
numerical.f:50:72:

   50 | 13          CL(I)=XX
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 13 at (1)
numerical.f:52:72:

   52 |           DO 15 I=1,4
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 15 at (1)
numerical.f:53:72:

   53 |             DO 15 J=1,4
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 15 at (1)
numerical.f:55:72:

   55 | 15            C(I,J,M,N)=CL(L)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 15 at (1)
numerical.f:73:72:

   73 |         DO 11 MM=1,LD
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 11 at (1)
numerical.f:75:72:

   75 | 11      D(MM,I)=YA(MM,I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 11 at (1)
numerical.f:81:72:

   81 |       DO 13 M=1,N-1
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 13 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o zztrafo.o 
zztrafo.f
zztrafo.f:80:72:

   80 | 40      zzlev1=zzlev1+r_air/ga*log(pp1/pp2)*tv
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 40 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o cmapf1.0.o 
cmapf1.0.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
gridcheck_nests.o gridcheck_nests.f
gridcheck_nests.f:261:72:

  261 | 21            oron(i,j,l)=zsec4(nxn(l)*(nyn(l)-j-1)+i+1)/ga
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 21 at (1)
gridcheck_nests.f:357:72:

  357 | 40        wheightn(nwzn-i+1)=akmn(nwzn-i+1)/p0+bkmn(nwzn-i+1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 40 at (1)
gridcheck_nests.f:366:72:

  366 | 45        bkzn(i)=0.5*(bkmn(i+1)+bkmn(i))
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 45 at (1)
gridcheck_nests.f:378:72:

  378 | 55          uvheightn(i)=zdirect*uvheightn(i)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 55 at (1)
gridcheck_nests.f:380:72:

  380 | 65          wheightn(i)=zdirect*wheightn(i)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 65 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
readwind_nests.o readwind_nests.f
readwind_nests.f:235:72:

  235 |             do 20 i=0,nxn(l)-1
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 20 at (1)
readwind_nests.f:277:72:

  277 |             do 60 i=0,nxn(l)-1
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 60 at (1)
readwind_nests.f:278:72:

  278 | 60            wwn(i,j,nlev_ec+1,n,l)=0.
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 60 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
lininterpol_nests.o lininterpol_nests.f
lininterpol_nests.f:115:72:

  115 |      +        + ddx* ddy*yy(ixp,jyp,indzh,indexfh,ngrid)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 20 at (1)
lininterpol_nests.f:123:72:

  123 | 10      yh(m)=(dz2*y(1)+dz1*y(2))/(dz1+dz2)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
levlininterpol_nests.o levlininterpol_nests.f
levlininterpol_nests.f:92:72:

   92 |      +      + ddx* ddy*yy(ixp,jyp,level,indexh,ngrid)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
orolininterpol_nests.o orolininterpol_nests.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
interpol_nests.o interpol_nests.f
interpol_nests.f:152:72:

  152 |         do 10 m=1,2
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
interpol_nests.f:154:72:

  154 |           do 10 n=1,3
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
interpol_nests.f:259:72:

  259 | 20      zz(n)=height(indz+n-1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 20 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
levinterpol_nests.o levinterpol_nests.f
levinterpol_nests.f:123:72:

  123 |         do 10 m=1,2
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
levinterpol_nests.f:124:72:

  124 |         do 10 n=1,1        ! this loop and dimension is necessary to be 
in
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o skplin.o 
skplin.f
skplin.f:23:72:

   23 | 10      read(iunit,*)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not 
END DO or CONTINUE with label 10 at (1)
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o readcet.o 
readcet.f
readcet.f:142:72:

  142 |         do 10 yj=yhelpleft,yhelpright,deltay
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
readcet.f:143:72:

  143 |           do 10 zk=zhelplower,zhelpupper,deltaz
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
readcet.f:143:16:

  143 |           do 10 zk=zhelplower,zhelpupper,deltaz
      |                1~~
Warning: Deleted feature: Loop variable at (1) must be integer
readcet.f:143:19:

  143 |           do 10 zk=zhelplower,zhelpupper,deltaz
      |                   1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
readcet.f:143:30:

  143 |           do 10 zk=zhelplower,zhelpupper,deltaz
      |                              1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
readcet.f:143:41:

  143 |           do 10 zk=zhelplower,zhelpupper,deltaz
      |                                         1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
readcet.f:142:14:

  142 |         do 10 yj=yhelpleft,yhelpright,deltay
      |              1~~
Warning: Deleted feature: Loop variable at (1) must be integer
readcet.f:142:17:

  142 |         do 10 yj=yhelpleft,yhelpright,deltay
      |                 1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
readcet.f:142:27:

  142 |         do 10 yj=yhelpleft,yhelpright,deltay
      |                           1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
readcet.f:142:38:

  142 |         do 10 yj=yhelpleft,yhelpright,deltay
      |                                      1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
readcet.f:141:12:

  141 |       do 10 xi=xhelpleft,xhelpright,deltax
      |            1~~
Warning: Deleted feature: Loop variable at (1) must be integer
readcet.f:141:15:

  141 |       do 10 xi=xhelpleft,xhelpright,deltax
      |               1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
readcet.f:141:25:

  141 |       do 10 xi=xhelpleft,xhelpright,deltax
      |                         1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
readcet.f:141:36:

  141 |       do 10 xi=xhelpleft,xhelpright,deltax
      |                                    1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
opencetoutput.o opencetoutput.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
openflightoutput.o openflightoutput.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o readflight.o 
readflight.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o calcpv.o 
calcpv.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o getmet.o 
getmet.f
gfortran-15 -I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include   -c -o 
calcpv_nests.o calcpv_nests.f
gfortran-15 *.o -o flextra.ecmwf 
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-16 -fPIC  
-fconvert=little-endian -frecord-marker=4  -I/usr/include  -Wl,-z,relro -L 
/usr/lib/x86_64-linux-gnu/fortran/gnu   -leccodes_f90 -leccodes -lm
/usr/bin/x86_64-linux-gnu-ld.bfd: cannot find -leccodes_f90: No such file or 
directory
collect2: error: ld returned 1 exit status
make[2]: *** [makefile.ecmwf:45: flextra.ecmwf] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: flextra
Source-Version: 5.0-19
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
flextra, 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 flextra 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: SHA512

Format: 1.8
Date: Sat, 30 May 2026 15:58:46 +0100
Source: flextra
Architecture: source
Version: 5.0-19
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1135397
Changes:
 flextra (5.0-19) unstable; urgency=medium
 .
   * Standards-Version: 4.7.4; no changes required
   * d/copyright: Move to machine-readable format
   * d/control: cleanup formatting by cme
   * d/*install: drop leading /
   * Fix for dh_fortran changes. Closes: #1135397
Checksums-Sha1:
 04aab56a2bd2521caf35715809ff1f6a160234f6 1985 flextra_5.0-19.dsc
 c6c92bf3f86d60e69068c2d315cc49d7f31d8924 6648 flextra_5.0-19.debian.tar.xz
Checksums-Sha256:
 e2bfacddde7794bb40412150cec6f0139f092158d77bc3abfa2ab81f870eea48 1985 
flextra_5.0-19.dsc
 8cc3512e6c5c869707e2703585fe7ef00c520b69336fb60fea1a4f17015078bd 6648 
flextra_5.0-19.debian.tar.xz
Files:
 edc9cf0d0a132a91c9a7e50c1f86fae8 1985 science optional flextra_5.0-19.dsc
 05c9214c51727adf2ad9b76485425efb 6648 science optional 
flextra_5.0-19.debian.tar.xz

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

iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmoa/YYACgkQy+a7Tl2a
06X9/xAAg/5E/of7wjZja1khgHGLHYcQNYGuBl8jBNVB6oGgL5dN760QepciwcAR
X9RR8CaQ/NNWL1QNFdKBtTDbOwd4qVrzMQKFIT5xWB1W7BmuSiW5FWQ4bUH+FvTn
NQgq3XoRIs+5LYu5qApU7Oz/AmNq7heCNiPgrzg4qjr8pecE5LK8UO8r2ij0QDGV
2BAmpHI4gs1+t2ov4BSUV0cOlitIlXKrfnb5dNNKk+tbNRFcr5hOW6ejNMmA+8/p
kXyNvR3AntlSLBQmly9ExdV5G1uTrydUOJlEVNkWTqDp8zDd/FZs0y7VMe4mH1PP
cRi4mB1fUq8TvpwXT8OBoJcU8TnWTjzENxo2RCkkUM0GpJsAQ3vYHogLP2MVjX0g
hCq8dmiwzJI/Y2q0Oi0vWBo9Zin30VWjtNJVXbwZ7mVhN0e8JyINwKWA8FEC//s0
2KI99IKc0BygO7UhyRGFVIAeP187h1hT0gB85JQqJTDJOYRs/qR+QUl6fgsLq8oh
BeWmmADzK1nxe8yq1xssOryO9yB1KqdfFwstNOv4oo16IaCPdcr2JP0gC4XVsuZQ
/CiB3HXx3u5sAJVkxzjUbZlbN6o5X6/3hNFKeKALMfvCQ2OkoCKHNWPde7R+VcZ1
WrVOS8C5Dv+rnbOOrcikfSJmXLJC/qvNJ6GK1RyH+Ll1/BFsDL8=
=HnkS
-----END PGP SIGNATURE-----

Attachment: pgp75TdBdbQLg.pgp
Description: PGP signature


--- End Message ---

Reply via email to