Your message dated Fri, 22 Dec 2017 19:41:33 +0000
with message-id <e1estch-0004gy...@fasolo.debian.org>
and subject line Bug#877567: fixed in llvm-toolchain-3.9 1:3.9.1-19
has caused the Debian Bug report #877567,
regarding llvm-toolchain-3.9 FTBFS on mipsel
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 ow...@bugs.debian.org
immediately.)


-- 
877567: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: llvm-toolchain-3.9
Version: 1:3.9.1-17
Severity: serious

https://buildd.debian.org/status/logs.php?pkg=llvm-toolchain-3.9&arch=mipsel

...
/usr/bin/ld: BFD (GNU Binutils for Debian) 2.29.1 internal error, aborting at 
../../bfd/merge.c:910 in _bfd_merged_section_offset

/usr/bin/ld: Please report this bug.

collect2: error: ld returned 1 exit status
tools/llvm-shlib/CMakeFiles/LLVM.dir/build.make:274: recipe for target 
'lib/libLLVM-3.9.so.1' failed
make[4]: *** [lib/libLLVM-3.9.so.1] Error 1


In #874674 it was discovered that this is just a bad
error handling for "out of memory" in ld.


llvm-toolchain-3.9 (1:3.9.1-16) unstable; urgency=medium
...
  [ Matthias Klose ]
...
  * On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g.
...
 -- Sylvestre Ledru <sylves...@debian.org>  Fri, 08 Sep 2017 11:57:07 +0200

This is also what debian/rules does, and it is pretty weird:

ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 ppc64el s390x))
  opt_flags += -g1
else
  opt_flags += -g
endif

-g is equal to -g2, so this change reduces the amount of debug
information generated on some 64bit architectures - these are
architectures where -g is supposed to not cause any problems.


mipsel being the only failing release architecture makes sense
considering that -g is used on 32bit, and mipsel is missing in
the list of gsplit dwarf architectures.


There are three alternative approaches, either would make sense
and should fix the mipsel build (untested):

1. go back to -g everywhere and remove ENABLE_SPLIT_DWARF_ARCHS,
   that's then actually required on all 32bit architectures:

ifeq ($(DEB_HOST_ARCH_BITS),32)
  CXXFLAGS_EXTRA += -gsplit-dwarf
endif

2. remove all gsplit dwarf usage and reverse the -g1 handling
   so that it makes sense:

ifeq ($(DEB_HOST_ARCH_BITS),32)
  opt_flags += -g1
else
  opt_flags += -g
endif


3. remove all gsplit dwarf usage and use -g1 on all architectures:

opt_flags += -g1

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.9
Source-Version: 1:3.9.1-19

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.9, 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 877...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated llvm-toolchain-3.9 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 22 Dec 2017 11:17:30 +0100
Source: llvm-toolchain-3.9
Binary: clang-3.9 clang-format-3.9 clang-tidy-3.9 clang-3.9-doc libclang1-3.9 
libclang1-3.9-dbg libclang-3.9-dev libclang-common-3.9-dev libfuzzer-3.9-dev 
python-clang-3.9 clang-3.9-examples libllvm3.9 libllvm3.9-dbg llvm-3.9 
llvm-3.9-runtime llvm-3.9-dev llvm-3.9-tools llvm-3.9-doc llvm-3.9-examples 
lldb-3.9 liblldb-3.9 liblldb-3.9-dbg python-lldb-3.9 liblldb-3.9-dev
Architecture: source amd64 all
Version: 1:3.9.1-19
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
 clang-3.9  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.9-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.9-examples - Clang examples
 clang-format-3.9 - Tool to format C/C++/Obj-C code
 clang-tidy-3.9 - clang-based C++ linter tool
 libclang-3.9-dev - clang library - Development package
 libclang-common-3.9-dev - clang library - Common development package
 libclang1-3.9 - C interface to the clang library
 libclang1-3.9-dbg - clang library
 libfuzzer-3.9-dev - Library for coverage-guided fuzz testing
 liblldb-3.9 - Next generation, high-performance debugger, library
 liblldb-3.9-dbg - Next generation, high-performance debugger, debugging 
