Package: src:cp2k
Version: 2025.1-1.1
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/202512/

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:cp2k, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
debian/rules:49: update target 'clean' due to: target does not exist
dh clean 
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
debian/rules:52: update target 'override_dh_auto_clean' due to: target does not 
exist
cd arch && ln -fs Linux-generic-gfortran.psmp              \
        Linux-`uname -m`-gfortran.psmp
/usr/bin/make ARCH=Linux-`uname -m`-gfortran               \
        VERSION=psmp distclean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Discovering programs ...
Makefile:419: update target 'precommitclean' due to: target is .PHONY
rm -rf /<<PKGBUILDDIR>>/obj/precommit
Makefile:350: update target 'fprettyclean' due to: target is .PHONY

[... snipped ...]

mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:40 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"fist_nonbond_env_types.F\"" -I'/<<PKGBUILDDIR>>/src/'  
fist_nonbond_env_types.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'eri_mme_error_control.mod' due 
to: target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'qs_cdft_types.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/qs_cdft_types.F 
qs_cdft_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:42 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"qs_cdft_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  qs_cdft_types.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'atom_sgp.mod' due to: target does 
not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'kpoint_transitional.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'qs_force_types.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/qs_force_types.F qs_force_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:42 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"qs_force_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  qs_force_types.F90 
/<<PKGBUILDDIR>>/src/dbt/dbt_methods.F:950:57:

  950 |             split = dbt_tas_info(tensor_large%matrix_rep)
      |                                                         ^
Warning: ‘tensor_large’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/dbt/dbt_methods.F:605:67:

  605 |       TYPE(dbt_type), POINTER                    :: tensor_small, 
tensor_large
      |                                                                   
^~~~~~~~~~~~
note: ‘tensor_large’ was declared here
/<<PKGBUILDDIR>>/src/dbt/dbt_methods.F:1003:24:

 1003 |          IF (new_3 .AND. do_write_3) CALL 
dbt_write_tensor_info(tensor_3, unit_nr_prv, full_info=log_verbose)
      |                        ^
Warning: ‘do_write_3’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/dbt/dbt_methods.F:630:79:

  630 |       LOGICAL                                        :: do_crop_1, 
do_crop_2, do_write_3, nodata_3, do_batched, pgrid_changed, &
      |                                                                         
      ^~~~~~~~~~
note: ‘do_write_3’ was declared here
/<<PKGBUILDDIR>>/Makefile:513: update target 'qs_mo_types.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/qs_mo_types.F 
qs_mo_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:42 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"qs_mo_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  qs_mo_types.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'pao_types.o' due to: target does 
not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/pao_types.F 
pao_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:44 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"pao_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  pao_types.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'qs_period_efield_types.mod' due 
to: target does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'exstates_types.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'qs_ot_types.mod' due to: target 
does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'thermostat_types.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'pair_potential.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/pair_potential.F pair_potential.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:45 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"pair_potential.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  pair_potential.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'parallel_gemm_api.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/parallel_gemm_api.F parallel_gemm_api.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:45 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"parallel_gemm_api.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  parallel_gemm_api.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'cp_dbcsr_cholesky.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'soc_pseudopotential_utils.o' due 
to: target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/soc_pseudopotential_utils.F soc_pseudopotential_utils.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:45 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"soc_pseudopotential_utils.F\"" -I'/<<PKGBUILDDIR>>/src/'  
soc_pseudopotential_utils.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'qs_tddfpt2_soc_types.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'negf_integr_cc.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/negf_integr_cc.F negf_integr_cc.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:45 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"negf_integr_cc.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  negf_integr_cc.F90 
/<<PKGBUILDDIR>>/src/pair_potential.F:1003:90:

 1003 |       REAL(KIND=dp)                                      :: hicut0, 
l_epsilon, l_sigma6, m_epsilon, &
      |                                                                         
                 ^~~~~~~~~
Warning: ‘m_epsilon’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/pair_potential.F:1004:61:

 1004 |                                                             m_sigma6, 
min_sigma6, rcovi, rcovj
      |                                                             ^~~~~~~~
Warning: ‘m_sigma6’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/pair_potential.F:1085:77:

 1085 |                   pot%spl_f%rcutsq_f = 
(min_sigma6/m_sigma6)**(1.0_dp/3.0_dp)
      |                                                                         
    ^
Warning: ‘min_sigma6’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/pair_potential.F:1004:71:

 1004 |                                                             m_sigma6, 
min_sigma6, rcovi, rcovj
      |                                                                       
^~~~~~~~~~
note: ‘min_sigma6’ was declared here
/<<PKGBUILDDIR>>/src/negf_integr_cc.F:398:57:

  398 |          ALLOCATE (zdata_tmp(nnodes_half + nnodes_exist))
      |                                                         ^
Warning: ‘nnodes_half’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/negf_integr_cc.F:342:61:

  342 |                                                             
nnodes_half, nnodes_next
      |                                                             ^~~~~~~~~~~
note: ‘nnodes_half’ was declared here
/<<PKGBUILDDIR>>/src/negf_integr_cc.F:284:41:

  284 |       ALLOCATE (xnodes_next(nnodes_next))
      |                                         ^
