Your message dated Fri, 05 Sep 2025 14:40:54 +0000
with message-id <[email protected]>
and subject line Bug#1098027: fixed in ucx 1.19.0+ds-1
has caused the Debian Bug report #1098027,
regarding ucx: ftbfs with GCC-15
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.)


-- 
1098027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ucx
Version: 1.17.0+ds-3
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/ucx_1.17.0+ds-3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
In file included from 
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/arch/cpu.h:105,
                 from arch/x86_64/cpu.c:15:
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/arch/x86_64/cpu.h:50:16: note: 
previous declaration of 'ucs_arch_get_cpu_flag' with type 
'ucs_cpu_flag_t(void)' {aka 'enum ucs_cpu_flag(void)'}
   50 | ucs_cpu_flag_t ucs_arch_get_cpu_flag() UCS_F_NOOPTIMIZE;
      |                ^~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DCPU_FLAGS="" -I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src  
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o async/libucs_la-pipe.lo `test -f 
'async/pipe.c' || echo './'`async/pipe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c arch/x86_64/global_opts.c -o 
arch/x86_64/libucs_la-global_opts.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c async/pipe.c  -fPIC -DPIC 
-DUCX_SHARED_LIB -o async/.libs/libucs_la-pipe.o
async/async.c:81:27: error: initialization of 'void (*)(ucs_async_context_t *)' 
{aka 'void (*)(struct ucs_async_context *)'} from incompatible pointer type 
'void (*)(void)' [-Wincompatible-pointer-types]
   81 |     .context_cleanup    = ucs_empty_function,
      |                           ^~~~~~~~~~~~~~~~~~
async/async.c:81:27: note: (near initialization for 
'ucs_async_poll_ops.context_cleanup')
In file included from 
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/config/parser.h:15,
                 from 
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/sys/sys.h:22,
                 from async/signal.h:13,
                 from async/async.h:11,
                 from async/async_int.h:10,
                 from async/async.c:11:
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/sys/stubs.h:23:6: note: 
'ucs_empty_function' declared here
   23 | void ucs_empty_function();
      |      ^~~~~~~~~~~~~~~~~~
async/async.c:83:27: error: initialization of 'void (*)(ucs_async_context_t *)' 
{aka 'void (*)(struct ucs_async_context *)'} from incompatible pointer type 
'void (*)(void)' [-Wincompatible-pointer-types]
   83 |     .context_unblock    = ucs_empty_function,
      |                           ^~~~~~~~~~~~~~~~~~
async/async.c:83:27: note: (near initialization for 
'ucs_async_poll_ops.context_unblock')
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/sys/stubs.h:23:6: note: 
'ucs_empty_function' declared here
   23 | void ucs_empty_function();
      |      ^~~~~~~~~~~~~~~~~~
async/async.c:85:27: error: initialization of 'ucs_status_t 
(*)(ucs_async_context_t *, int)' {aka 'ucs_status_t (*)(struct 
ucs_async_context *, int)'} from incompatible pointer type 'ucs_status_t 
(*)(void)' [-Wincompatible-pointer-types]
   85 |     .remove_event_fd    = ucs_empty_function_return_success,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
async/async.c:85:27: note: (near initialization for 
'ucs_async_poll_ops.remove_event_fd')
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/sys/stubs.h:30:14: note: 
'ucs_empty_function_return_success' declared here
   30 | ucs_status_t ucs_empty_function_return_success();
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
async/async.c:87:27: error: initialization of 'ucs_status_t 
(*)(ucs_async_context_t *, int,  ucs_time_t)' {aka 'ucs_status_t (*)(struct 
ucs_async_context *, int,  long unsigned int)'} from incompatible pointer type 
'ucs_status_t (*)(void)' [-Wincompatible-pointer-types]
   87 |     .add_timer          = ucs_empty_function_return_success,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
async/async.c:87:27: note: (near initialization for 
'ucs_async_poll_ops.add_timer')
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/sys/stubs.h:30:14: note: 
'ucs_empty_function_return_success' declared here
   30 | ucs_status_t ucs_empty_function_return_success();
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
async/async.c:88:27: error: initialization of 'ucs_status_t 
(*)(ucs_async_context_t *, int)' {aka 'ucs_status_t (*)(struct 
ucs_async_context *, int)'} from incompatible pointer type 'ucs_status_t 
(*)(void)' [-Wincompatible-pointer-types]
   88 |     .remove_timer       = ucs_empty_function_return_success,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