libraries
 liblldb-3.9-dev - Next generation, high-performance debugger, header files
 libllvm3.9 - Modular compiler and toolchain technologies, runtime library
 libllvm3.9-dbg - Modular compiler and toolchain technologies, debugging 
libraries
 lldb-3.9   - Next generation, high-performance debugger
 llvm-3.9   - Modular compiler and toolchain technologies
 llvm-3.9-dev - Modular compiler and toolchain technologies, libraries and 
header
 llvm-3.9-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.9-examples - Modular compiler and toolchain technologies, examples
 llvm-3.9-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-3.9-tools - Modular compiler and toolchain technologies, tools
 python-clang-3.9 - Clang Python Bindings
 python-lldb-3.9 - Next generation, high-performance debugger, python lib
Closes: 877567
Changes:
 llvm-toolchain-3.9 (1:3.9.1-19) unstable; urgency=medium
 .
   * Standards-Version updated to 4.1.1
   * Add the keep alive to hopefully fix the armhf timeout
   * Try to fix the mipsel FTBFS (Closes: #877567)
     I am trying the first option from the bug:
     - gsplit-dward on 32 bits archs
     - -g everywhere
     Many thanks to Adrian Bunk for that
Checksums-Sha1:
 ccfc51eecce526cfa92d0ace9935d89d356f1131 6308 llvm-toolchain-3.9_3.9.1-19.dsc
 35792e971d2aaa7fa514d26920775376dbcaa285 79804 
llvm-toolchain-3.9_3.9.1-19.debian.tar.xz
 7efded3465e9b04c7f1311a06724eed54e4391d5 4754332 
clang-3.9-dbgsym_3.9.1-19_amd64.deb
 f2a127fb8a3bd7deb2aed2106e46d0ef9800270c 686660 clang-3.9-doc_3.9.1-19_all.deb
 95654323613efec87bd77aa848ef59aee1d64cdc 30556 
clang-3.9-examples_3.9.1-19_amd64.deb
 77da7b57e83ac1a9d7991c0bb6c54a70b5b2b5ff 37267308 clang-3.9_3.9.1-19_amd64.deb
 f9bbbc982a8a0e9a4b7c83828141d2ae6e31a763 32224 
clang-format-3.9-dbgsym_3.9.1-19_amd64.deb
 3ae9192be87d70f40f1387004debfe5260c432c9 522972 
clang-format-3.9_3.9.1-19_amd64.deb
 1a8d75b6b43d521e880904171845ace521d3291c 485560 
clang-tidy-3.9-dbgsym_3.9.1-19_amd64.deb
 84d8578ba9f5c880bd4949f9392324cd20431729 5646688 
clang-tidy-3.9_3.9.1-19_amd64.deb
 64157ce366d3b8604b05e5d35234fb5b4ecca81d 15092620 
libclang-3.9-dev_3.9.1-19_amd64.deb
 624e99a9f0f543e19ca101aef696c1a87edcf77c 4726976 
libclang-common-3.9-dev-dbgsym_3.9.1-19_amd64.deb
 7b86eeb44b049a3884e8ca0d0661b3529f9bb484 2587152 
libclang-common-3.9-dev_3.9.1-19_amd64.deb
 d62371ca5d12691583e22c5a1b81daa825a6f365 522576 
libclang1-3.9-dbg_3.9.1-19_amd64.deb
 62d5864aff45c7ccb6a5ba2b526d09d87b2fda90 5897924 
libclang1-3.9_3.9.1-19_amd64.deb
 6edef88626d40385db30e5dda9c5f6bf7fbbe4a9 86628 
libfuzzer-3.9-dev_3.9.1-19_amd64.deb
 de4afc0ee241c90000766387a9a772fd5675aed8 1289548 
liblldb-3.9-dbg_3.9.1-19_amd64.deb
 4f85edc81e969f2b9e9be526367e09770509febb 4574772 
liblldb-3.9-dev_3.9.1-19_amd64.deb
 6c682547a4c85781a165ceab238cb72972084877 16508228 
liblldb-3.9_3.9.1-19_amd64.deb
 d3458edeff0ac80103466d07269d8ba152688ad8 775004 
libllvm3.9-dbg_3.9.1-19_amd64.deb
 301f026b42957eb6e9ac380c141d8a67db45a8b0 11404636 libllvm3.9_3.9.1-19_amd64.deb
 dc2d25d1e803c69107aaa1bf2fb562a841a2e66a 192696 
lldb-3.9-dbgsym_3.9.1-19_amd64.deb
 0823bb2b6bd45ee4684d0dcf03067dcc6a02945d 1473824 lldb-3.9_3.9.1-19_amd64.deb
 a1dd1f6db0843fb8546204d44f0c1fba1b1e1754 5557784 
llvm-3.9-dbgsym_3.9.1-19_amd64.deb
 2d4e6b1c24740d2c0318a021c0d4d0e88133dd1b 2756764 
llvm-3.9-dev-dbgsym_3.9.1-19_amd64.deb
 4976bc69606c2435eaa25fa574f5744d126cd581 17777244 
llvm-3.9-dev_3.9.1-19_amd64.deb
 0d11189cd4ba8b7796c29da687c2dcbf1a00eaa2 1655768 llvm-3.9-doc_3.9.1-19_all.deb
 ce0e4eef1ea7c4f188158977a5d962b5ba0c0636 247000 
llvm-3.9-examples_3.9.1-19_all.deb
 191ce0c95072a7ac2586242a7f2d209fac76e36c 66296 
llvm-3.9-runtime-dbgsym_3.9.1-19_amd64.deb
 58dfa5254ef4d1c352e25e12e81308f94efd9e80 173504 
llvm-3.9-runtime_3.9.1-19_amd64.deb
 5636e2c7614e5b4ffcff49de8fcd2c4497469148 58040 
llvm-3.9-tools-dbgsym_3.9.1-19_amd64.deb
 08818a0e9ed7c8eff9243fc921ff5545d5e2b18b 185128 
llvm-3.9-tools_3.9.1-19_amd64.deb
 f85573dc972df7f6c1ab5c2ce6686cbb3aa3cc34 2775636 llvm-3.9_3.9.1-19_amd64.deb
 452d5477b1796f7c209f75d22769f9e8b3326341 18913 
llvm-toolchain-3.9_3.9.1-19_amd64.buildinfo
 bc88e62092721bfb741141f5b4dc0fbdd27b2153 45900 
python-clang-3.9_3.9.1-19_amd64.deb
 d2f7b40e89e777fa2566966f877d0ef415010a35 108168 
python-lldb-3.9_3.9.1-19_amd64.deb
Checksums-Sha256:
 6e6d991a587cf2b367a094f7229738b7b8dca43b23e87bf94f490636af1ea671 6308 
llvm-toolchain-3.9_3.9.1-19.dsc
 fe2093a0e07c1b0120d05bc3b76b95c2f750bd83f06de91d0033a12cd89c5ebb 79804 
llvm-toolchain-3.9_3.9.1-19.debian.tar.xz
 fe37e6877b7bc0c9db4e4a8a9420de3a0eba136501827bcdfc13ec2b08e81841 4754332 
clang-3.9-dbgsym_3.9.1-19_amd64.deb
 524d710a1832161845f961087a62fa950eb262c31d66842a76f2f72b0f2b8024 686660 
clang-3.9-doc_3.9.1-19_all.deb
 98db531f5e920a18a8b69b2cac48798a86649cd9bdbd0c3e9baba6ca1f8cd14b 30556 
clang-3.9-examples_3.9.1-19_amd64.deb
 39588cd75949b952f869a94cde245485a84fd866f88567f95eb20ad32f28c67b 37267308 
clang-3.9_3.9.1-19_amd64.deb
 4165a1113bbac8da281ab6eb64e87232716a831ef21f989f11da38f2829e4ea6 32224 
clang-format-3.9-dbgsym_3.9.1-19_amd64.deb
 c701d16d9af0b5ddacb48109537eaed96354045b3736fdc9b57e857ebd3a5905 522972 
clang-format-3.9_3.9.1-19_amd64.deb
 496aaee19f5af633a60d4249d28bbbb57dfed1692895d9cbf232383f36b33b2c 485560 
clang-tidy-3.9-dbgsym_3.9.1-19_amd64.deb
 3a921c204bd4ea74a6292b6779eb6a841ed2358fabcf66b972f1b54a5a4f4938 5646688 
clang-tidy-3.9_3.9.1-19_amd64.deb
 695dad37fdb2a8dad75dd921a9cca0cf3c7176cc571c40651714d99cf9ec2d66 15092620 
libclang-3.9-dev_3.9.1-19_amd64.deb
 f184ae89dc61c26a4b356f194ff1e6a5b1be1ce2e5bc3f4764d2d37a3fc7ff0e 4726976 
libclang-common-3.9-dev-dbgsym_3.9.1-19_amd64.deb
 53d0c707d622ac317537bb253ff517e5c9c0ab495c12f0f2ccd412c079cfdaef 2587152 
libclang-common-3.9-dev_3.9.1-19_amd64.deb
 10ed3e2b8e44d92d2d73e1d403c8107c7886e8313da40f76af4fc72427b96b1d 522576 
libclang1-3.9-dbg_3.9.1-19_amd64.deb
 fc1a828936ef1bdae261f6b61f7cb1243e65364cdbab1fde1902c014ec4f8f54 5897924 
libclang1-3.9_3.9.1-19_amd64.deb
 005403b4654bfc9879a7efb812277c7cf846d94f05b2555a5ceceefddc574ee0 86628 
libfuzzer-3.9-dev_3.9.1-19_amd64.deb
 8b12c4dc6805de2aa8485ad1229b3f584d1de26150c263c7b19efb026eb7c9a8 1289548 
liblldb-3.9-dbg_3.9.1-19_amd64.deb
 38547682889454f41641aedaff53fc8f054384911bf4ce88d7eb5a22921e05dc 4574772 
liblldb-3.9-dev_3.9.1-19_amd64.deb
 b2f4df778c57cfd00f1d91e40abacfb501d354d25b2463f4fff8042956d01ab3 16508228 
liblldb-3.9_3.9.1-19_amd64.deb
 8703bfc2768363ae8dd47d55305e7a3ea5d17c8b3208135498748e873e880b3d 775004 
libllvm3.9-dbg_3.9.1-19_amd64.deb
 a9efbc71d59e85d4d54ad2a8a63b4aced59059deed6558241331c29b83270640 11404636 
libllvm3.9_3.9.1-19_amd64.deb
 9971d27cc4b53f8af89ef9437a7c86719d8edb1bb9af9a51e764044601776141 192696 
lldb-3.9-dbgsym_3.9.1-19_amd64.deb
 6e9d7954afaec56568c3ad4611bcb33111e4477a251ad2f815daf17593de1fe4 1473824 
lldb-3.9_3.9.1-19_amd64.deb
 4ae9bcd8d5a8b9c59b09844e6047107a5e9827fc7eda49d3ed41204f32cb80b3 5557784 
llvm-3.9-dbgsym_3.9.1-19_amd64.deb
 b76899cd8e1ecd359a389e28dc88ff0a18f75458c2e8e368568c4058233812fb 2756764 
llvm-3.9-dev-dbgsym_3.9.1-19_amd64.deb
 5d210e3e6aca15d1e37ac2d3e5559a83be7a8fbcc32fc06096024729ea1c20f8 17777244 
llvm-3.9-dev_3.9.1-19_amd64.deb
 bc481bb17b9c41fabb52a48ab446170b0104158dd3832c9c1c3d07ac5be4a9a3 1655768 
llvm-3.9-doc_3.9.1-19_all.deb
 788a200f9a423bf94d20bea008bc4d5ff71df53e90094179c51542e43dce3a4a 247000 
llvm-3.9-examples_3.9.1-19_all.deb
 435d29858535613a2e3f91afc2d0db3dd15eacc51bf137f88f11479655e00178 66296 
llvm-3.9-runtime-dbgsym_3.9.1-19_amd64.deb
 3afb222502fc4a8d7fd2fc035df1c8db54be8d5b9550560de8084a54eabfdb5f 173504 
llvm-3.9-runtime_3.9.1-19_amd64.deb
 7f5c45d61860950bfbbfb4c994def680b9dc522842ff6543906f47a2a03b036f 58040 
llvm-3.9-tools-dbgsym_3.9.1-19_amd64.deb
 6984ce0b7e88cb98e605194312d30bbeddf7d1e16df0fbf282cb05c099f0ec34 185128 
llvm-3.9-tools_3.9.1-19_amd64.deb
 a24b12bf45bf8de25577371738ad8dcd4f42f3faee459bb250bfae32443e162a 2775636 
llvm-3.9_3.9.1-19_amd64.deb
 41498d8b478ccdf3cb69c256dc9a89bb7f180385bb50af0d17623665325372f7 18913 
llvm-toolchain-3.9_3.9.1-19_amd64.buildinfo
 b5b0a87c53c63cb823e4530c9c226b3e8e13fb9d33f63ded29d930eeb0c644a5 45900 
python-clang-3.9_3.9.1-19_amd64.deb
 c2a5dc4b2632968e9cbd86399cd655a9f309460e7e2bee5b77a2298dfc467458 108168 
python-lldb-3.9_3.9.1-19_amd64.deb
Files:
 78f4af2e6cf2649fd200d17fd0dd0827 6308 devel optional 
llvm-toolchain-3.9_3.9.1-19.dsc
 7ab1f7863d6e09b82a4a5fdb7b807e5a 79804 devel optional 
llvm-toolchain-3.9_3.9.1-19.debian.tar.xz
 d28fcd11417b179d2da18bbe1cab7340 4754332 debug optional 
clang-3.9-dbgsym_3.9.1-19_amd64.deb
 defe4a2d7cf12052507ada1e7533bbe6 686660 doc optional 
clang-3.9-doc_3.9.1-19_all.deb
 4fd0ace6bb06d315f62cb2800c5016aa 30556 doc optional 
clang-3.9-examples_3.9.1-19_amd64.deb
 3d344f5316eb06bf17d046f5bc10ef4e 37267308 devel optional 
clang-3.9_3.9.1-19_amd64.deb
 c5e6d50ce8a16171a20ecbbc16bb35e5 32224 debug optional 
clang-format-3.9-dbgsym_3.9.1-19_amd64.deb
 bd42bbf4fa8939b2ac6f69c8e1fca6f5 522972 devel optional 
clang-format-3.9_3.9.1-19_amd64.deb
 0a95e5b3992dce8c1f71925adec9ee24 485560 debug optional 
clang-tidy-3.9-dbgsym_3.9.1-19_amd64.deb
 18b490cb9c9eadd46bdb1cb4d686e031 5646688 devel optional 
clang-tidy-3.9_3.9.1-19_amd64.deb
 a2a1ba762d446378fcb85298fc9aa96d 15092620 libdevel optional 
libclang-3.9-dev_3.9.1-19_amd64.deb
 2a2690a73a27840ff4e3aab74b6470f8 4726976 debug optional 
libclang-common-3.9-dev-dbgsym_3.9.1-19_amd64.deb
 4698ac5ca8da13a615efd7d80f5b71ec 2587152 libdevel optional 
libclang-common-3.9-dev_3.9.1-19_amd64.deb
 b36793ff8c650750b517ef617f1e2418 522576 debug extra 
libclang1-3.9-dbg_3.9.1-19_amd64.deb
 36332debda5b8b2ef8865baf8aba1e21 5897924 devel optional 
libclang1-3.9_3.9.1-19_amd64.deb
 88a883fb2d7b55129b6b588e40f5ac81 86628 libdevel optional 
libfuzzer-3.9-dev_3.9.1-19_amd64.deb
 9184c81512b118a396332942b501df03 1289548 debug extra 
liblldb-3.9-dbg_3.9.1-19_amd64.deb
 b453c7f178f8fb339f0ff4c0634501f9 4574772 libdevel optional 
liblldb-3.9-dev_3.9.1-19_amd64.deb
 310e662c2b5efb55b9e5ad9e1d813e45 16508228 libs optional 
liblldb-3.9_3.9.1-19_amd64.deb
 587d000be31ec179a28ee794a2dfb39a 775004 debug extra 
libllvm3.9-dbg_3.9.1-19_amd64.deb
 54993e908b29e05526da1822c596a1d9 11404636 libs optional 
libllvm3.9_3.9.1-19_amd64.deb
 d2afb6bfee9844bbf17498ed172f1ae0 192696 debug optional 
lldb-3.9-dbgsym_3.9.1-19_amd64.deb
 e5c72b1a12a6e380ca340fe65e6eaf42 1473824 devel optional 
lldb-3.9_3.9.1-19_amd64.deb
 2d94c01a626052e7279e396cc2d88295 5557784 debug optional 
llvm-3.9-dbgsym_3.9.1-19_amd64.deb
 9bbadc23d4a82624e97ecf0d3742943e 2756764 debug optional 
llvm-3.9-dev-dbgsym_3.9.1-19_amd64.deb
 f221fb926f41d0a25ec1693c0c6ab7e3 17777244 devel optional 
llvm-3.9-dev_3.9.1-19_amd64.deb
 fcf004d3a40ea2b02842af7e5faa9ad5 1655768 doc optional 
llvm-3.9-doc_3.9.1-19_all.deb
 d0c5e23a82c576c7d6bca78c1d9483ab 247000 doc optional 
llvm-3.9-examples_3.9.1-19_all.deb
 74c195fcd755fc05c65d9926963b2164 66296 debug optional 
llvm-3.9-runtime-dbgsym_3.9.1-19_amd64.deb
 ac1c6cac42103adbe51b0b059f12446a 173504 devel optional 
llvm-3.9-runtime_3.9.1-19_amd64.deb
 15b52ea52144062f85995a8662f99553 58040 debug optional 
llvm-3.9-tools-dbgsym_3.9.1-19_amd64.deb
 beabe7713be0d7df2bad4d96c1885ed2 185128 devel optional 
llvm-3.9-tools_3.9.1-19_amd64.deb
 adf0d0189d4d83432527c426e8100277 2775636 devel optional 
llvm-3.9_3.9.1-19_amd64.deb
 25dde10728af6a66b65ecd06ba7f6535 18913 devel optional 
llvm-toolchain-3.9_3.9.1-19_amd64.buildinfo
 93e249607b267edaf8c7466b82df4c2d 45900 python optional 
python-clang-3.9_3.9.1-19_amd64.deb
 ea452fc2d554c8af810a9c81f3852e4d 108168 python optional 
python-lldb-3.9_3.9.1-19_amd64.deb

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

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlo9WWYACgkQfmUo2nUv
G+GIPw/+LrNgUB7sMzDCuoneTSRHWFOYPwmGI+FVrW+LSlI0m8RTJyuUFJ22cQo1
l1Iptk53jJsVD6dxkFFG/tXjdoEzll5BoEbGuMk8a/TcyKniLx7vJpbGgr6dfytb
WYi8y7LU0gUgFqT2g5dtqE1Q3BUOXNa+gDS2j/J01L1Pq1y90EvuvZgsUAxpJP0+
hxSxtZWrN3iWy2PjqqoKU4BTflY2k4y1/r6H2HnL1V4T6XgEBvknJ7VeIysVsPUw
192wunbHVmb11Shc4/39i3qgsqeF1Uu2oIOb7A1Qfa2qKKw4pkYK9t6kIFtY61dg
VG7NWIjROf+tU3p5/w2lwWREHSdzE3XWwgH0wLPCxEdZPrpYp4QtLrqdH9tzkdns
lpiuOh1oCf9UukTN4b07lAu6TgsxI4CBqwTlyIkbuV3SpJct2tzExHbjuqfBnjy2
FebLEtrCkHUbk6QOXnegqE0QFkvGI0wWSym7ft7OaZQLVpUj0uoLUff61S/cBItd
pp1rEyW9TqTk6WA/OY2sy9KWNQYTckFlHaIaLeokJ9kUdNrniCnuQBdWDzW0We7Q
JRvGe3cRmzgcudU9BKbLES7GF5AhVXyeGowq5byiVgeFRIN4tZyuSiEK7EQe5g/U
hcCgd/xvhJfSLE0nW7dcfSzQ//Yn8G+vgpp1jnl2JVCbRMG7CMc=
=7P6H
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to