Warning: ‘nnodes_next’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/negf_integr_cc.F:258:74:

  258 |                                                             
nnodes_half, nnodes_next
      |                                                                         
 ^~~~~~~~~~~
note: ‘nnodes_next’ declared here
/<<PKGBUILDDIR>>/Makefile:513: update target 'negf_integr_simpson.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/negf_integr_simpson.F negf_integr_simpson.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:45 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"negf_integr_simpson.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  negf_integr_simpson.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'swarm_input.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/swarm/swarm_input.F swarm_input.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:46 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"swarm/swarm_input.F\"" 
-I'/<<PKGBUILDDIR>>/src/swarm/'  swarm_input.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'dbt_methods.mod' due to: target 
does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'pw_methods.mod' due to: target 
does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'particle_types.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/subsys/particle_types.F particle_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:46 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"subsys/particle_types.F\"" -I'/<<PKGBUILDDIR>>/src/subsys/' 
 particle_types.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'atomic_kind_list_types.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/subsys/atomic_kind_list_types.F atomic_kind_list_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:46 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"subsys/atomic_kind_list_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/subsys/'  atomic_kind_list_types.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'cp_cfm_dlaf_api.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/fm/cp_cfm_dlaf_api.F cp_cfm_dlaf_api.F90
/<<PKGBUILDDIR>>/Makefile:513: update target 'cp_fm_cholesky.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/fm/cp_fm_cholesky.F cp_fm_cholesky.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:46 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"fm/cp_cfm_dlaf_api.F\"" 
-I'/<<PKGBUILDDIR>>/src/fm/'  cp_cfm_dlaf_api.F90 
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:46 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"fm/cp_fm_cholesky.F\"" 
-I'/<<PKGBUILDDIR>>/src/fm/'  cp_fm_cholesky.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'lri_environment_types.mod' due 
to: target does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'fist_nonbond_env_types.mod' due 
to: target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'eri_mme_types.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/eri_mme/eri_mme_types.F eri_mme_types.F90
/<<PKGBUILDDIR>>/Makefile:560: update target 'qs_cdft_types.mod' due to: target 
does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'qs_force_types.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'qs_mo_types.mod' due to: target 
does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'pao_types.mod' due to: target 
does not exist
true
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"eri_mme/eri_mme_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/eri_mme/'  eri_mme_types.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'qs_matrix_pools.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/qs_matrix_pools.F qs_matrix_pools.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"qs_matrix_pools.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  qs_matrix_pools.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'qs_active_space_types.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/qs_active_space_types.F qs_active_space_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"qs_active_space_types.F\"" -I'/<<PKGBUILDDIR>>/src/'  
qs_active_space_types.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'scf_control_types.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/scf_control_types.F scf_control_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"scf_control_types.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  scf_control_types.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'pair_potential.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'manybody_tersoff.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/manybody_tersoff.F manybody_tersoff.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"manybody_tersoff.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  manybody_tersoff.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'parallel_gemm_api.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'lri_compression.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/lri_compression.F lri_compression.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"lri_compression.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  lri_compression.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'lri_integrals.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/lri_integrals.F 
lri_integrals.F90
/<<PKGBUILDDIR>>/Makefile:513: update target 'pao_input.o' due to: target does 
not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/pao_input.F 
pao_input.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:47 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"lri_integrals.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  lri_integrals.F90 
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:48 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"pao_input.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  pao_input.F90 
/<<PKGBUILDDIR>>/src/pao_input.F:235:31:

  235 |          s = "GAUSSIAN_PROCESS"
      |                               1
Warning: CHARACTER expression will be truncated in assignment (11/16) at (1) 
[-Wcharacter-truncation]
/<<PKGBUILDDIR>>/src/pao_input.F:237:29:

  237 |          s = "NEURAL_NETWORK"
      |                             1
Warning: CHARACTER expression will be truncated in assignment (11/14) at (1) 
[-Wcharacter-truncation]
/<<PKGBUILDDIR>>/Makefile:513: update target 'pao_param_fock.o' due to: target 
does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/pao_param_fock.F pao_param_fock.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:48 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"pao_param_fock.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  pao_param_fock.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'pao_ml_gaussprocess.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/pao_ml_gaussprocess.F pao_ml_gaussprocess.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:48 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"pao_ml_gaussprocess.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  pao_ml_gaussprocess.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'pao_ml_neuralnet.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/pao_ml_neuralnet.F pao_ml_neuralnet.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:49 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"pao_ml_neuralnet.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  pao_ml_neuralnet.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'matrix_exp.o' due to: target does 
not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/matrix_exp.F 
matrix_exp.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:49 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"matrix_exp.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  matrix_exp.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'almo_scf_methods.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/almo_scf_methods.F almo_scf_methods.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:49 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"almo_scf_methods.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  almo_scf_methods.F90 
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:3034:4:

 3034 |    SUBROUTINE pseudo_matrix_power(A, Apow, power, N, range1, 
range1_thr, shift)
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Warning: ‘pseudo_matrix_power’ defined but not used [-Wunused-function]
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2941:16:

 2941 |             IF (use_ranges_only) THEN
      |                ^
