Your message dated Wed, 06 May 2026 15:38:54 +0000
with message-id <[email protected]>
and subject line Bug#1135397: fixed in eccodes 2.47.0-4
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: eccodes
Source-Version: 2.47.0-4
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
eccodes, 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 eccodes 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: Wed, 06 May 2026 15:21:34 +0100
Source: eccodes
Architecture: source
Version: 2.47.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1135397 1135398
Changes:
 eccodes (2.47.0-4) unstable; urgency=medium
 .
   * Fix reference to eccodes_f90 in cmake. Closes: #1135398, #1135397
Checksums-Sha1:
 b830ceb3a6a4dc71308f4e6c466aea20b497721b 2533 eccodes_2.47.0-4.dsc
 e26371275c66aad65948a5a5f1398b331787cb57 12848 eccodes_2.47.0-4.debian.tar.xz
Checksums-Sha256:
 6cdd136724895ebb5584a99c7e89894784bd17a88e9a657c9ee62f6d493bf8c4 2533 
eccodes_2.47.0-4.dsc
 308aca76b1e3c6c241b913bf6198dfc9bb3eecfee7933eb70abf5ba7a9345684 12848 
eccodes_2.47.0-4.debian.tar.xz
Files:
 d51de8d106caaf82cc3e3df22d81726e 2533 science optional eccodes_2.47.0-4.dsc
 80e1439f218d5834a649eb065c381174 12848 science optional 
eccodes_2.47.0-4.debian.tar.xz

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

iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmn7WtAACgkQy+a7Tl2a
06XKfA//aBBebcsTy5ShI8cyRkIX2Zd+9yY+/L87Nn8QlF/cvZYlMsOT8g4+BZCH
nmd6gYQYduBMb5OsvRgp/5XQzMOOMDhF7jPTUybh1tjnAby2z4s0F9lD71I8IAdj
XMjPeju32uBRXDs3e+Vy6Ukvwgu8MipDh/tRux5eCrvheil5B1U8E4DcN3ph1era
UnimvQA6f/hMPrRnrwGNxcPAdF2UWGMFD6NZzeSa2L+Wgw2MM+gurA6OciJMM6Pc
lyMtNabbF6W9KxzS/rR7IMv83DcldkeAesTpc00Cc7oJjdSvmz47NtB/0LOX9GlM
nfKf/RO2kegE6F/1RLPKDXMUw+vMurGiR2P+KsYBWjf7XCPooN1F15AP1HUzMBKe
rFYuTaWMsVpy33oBjHDmkiX29pkXu2+ZRO8YhSO846TznJPSLuIlZfUSFjoz1/9H
/sYND4VqW26yiD5F9qfjGskHAUAN1RdDzXy8Fizoj7FdjeQtGOXHa4FWdO6Zac8P
471J9jYRKY//c6vsiEPh0tLnWXMeSuT7rk4MtQrQwcRJvb4lo84BZm/9HCSz48Bx
iBUZJfKjYW37VIehP1Dlor2b50JqyyiGNG6hMvamCe+oD6Uzsc0bmPr8Rr/Ig/10
QoRXGqRsT7iJOwf8sbbbF6VrLBTV2H/lUIpymvVz/kgvFy/hE5Q=
=HLv6
-----END PGP SIGNATURE-----

Attachment: pgppulif3XHPb.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to