Your message dated Sun, 07 Jul 2024 21:51:33 +0000
with message-id <[email protected]>
and subject line Bug#1075537: fixed in starpu 1.4.5+dfsg-2
has caused the Debian Bug report #1075537,
regarding starpu: ftbfs with GCC-14
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.)


-- 
1075537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:starpu
Version: 1.4.5+dfsg-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/starpu_1.4.5+dfsg-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
cc -DHAVE_CONFIG_H -I. -I../../../starpurm/examples -I../../src/common 
-I../../include -I../../starpurm/include  -I../../../include -I../../../src 
-I../../src -I../../include -I../../../starpurm/include -I../../../starpurm/src 
-I../../starpurm/src -I../../starpurm/include 
-DSTARPU_OPENCL_DATADIR="\"/usr/share/starpu/opencl\"" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS    -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  
-DSTARPU_SAMPLING_DIR="\"/usr/share/starpu/perfmodels/sampling\"" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith  -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o async_spawn.o 
../../../starpurm/examples/async_spawn.c
cc -DHAVE_CONFIG_H -I. -I../../../starpurm/examples -I../../src/common 
-I../../include -I../../starpurm/include  -I../../../include -I../../../src 
-I../../src -I../../include -I../../../starpurm/include -I../../../starpurm/src 
-I../../starpurm/src -I../../starpurm/include 
-DSTARPU_OPENCL_DATADIR="\"/usr/share/starpu/opencl\"" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS    -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  
-DSTARPU_SAMPLING_DIR="\"/usr/share/starpu/perfmodels/sampling\"" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith  -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o spawn.o 
../../../starpurm/examples/spawn.c
cc -DHAVE_CONFIG_H -I. -I../../../starpurm/examples -I../../src/common 
-I../../include -I../../starpurm/include  -I../../../include -I../../../src 
-I../../src -I../../include -I../../../starpurm/include -I../../../starpurm/src 
-I../../starpurm/src -I../../starpurm/include 
-DSTARPU_OPENCL_DATADIR="\"/usr/share/starpu/opencl\"" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS    -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  
-DSTARPU_SAMPLING_DIR="\"/usr/share/starpu/perfmodels/sampling\"" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith  -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o vector_scale.o 
../../../starpurm/examples/vector_scale.c
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
cc -DHAVE_CONFIG_H -I. -I../../../starpurm/examples -I../../src/common 
-I../../include -I../../starpurm/include  -I../../../include -I../../../src 
-I../../src -I../../include -I../../../starpurm/include -I../../../starpurm/src 
-I../../starpurm/src -I../../starpurm/include 
-DSTARPU_OPENCL_DATADIR="\"/usr/share/starpu/opencl\"" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS    -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  
-DSTARPU_SAMPLING_DIR="\"/usr/share/starpu/perfmodels/sampling\"" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith  -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o block_test/block_test.o 
../../../starpurm/examples/block_test/block_test.c
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
/bin/bash ../../libtool  --tag=CC   --mode=link cc -gdwarf-2 -g3 -Wall 
-Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused -Wundef 
-Wshadow -Wpointer-arith  -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z,relro -o async_spawn async_spawn.o  -lrt -lrt -lm -ldl  
-lpthread ../../starpurm/src/libstarpurm-1.4.la ../../src/libstarpu-1.4.la  
-lpthread -lpapi  -lpthread -lpapi  -lhwloc  
/bin/bash ../../libtool  --tag=CC   --mode=link cc -gdwarf-2 -g3 -Wall 
-Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused -Wundef 
-Wshadow -Wpointer-arith  -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z,relro -o spawn spawn.o  -lrt -lrt -lm -ldl  -lpthread 
../../starpurm/src/libstarpurm-1.4.la ../../src/libstarpu-1.4.la  -lpthread 
-lpapi  -lpthread -lpapi  -lhwloc  
/bin/bash ../../libtool  --tag=CC   --mode=link cc -gdwarf-2 -g3 -Wall 
-Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused -Wundef 
-Wshadow -Wpointer-arith  -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z,relro -o vector_scale vector_scale.o  -lrt -lrt -lm -ldl  
-lpthread ../../starpurm/src/libstarpurm-1.4.la ../../src/libstarpu-1.4.la  
-lpthread -lpapi  -lpthread -lpapi  -lhwloc  
/bin/bash ../../libtool  --tag=CC   --mode=link cc -gdwarf-2 -g3 -Wall 
-Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused -Wundef 
-Wshadow -Wpointer-arith  -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z,relro -o block_test/block_test block_test/block_test.o  -lrt 
-lrt -lm -ldl  -lpthread ../../starpurm/src/libstarpurm-1.4.la 
../../src/libstarpu-1.4.la  -lpthread -lpapi  -lpthread -lpapi  -lhwloc  
libtool: link: cc -gdwarf-2 -g3 -Wall -Werror=implicit 
-Werror=implicit-function-declaration -Wextra -Wunused -Wundef -Wshadow 
-Wpointer-arith -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z -Wl,relro -o .libs/async_spawn async_spawn.o  -lrt -lm -ldl 
../../starpurm/src/.libs/libstarpurm-1.4.so ../../src/.libs/libstarpu-1.4.so 
-lpthread -lpapi -lhwloc -fopenmp
libtool: link: cc -gdwarf-2 -g3 -Wall -Werror=implicit 
-Werror=implicit-function-declaration -Wextra -Wunused -Wundef -Wshadow 
-Wpointer-arith -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z -Wl,relro -o .libs/vector_scale vector_scale.o  -lrt -lm -ldl 
../../starpurm/src/.libs/libstarpurm-1.4.so ../../src/.libs/libstarpu-1.4.so 
-lpthread -lpapi -lhwloc -fopenmp
libtool: link: cc -gdwarf-2 -g3 -Wall -Werror=implicit 
-Werror=implicit-function-declaration -Wextra -Wunused -Wundef -Wshadow 
-Wpointer-arith -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z -Wl,relro -o .libs/spawn spawn.o  -lrt -lm -ldl 
../../starpurm/src/.libs/libstarpurm-1.4.so ../../src/.libs/libstarpu-1.4.so 
-lpthread -lpapi -lhwloc -fopenmp
libtool: link: cc -gdwarf-2 -g3 -Wall -Werror=implicit 
-Werror=implicit-function-declaration -Wextra -Wunused -Wundef -Wshadow 
-Wpointer-arith -O3 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-rdynamic -Wl,-z -Wl,relro -o block_test/.libs/block_test 
block_test/block_test.o  -lrt -lm -ldl 
../../starpurm/src/.libs/libstarpurm-1.4.so ../../src/.libs/libstarpu-1.4.so 
-lpthread -lpapi -lhwloc -fopenmp
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build/starpurm/examples'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/starpurm/examples'
make[3]: Entering directory '/<<PKGBUILDDIR>>/build/starpurm'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/starpurm'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build/starpurm'
Making all in starpu_openmp_llvm
make[2]: Entering directory '/<<PKGBUILDDIR>>/build/starpu_openmp_llvm'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/build/starpu_openmp_llvm/src'
make[4]: Entering directory '/<<PKGBUILDDIR>>/build/starpu_openmp_llvm/src'
/bin/bash ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I../../../starpu_openmp_llvm/src -I../../src/common -I../../include 
-I../../starpurm/include  -I../../../include/ -I../../../src/ -I../../src 
-I../../include -DSTARPU_OPENCL_DATADIR="\"/usr/share/starpu/opencl\"" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS    -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  
-DSTARPU_SAMPLING_DIR="\"/usr/share/starpu/perfmodels/sampling\"" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith  -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o 
libstarpu_openmp_llvm_1.4_la-openmp_runtime_support_llvm.lo `test -f 
'openmp_runtime_support_llvm.c' || echo 
'../../../starpu_openmp_llvm/src/'`openmp_runtime_support_llvm.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../starpu_openmp_llvm/src 
-I../../src/common -I../../include -I../../starpurm/include -I../../../include/ 
-I../../../src/ -I../../src -I../../include 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c 
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c  -fPIC -DPIC -o 
.libs/libstarpu_openmp_llvm_1.4_la-openmp_runtime_support_llvm.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c: In function 
‘task_call_variants’:
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c:360:21: error: 
initialization of ‘int’ from ‘void *’ makes integer from pointer without a cast 
[-Wint-conversion]
  360 |         int nargs = arg_ptrs[1];
      |                     ^~~~~~~~
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c: In function 
‘__kmpc_omp_task_alloc_variants’:
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c:414:54: warning: 
unused parameter ‘nvariants’ [-Wunused-parameter]
  414 |                                            kmp_int32 nvariants)
      |                                            ~~~~~~~~~~^~~~~~~~~
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c: In function 
‘__kmpc_omp_task_with_deps’:
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c:456:21: error: 
assignment to ‘void *’ from ‘kmp_int32’ {aka ‘int’} makes pointer from integer 
without a cast [-Wint-conversion]
  456 |         arg_ptrs[1] = ndeps + ndeps_noalias;
      |                     ^
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c: In function 
‘omp_set_schedule’:
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c:870:33: warning: 
implicit conversion from ‘enum omp_sched_value’ to ‘enum 
starpu_omp_sched_value’ [-Wenum-conversion]
  870 |         starpu_omp_set_schedule(kind, modifier);
      |                                 ^~~~
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c: In function 
‘omp_get_proc_bind’:
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c:920:16: warning: 
implicit conversion from ‘enum starpu_omp_proc_bind_value’ to ‘enum 
omp_proc_bind_value’ [-Wenum-conversion]
  920 |         return starpu_omp_get_proc_bind();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c: At top level:
../../../starpu_openmp_llvm/src/openmp_runtime_support_llvm.c:357:13: warning: 
‘task_call_variants’ defined but not used [-Wunused-function]
  357 | static void task_call_variants(void (*fn)(void*, ...), void *buffers[], 
void *args)
      |             ^~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:952: 
libstarpu_openmp_llvm_1.4_la-openmp_runtime_support_llvm.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build/starpu_openmp_llvm/src'
make[3]: *** [Makefile:967: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/starpu_openmp_llvm/src'
make[2]: *** [Makefile:733: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build/starpu_openmp_llvm'
make[1]: *** [Makefile:1181: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: error: cd build && make -j8 returned exit code 2
make: *** [debian/rules:39: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: starpu
Source-Version: 1.4.5+dfsg-2
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
starpu, 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.
Samuel Thibault <[email protected]> (supplier of updated starpu 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: Sun, 07 Jul 2024 21:54:03 +0200
Source: starpu
Architecture: source
Version: 1.4.5+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1075537
Changes:
 starpu (1.4.5+dfsg-2) unstable; urgency=medium
 .
   * patches/gcc-14: Fix build with gcc 14.  Closes: Bug#1075537.
Checksums-Sha1:
 9ee955dabcf42b0382b7154fa45f41d9a8193b46 3149 starpu_1.4.5+dfsg-2.dsc
 1eb71e949597f5c9e2c0b523cdd818f73b4cd307 19028 
starpu_1.4.5+dfsg-2.debian.tar.xz
 a28c63692575610b287592fcd20d3898ec539f5f 20558 
starpu_1.4.5+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 e23bd6e82b7d9e636ff212370dad751e3ace6f4832a9b687498ed5137b2df1f8 3149 
starpu_1.4.5+dfsg-2.dsc
 862b779fe7b5198f1e847fe79cfdb627eeb5d0e752bcea3ae536d800588e40e5 19028 
starpu_1.4.5+dfsg-2.debian.tar.xz
 788bc1fdfcf78a9d18afb93eeaac2717d00b58e417996eed911829d6055b00ac 20558 
starpu_1.4.5+dfsg-2_amd64.buildinfo
Files:
 c86dd0ca9a53bebc7b87e52bd7dbb917 3149 libs optional starpu_1.4.5+dfsg-2.dsc
 ae7eac64b45de2e4cdb21ed32f582e74 19028 libs optional 
starpu_1.4.5+dfsg-2.debian.tar.xz
 fbd554c9c50a83ae6422426eead6fac3 20558 libs optional 
starpu_1.4.5+dfsg-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmaLCvUACgkQ5pG0tXV4
H2KoDBAAvOj/Y3W5l4x9lFh4yjBU367+eWc75RO0xOKFGVdaG078ztCaaCSj5rUh
PsNw9JZprws17ofJI5pyRu6ZxA4vp+Uf/zCfEuhOCxdAD9kaz3PMf5gRBRq3LLsX
Dh/r3PsZjbifKrkkkQ48TstCHNMu5sgMfeMEQerw89ihOkhJGwZcW3a72WsTEHqe
NiuoDAccsN2cljrEdCMT1EaGxToqBgYLIFuR1oUr0b5WhM84+AoHbYaGDCBCsszH
7MlbbOtsk/Y+huI2eSefJYUbECHVhbcQM/UsMfxkBQv+gj4sebD4v52+zWTWttn3
pqYBz+X3dDsGqxt+T0mdWgfYlMA4rinrrsyMsoN9MUxLxM1lLCEALTbydEnBkTqw
AV0MBcp6KV7wtaFdbQqIDYLXE3Lpfc/0a55+Eb4MZG/k1BH9mcE07ZcC09d5UR5O
b58asVz64KeVNqvLKHgPY92DAWkrnXgYWVZq673iz7FenPBm/U7L5bk7S6LrTgSV
cQMi5cyumAD6qQIkRHakf4Qg7UzoY2jT+DwbqI1mTsSWWtxj1jXj8SdAjUfVWw4i
YRZPEjV0AOSvz2i86xf6ein7gS1TPnOQy2/cDdFExa198ctbXnCGfSsVfWhD5k3r
I1eM/IWUu7V2rgNOxn9MsMf6NOs8mddO/yrxo2pDqmZDijHJ5Sc=
=kTAO
-----END PGP SIGNATURE-----

Attachment: pgpGrsxqKpw_K.pgp
Description: PGP signature


--- End Message ---

Reply via email to