Warning: ‘use_ranges_only’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2813:71:

 2813 |       LOGICAL                                            :: use_both, 
use_ranges_only, use_thr_only
      |                                                                       
^~~~~~~~~~~~~~~
note: ‘use_ranges_only’ was declared here
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2957:21:

 2957 |             ELSE IF (use_thr_only) THEN
      |                     ^
Warning: ‘use_thr_only’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2813:88:

 2813 |       LOGICAL                                            :: use_both, 
use_ranges_only, use_thr_only
      |                                                                         
               ^~~~~~~~~~~~
note: ‘use_thr_only’ was declared here
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2928:13:

 2928 |          IF (use_both) THEN
      |             ^
Warning: ‘use_both’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2813:61:

 2813 |       LOGICAL                                            :: use_both, 
use_ranges_only, use_thr_only
      |                                                             ^~~~~~~~
note: ‘use_both’ was declared here
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2816:75:

 2816 |       REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :)        :: temp1, 
temp2, temp3, temp4
      |                                                                         
  ^~~~~
Warning: ‘temp3.offset’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/almo_scf_methods.F:2816:75: Warning: 
‘temp3.dim[1].stride’ may be used uninitialized [-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/matrix_exp.F:514:89:

  514 |                Npq%local_data(:, k) = Npq%local_data(:, k) + 
scaleN*Tres%local_data(:, k)
      |                                                                         
                ^
Warning: ‘REALPART_EXPR <scalen>’ may be used uninitialized 
[-Wmaybe-uninitialized]
/<<PKGBUILDDIR>>/src/matrix_exp.F:454:69:

  454 |       COMPLEX(KIND=dp)                                   :: scaleD, 
scaleN
      |                                                                     
^~~~~~
note: ‘REALPART_EXPR <scalen>’ was declared here
/<<PKGBUILDDIR>>/Makefile:560: update target 'soc_pseudopotential_utils.mod' 
due to: target does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'negf_green_methods.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/negf_green_methods.F negf_green_methods.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:51 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"negf_green_methods.F\"" 
-I'/<<PKGBUILDDIR>>/src/'  negf_green_methods.F90 
/<<PKGBUILDDIR>>/Makefile:560: update target 'negf_integr_cc.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'negf_integr_simpson.mod' due to: 
target does not exist
true
/<<PKGBUILDDIR>>/Makefile:560: update target 'swarm_input.mod' due to: target 
does not exist
true
/<<PKGBUILDDIR>>/Makefile:513: update target 'dbt_test.o' due to: target does 
not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n /<<PKGBUILDDIR>>/src/dbt/dbt_test.F 
dbt_test.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:51 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" -D__SHORT_FILE__="\"dbt/dbt_test.F\"" 
-I'/<<PKGBUILDDIR>>/src/dbt/'  dbt_test.F90 
/<<PKGBUILDDIR>>/Makefile:513: update target 'realspace_grid_types.o' due to: 
target does not exist
/<<PKGBUILDDIR>>/tools/build_utils/fypp -n 
/<<PKGBUILDDIR>>/src/pw/realspace_grid_types.F realspace_grid_types.F90
mpif90 -c -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
-ffree-line-length-none -fallow-argument-mismatch -D__GFORTRAN -D__FFTSG 
-D__FFTW3  -D__LIBINT -D__LIBXC -D__SPGLIB -D__parallel -D__BLACS -D__SCALAPACK 
-D__ELPA=202111 -I/usr/include/elpa/modules/ -I/usr/include/elpa/elpa/ 
-I/usr/include -D__COMPILE_ARCH="\"Linux-x86_64-gfortran\"" 
-D__COMPILE_DATE="\"Wed Dec 10 17:27:51 UTC 2025\"" 
-D__COMPILE_HOST="\"sbuild\"" -D__COMPILE_REVISION="\"git:9635df4\"" 
-D__DATA_DIR="\"/usr/share/cp2k\"" 
-D__SHORT_FILE__="\"pw/realspace_grid_types.F\"" -I'/<<PKGBUILDDIR>>/src/pw/'  
realspace_grid_types.F90 
/<<PKGBUILDDIR>>/src/pw/realspace_grid_types.F:843:29:

  843 |                  grid => rs%r)
      |                             1
Error: ‘grid’ at (1) has the CONTIGUOUS attribute but is not an array 
pointer or an assumed-shape or assumed-rank array
/<<PKGBUILDDIR>>/src/pw/realspace_grid_types.F:773:29:

  773 |                  grid => rs%r)
      |                             1
Error: ‘grid’ at (1) has the CONTIGUOUS attribute but is not an array 
pointer or an assumed-shape or assumed-rank array
make[5]: *** [/<<PKGBUILDDIR>>/Makefile:514: realspace_grid_types.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [/<<PKGBUILDDIR>>/Makefile:145: all] Error 2
make[3]: *** [/<<PKGBUILDDIR>>/Makefile:127: psmp] Error 2
make[2]: *** [Makefile:122: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:63: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:49: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to