async/async.c:88:27: note: (near initialization for 
'ucs_async_poll_ops.remove_timer')
/build/reproducible-path/ucx-1.17.0+ds/src/ucs/sys/stubs.h:30:14: note: 
'ucs_empty_function_return_success' declared here
   30 | ucs_status_t ucs_empty_function_return_success();
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   
-DCPU_FLAGS="" -I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src  
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o async/libucs_la-eventfd.lo `test 
-f 'async/eventfd.c' || echo './'`async/eventfd.c
make[4]: *** [Makefile:1602: async/libucs_la-async.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c arch/cpu.c -o arch/libucs_la-cpu.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c async/eventfd.c  -fPIC -DPIC 
-DUCX_SHARED_LIB -o async/.libs/libucs_la-eventfd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c algorithm/qsort_r.c -o 
algorithm/libucs_la-qsort_r.o >/dev/null 2>&1
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1581: arch/x86_64/libucs_la-cpu.lo] Error 1
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c async/pipe.c -o 
async/libucs_la-pipe.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c async/eventfd.c -o 
async/libucs_la-eventfd.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DCPU_FLAGS= 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-I/build/reproducible-path/ucx-1.17.0+ds 
-I/build/reproducible-path/ucx-1.17.0+ds/src 
-DUCX_MODULE_DIR=\"/usr/lib/x86_64-linux-gnu/ucx\" 
-DUCX_CONFIG_DIR=\"/etc/ucx\" -I/usr/include/hsa -I/usr/include/hip -O3 -g 
-Wall -Werror -funwind-tables -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels 
-Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch 
-Wno-pointer-sign -Werror-implicit-function-declaration -Wno-format-zero-length 
-Wnested-externs -Wshadow -Werror=declaration-after-statement -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ucx-1.17.0+ds=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c async/signal.c -o 
async/libucs_la-signal.o >/dev/null 2>&1
make[4]: Leaving directory '/build/reproducible-path/ucx-1.17.0+ds/src/ucs'
make[3]: *** [Makefile:2122: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/ucx-1.17.0+ds/src/ucs'
make[2]: *** [Makefile:788: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/ucx-1.17.0+ds'
make[1]: *** [Makefile:658: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/ucx-1.17.0+ds'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ucx
Source-Version: 1.19.0+ds-1
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ucx, 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 ucx 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: Fri, 05 Sep 2025 10:41:21 +0100
Source: ucx
Architecture: source
Version: 1.19.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1098027
Changes:
 ucx (1.19.0+ds-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #1098027
   * Drop go support this release; tries to download cuda support
   * Add build-dep on libibmad-dev
Checksums-Sha1:
 8ec6acb9381958e8fbf14c4f95eb71a798e7ae7a 2468 ucx_1.19.0+ds-1.dsc
 d713835092390a4eece14af5f5c8c6e4a526da12 2117048 ucx_1.19.0+ds.orig.tar.xz
 17bf34e9e7f912bfb38d4d8596201f36d1cc4ddc 11652 ucx_1.19.0+ds-1.debian.tar.xz
Checksums-Sha256:
 7d52ac4bc7ec424bc3842f9a0eb99fc3f6c698a9909e613825a21d9264283109 2468 
ucx_1.19.0+ds-1.dsc
 a0b6aed1ff4ff234e0491f7015a4e969d3a0a65250722f360aff3beea26ba3fc 2117048 
ucx_1.19.0+ds.orig.tar.xz
 afc6967c914ccce5a321b916de9c6f1aca768b020038de91f946f6a87f82a3d2 11652 
ucx_1.19.0+ds-1.debian.tar.xz
Files:
 314505b398220ba2606293b19dc2d8b9 2468 science optional ucx_1.19.0+ds-1.dsc
 1e0fe98b951bd3477759f7529ee0d99d 2117048 science optional 
ucx_1.19.0+ds.orig.tar.xz
 f8ddd13c21c96bb6996d068eb5f6def5 11652 science optional 
ucx_1.19.0+ds-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmi68NwACgkQy+a7Tl2a
06VLoQ/7BXMHAJ4db2XJ3nvsE2Rc3I0ECD/Fma2bU1aIPhNr4XsjqJalaS7ftaZe
OQU860PEOC3gjfUKY3FekdX/wWCZ4ogRQLWW4tYlYs00zdRgFRaNUy2mEUsGUWTn
7bEFgHh3XzyqssVGK605upYMQplmaKIzYXtKZcJsQITZxkCJninRN/btBIUv9dtv
GPnv76/LuSSpe+E3UkEUSKY6TEJoXwO2l78veY/O4W/dYybr2HICos+4y7rz9+n5
p+RYpwhPtIQUkoJDXhBUTJALngHbYexQePf5sZiRsIROzf4q0gK75L7aBkF/pAl+
xUFrmkeeyM/1/KNKaak0wxWo/CcBLxVbrW5lk/hp3pNx6tdnRpX1NWQlYsmtE26C
B590Rvn3PZuKoUUXrw2YvNfT92o0hJMKdQ3luMckRqDrRjZFVxq9ZFStYcUpAkKj
1aLF7Rzgja/6usJKRF+zBFH1xQIYjVfiOdnuX8xmiOyem6LyF5NUenDnuu0PGbPs
3lMk8WRkjoupMBO9PPANiHEmPtZ2hw1WP+2VwVCN6RN1jMhyX/ZM0BYSmyi5Eo0+
Is5DDD9HWtILnjmQX+vqUWVr3+c/T5y/g/5g7YEgFIwF1USCTxwtbzs3SqEEHMmX
2lb5RFjzmMulVJBcj0RGknBgmrpcnkUg1r1Vvz4akHprB+f1Ock=
=KptQ
-----END PGP SIGNATURE-----

Attachment: pgp87fS3fsxfw.pgp
Description: PGP signature


--- End Message ---

Reply via email to