[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#248216: marked as done (gcc-3.3: FTBFS: Doesn't build docs without dot present)



Your message dated Tue, 18 May 2004 04:17:11 -0400
with message-id <E1BPzmh-00019k-00@newraff.debian.org>
and subject line Bug#248216: fixed in gcc-3.3 1:3.3.3ds7-8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 May 2004 21:47:46 +0000
>From daniel@frobnitz.ddts.net Sun May 09 14:47:46 2004
Return-path: <daniel@frobnitz.ddts.net>
Received: from maynard.mail.mindspring.net [207.69.200.243] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BMw9C-0005d5-00; Sun, 09 May 2004 14:47:46 -0700
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.ddts.net)
	by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1)
	id 1BMw9B-0006EO-00
	for submit@bugs.debian.org; Sun, 09 May 2004 17:47:45 -0400
Received: from daniel by frobnitz.ddts.net with local (Exim 4.33)
	id 1BMw9F-00072y-0t
	for submit@bugs.debian.org; Sun, 09 May 2004 14:47:49 -0700
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gcc-3.3: FTBFS: Doesn't build docs without dot present
From: Daniel Schepler <schepler@math.berkeley.edu>
Date: Sun, 09 May 2004 14:47:48 -0700
Message-ID: <[🔎] 87r7ttp917.fsf@frobnitz.ddts.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Daniel Schepler <daniel@frobnitz.ddts.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: gcc-3.3
Version: 1:3.3.3ds6-7
Severity: serious

>From my build log:

...
trap '' 1 2 3 15; touch stamps/08-binary-stamp-libgcj-common; mv stamps/07-install-stamp-tmp stamps/07-install-stamp
rm -rf /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html*
if dot -V; then \
  /usr/bin/make -C /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3 SHELL=/bin/bash doxygen; \
  /usr/bin/make -C /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3 SHELL=/bin/bash doxygen-man; \
fi
/bin/bash: line 1: dot: command not found
if [ -f /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html ]; then \
  sed -e 's,http://gcc\.gnu\.org/onlinedocs/libstdc++,../html,g' \
      -e 's,<title>Main Page</title>,<title>libstdc++-v3 Source: Main Index</title>,' \
    /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html \
      > /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html.new; \
  mv -f /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html.new \
      /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html; \
elif [ -f debian/patches/html_user.uue ]; then \
  mkdir -p /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen || true; \
  cd /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen; \
  uudecode /tmp/buildd/gcc-3.3-3.3.3ds6/debian/patches/html_user.uue; \
  tar -x --bzip2 -f html_user.tar.bz2; \
  rm html_user.tar.bz2; \
else \
  echo "unable to generate doxygen docs"; \
  exit 2; \
fi
touch stamps/05-build-doxygen-stamp
dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libstdc++5-3.3-doc
dh_installdirs -plibstdc++5-3.3-doc \
	usr/share/doc/gcc-3.3-base/libstdc++ \
	usr/share/man
dh_link -plibstdc++5-3.3-doc /usr/share/doc/gcc-3.3-base /usr/share/doc/libstdc++5-3.3-doc
dh_installdocs -plibstdc++5-3.3-doc
rm -f debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/copyright
cp -a /tmp/buildd/gcc-3.3-3.3.3ds6/src/libstdc++-v3/docs/html \
	debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/.
ln -sf documentation.html \
	debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/html/index.html
find debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/ -name CVS -type d \
	| xargs rm -rf
cp -a /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user \
	debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/.
cp -a /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/man/man3 \
	debian/libstdc++5-3.3-doc/usr/share/man/.
cp: cannot stat `/tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/man/man3': No such file or directory
make[1]: *** [stamps/08-binary-stamp-libstdcxx-doc] Error 1
make[1]: Leaving directory `/tmp/buildd/gcc-3.3-3.3.3ds6'
make: *** [binary] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.7-6 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.3-6     The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.3-6     The GNU Compiler Collection (base 
ii  libc6                      2.3.2.ds1-12  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-6     GCC support library

-- no debconf information

-- 
Daniel Schepler              "Please don't disillusion me.  I
schepler@math.berkeley.edu    haven't had breakfast yet."
                                 -- Orson Scott Card

---------------------------------------
Received: (at 248216-close) by bugs.debian.org; 18 May 2004 08:23:06 +0000
>From katie@ftp-master.debian.org Tue May 18 01:23:06 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BPzsQ-0006gw-00; Tue, 18 May 2004 01:23:06 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BPzmh-00019k-00; Tue, 18 May 2004 04:17:11 -0400
From: Matthias Klose <doko@debian.org>
To: 248216-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#248216: fixed in gcc-3.3 1:3.3.3ds7-8
Message-Id: <E1BPzmh-00019k-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 18 May 2004 04:17:11 -0400
Delivered-To: 248216-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: gcc-3.3
Source-Version: 1:3.3.3ds7-8

We believe that the bug you reported is fixed in the latest version of
gcc-3.3, which is due to be installed in the Debian FTP archive:

cpp-3.3-doc_3.3.3-8_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.3-8_all.deb
cpp-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-8_i386.deb
fastjar_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/fastjar_3.3.3-8_i386.deb
fixincludes_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.3-8_i386.deb
g++-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.3-8_i386.deb
g77-3.3-doc_3.3.3-8_all.deb
  to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.3-8_all.deb
g77-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.3-8_i386.deb
gcc-3.3-base_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.3-8_i386.deb
gcc-3.3-doc_3.3.3-8_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.3-8_all.deb
gcc-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3-8_i386.deb
gcc-3.3_3.3.3ds7-8.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds7-8.diff.gz
gcc-3.3_3.3.3ds7-8.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds7-8.dsc
gcc-3.3_3.3.3ds7.orig.tar.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds7.orig.tar.gz
gcj-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.3-8_i386.deb
gij-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.3-8_i386.deb
gnat-3.3-doc_3.3.3-8_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.3-8_all.deb
gnat-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.3-8_i386.deb
gobjc-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.3-8_i386.deb
gpc-2.1-3.3-doc_3.3.3.20040516-8_all.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.3.20040516-8_all.deb
gpc-2.1-3.3_3.3.3.20040516-8_i386.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.3.20040516-8_i386.deb
libffi2-dev_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.3-8_i386.deb
libffi2_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.3-8_i386.deb
libg2c0_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.3-8_i386.deb
libgcc1_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libgcc1_3.3.3-8_i386.deb
libgcj-common_3.3.3-8_all.deb
  to pool/main/g/gcc-3.3/libgcj-common_3.3.3-8_all.deb
libgcj4-dev_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.3-8_i386.deb
libgcj4_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.3-8_i386.deb
libobjc1_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.3-8_i386.deb
libstdc++5-3.3-dbg_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.3-8_i386.deb
libstdc++5-3.3-dev_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.3-8_i386.deb
libstdc++5-3.3-doc_3.3.3-8_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.3-8_all.deb
libstdc++5-3.3-pic_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.3-8_i386.deb
libstdc++5_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.3-8_i386.deb
protoize_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/protoize_3.3.3-8_i386.deb
treelang-3.3_3.3.3-8_i386.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.3-8_i386.deb



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 248216@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-3.3 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 18 May 2004 00:01:14 +0200
Source: gcc-3.3
Binary: gcc-3.3-nof gcc-3.3 libobjc1 libgcc1 lib64g2c0 libstdc++5-3.3-doc libgcj4 gpc-2.1-3.3-doc libstdc++5 cpp-3.3-doc protoize gcc-3.3-hppa64 cpp-3.3 libstdc++5-3.3-dbg g77-3.3-doc gpc-2.1-3.3 g77-3.3 libgcj4-dev gcc-3.3-doc libgnat-3.15 lib64objc1 lib64ffi2 libstdc++5-3.3-dev libffi2-dev gcj-3.3 libgcj-common gobjc-3.3 lib64stdc++5 gcc-3.3-soft-float lib64gcj4 treelang-3.3 libg2c0-dev lib64gcc1 fastjar lib64gnat3.15 fixincludes libg2c0 gij-3.3 libstdc++5-3.3-pic gcc-3.3-base g++-3.3 gnat-3.3 libffi2 gnat-3.3-doc
Architecture: source i386 all
Version: 1:3.3.3ds7-8
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.3    - The GNU C preprocessor
 cpp-3.3-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar    - Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-3.3    - The GNU C++ compiler
 g77-3.3    - The GNU Fortran 77 compiler
 g77-3.3-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.3    - The GNU C compiler
 gcc-3.3-base - The GNU Compiler Collection (base package)
 gcc-3.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-3.3    - The GNU compiler for Java(TM)
 gij-3.3    - The GNU Java bytecode interpreter
 gnat-3.3   - The GNU Ada compiler
 gnat-3.3-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.3  - The GNU Objective-C compiler
 gpc-2.1-3.3 - The GNU Pascal compiler
 gpc-2.1-3.3-doc - Documentation for the GNU Pascal compiler (gpc)
 libffi2    - Foreign Function Interface library runtime
 libffi2-dev - Foreign Function Interface library (development files)
 libg2c0    - Runtime library for GNU Fortran 77 applications
 libgcc1    - GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj4    - Java runtime library for use with gcj
 libgcj4-dev - Java development headers and static library for use with gcj
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++5 - The GNU Standard C++ Library v3
 libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-3.3 - The GNU Treelang compiler
Closes: 247204 247345 248216
Changes: 
 gcc-3.3 (1:3.3.3ds7-8) unstable; urgency=low
 .
   * Update to gcc-3_3-branch CVS 20040517 (first 3.3.4 prerelease).
     - Adds missing exception clause in libstdc++-v3's source files.
   * Update to gpc-20040516 beta release.
   * debian/copyright: Add libstdc++-v3's exception clause (closes: #247204).
   * Fix FTBFS for libstdc++-doc (closes: #248216).
   * Reference Debian specific bug reporting instructions (closes: #247345).
   * Update README.Bugs.
   * On amd64-linux, configure --without-multilib, disable Ada.
   * Update stack protector patch to 3.3.2-1 (not applied by default).
Files: 
 080fcb8e7bc64172ed4b7d8a3547808c 2368 devel standard gcc-3.3_3.3.3ds7-8.dsc
 0f3c68f02c481083a14e1ac5c86ba88a 26382222 devel standard gcc-3.3_3.3.3ds7.orig.tar.gz
 bf60aef1723696d7c749912cf3ccf92c 2375399 devel standard gcc-3.3_3.3.3ds7-8.diff.gz
 47830aad6a83ec68bd0bc3c0a55c5440 82934 doc optional cpp-3.3-doc_3.3.3-8_all.deb
 5071654e7c5890d24fbe4660b71f56a6 1170 libs optional libgcj-common_3.3.3-8_all.deb
 3c7b92c903b7a1ffcc6e0b45089e5300 3187296 doc optional libstdc++5-3.3-doc_3.3.3-8_all.deb
 3ced8f346c9f8ebc79ddb70ba95d5c22 268352 doc optional g77-3.3-doc_3.3.3-8_all.deb
 6a636919649da232cab772ad9a971097 328650 doc optional gnat-3.3-doc_3.3.3-8_all.deb
 fa23a7a3da64d2a051bf9eb38650ebe2 807088 doc optional gpc-2.1-3.3-doc_3.3.3.20040516-8_all.deb
 0dd1af95553162ffed7c890b5b61f86e 598870 doc optional gcc-3.3-doc_3.3.3-8_all.deb
 27c7c70b49347b6974c54dc4fbf62a41 145516 devel required gcc-3.3-base_3.3.3-8_i386.deb
 4f3a5e8be544cd7afb72fc5c822b7c5e 75216 libs required libgcc1_3.3.3-8_i386.deb
 a7d3db2645036598e6045422bf46ab68 1391220 interpreters standard cpp-3.3_3.3.3-8_i386.deb
 58dfe34081b74f27b4ff76be58fcbef9 23270 devel optional protoize_3.3.3-8_i386.deb
 82009b34cc4d6018f48a0506d464c189 73244 devel optional fixincludes_3.3.3-8_i386.deb
 a476d1f1b8e9d4a9208d602f50ddc16f 1467116 devel optional gobjc-3.3_3.3.3-8_i386.deb
 cd0ecebce3fa468ac1d78a506723b581 134646 libs optional libobjc1_3.3.3-8_i386.deb
 9ecd556166753c45e8b4053cf97d95a7 12998 devel optional gij-3.3_3.3.3-8_i386.deb
 8c19263ff4c771c24aa4d87cb6a2de8a 3983106 libs optional libgcj4_3.3.3-8_i386.deb
 31eecb7631e0cb0a02063aa57b0a9739 1694278 devel optional gcj-3.3_3.3.3-8_i386.deb
 3eae95c5b4fd6e8f2b7edafd93927114 4750226 libdevel optional libgcj4-dev_3.3.3-8_i386.deb
 464eddc60b4130d3f4b91ca19bcc72f9 112110 devel extra fastjar_3.3.3-8_i386.deb
 fcd505e7d78db790680d72f24523a5ad 69988 libs optional libffi2_3.3.3-8_i386.deb
 86dfac1226571ce7812066ccab4deee8 11178 libdevel optional libffi2-dev_3.3.3-8_i386.deb
 d1f184e9d078e7b4d5c3dd1b32a3ab27 1776248 devel standard g++-3.3_3.3.3-8_i386.deb
 e1986b0686410dc452c604054b49d793 289620 base required libstdc++5_3.3.3-8_i386.deb
 12531321b0113bee922e800114ab81f1 773692 libdevel standard libstdc++5-3.3-dev_3.3.3-8_i386.deb
 abfd79b1e0691d30718fa45905eee49e 325138 libdevel extra libstdc++5-3.3-pic_3.3.3-8_i386.deb
 1cb5cc41eb66a8e77277fb89dc2b2b4c 4867470 libdevel extra libstdc++5-3.3-dbg_3.3.3-8_i386.deb
 2cd07c6dc5c0a192dcd7e333a91d6bb6 50466 libs optional libg2c0_3.3.3-8_i386.deb
 20058fbf716f41ba07595b10af2592bd 1614732 devel optional g77-3.3_3.3.3-8_i386.deb
 27dd2be9b475e342e9f6d48ea90f239c 6308410 devel optional gnat-3.3_3.3.3-8_i386.deb
 d16f01c4530c02cb0d45027630f10c11 1288990 devel optional treelang-3.3_3.3.3-8_i386.deb
 84a44b94628e6e1d577a84f1a5f96a51 1937670 devel optional gpc-2.1-3.3_3.3.3.20040516-8_i386.deb
 5f72ac34e2e2ee8dab020af3876d3137 1558356 devel standard gcc-3.3_3.3.3-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAqZRUStlRaw+TLJwRAtx5AJsFqQvWSdMwoktQgTM9ejyivgps5gCggxGN
7LgHpP47Va0VKBNdJS29+D8=
=KkBc
-----END PGP SIGNATURE-----



Reply to: