Your message dated Fri, 02 Sep 2016 12:48:38 +0000
with message-id <e1bfnte-00037l...@franck.debian.org>
and subject line Bug#835695: fixed in android-platform-development 6.0.1+r55-1
has caused the Debian Bug report #835695,
regarding android-platform-development: FTBFS: ld: cannot find -lETC1
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.)


-- 
835695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: android-platform-development
Version: 6.0.1+r16-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ tools/etc1tool/etc1tool.cpp -o etc1tool -g -O2 
> -fdebug-prefix-map=/<<BUILDDIR>>/android-platform-development-6.0.1+r16=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Iinclude -I/usr/include/android -include 
> android/arch/AndroidConfig.h -Wl,-z,relro -Wl,-rpath=/usr/lib/android -lpng 
> -L/usr/lib/android -lETC1
> tools/etc1tool/etc1tool.cpp: In function 'void 
> multipleEncodeDecodeCheck(bool*)':
> tools/etc1tool/etc1tool.cpp:477:94: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>          usage("At most one occurrence of --encode --encodeNoHeader or 
> --decode is allowed.\n");
>                                                                               
>                 ^
> tools/etc1tool/etc1tool.cpp: In function 'int main(int, char**)':
> tools/etc1tool/etc1tool.cpp:502:54: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                      usage("Only one -o flag allowed.");
>                                                       ^
> tools/etc1tool/etc1tool.cpp:505:54: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                      usage("Expected outfile after -o");
>                                                       ^
> tools/etc1tool/etc1tool.cpp:523:76: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                          usage("Only one --showDifference option allowed.\n");
>                                                                             ^
> tools/etc1tool/etc1tool.cpp:527:73: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                          usage("Expected difffile after --showDifference");
>                                                                          ^
> tools/etc1tool/etc1tool.cpp:533:50: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                      usage("Unknown flag %s", pArg);
>                                                   ^
> tools/etc1tool/etc1tool.cpp:538:46: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                  usage("Unknown flag %s", pArg);
>                                               ^
> tools/etc1tool/etc1tool.cpp:545:37: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>                          pInput, pArg);
>                                      ^
> tools/etc1tool/etc1tool.cpp:556:62: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>          usage("--showDifference is only valid when encoding.");
>                                                               ^
> tools/etc1tool/etc1tool.cpp:560:40: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>          usage("Expected an input file.");
>                                         ^
> tools/etc1tool/etc1tool.cpp:569:80: warning: ISO C++ forbids converting a 
> string constant to 'char*' [-Wwrite-strings]
>              usage("Could not change extension of input file name: %s\n", 
> pInput);
>                                                                               
>   ^
> /usr/bin/ld: cannot find -lETC1
> collect2: error: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/android-platform-development_6.0.1+r16-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: android-platform-development
Source-Version: 6.0.1+r55-1

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

Debian distribution maintenance software
pp.
Kai-Chung Yan <seamli...@gmail.com> (supplier of updated 
android-platform-development 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: Mon, 29 Aug 2016 20:16:39 +0800
Source: android-platform-development
Binary: etc1tool
Architecture: source amd64
Version: 6.0.1+r55-1
Distribution: unstable
Urgency: medium
Maintainer: Android tools Maintainer 
<android-tools-de...@lists.alioth.debian.org>
Changed-By: Kai-Chung Yan <seamli...@gmail.com>
Description:
 etc1tool   - ETC1 conversion tool
Closes: 835695
Changes:
 android-platform-development (6.0.1+r55-1) unstable; urgency=medium
 .
   [ Kai-Chung Yan ]
   * d/copyright: Improvements
   * Search for Android libraries in multiarch path (Closes: #835695)
   * Define NDEBUG for C++ binaries
   * Update Standards-Version => 3.9.8 (no changes)
 .
   [ Chirayu Desai ]
   * New upstream release (Identical to 6.0.1+r16)
   * debian: Add watch file for usage with uscan
Checksums-Sha1:
 a64de398055eb587416c643e474d07f23d56a9fd 2095 
android-platform-development_6.0.1+r55-1.dsc
 8d6433733308f66e701478903eca0904c880dfdc 3888808 
android-platform-development_6.0.1+r55.orig.tar.xz
 a66304b9186acc493895b3c2c471cd852c9bb88b 8036 
android-platform-development_6.0.1+r55-1.debian.tar.xz
 1b7bf01ed3736dfbcc7d02433abd996ea6dc7d92 14734 
etc1tool-dbgsym_6.0.1+r55-1_amd64.deb
 c1c3e393f3d7fca90449b18227c25cb21c42fca6 14312 etc1tool_6.0.1+r55-1_amd64.deb
Checksums-Sha256:
 99067979d62b8f3dc67d2f80ca811060878a991affb877f285c1171c5c61e911 2095 
android-platform-development_6.0.1+r55-1.dsc
 3e0518f326a2208e6cc6e9b8df0e1df78ab1f9ea7bbe7a97272e8366d62b631f 3888808 
android-platform-development_6.0.1+r55.orig.tar.xz
 b9683eb6228b77eb70827bb6b6e8247aef4044067d5cefab7864f2490b255085 8036 
android-platform-development_6.0.1+r55-1.debian.tar.xz
 0504ef8fb3bb9072954e88cbd00eb7eaf6795a39fbecf2137da077d34111cbb8 14734 
etc1tool-dbgsym_6.0.1+r55-1_amd64.deb
 afa0d725c2bbd11f2677c3b327e342e0d92cc6bce642bc17c8d7236ad61fa57b 14312 
etc1tool_6.0.1+r55-1_amd64.deb
Files:
 32d0355922764ec28485c5bc10b5a07e 2095 devel optional 
android-platform-development_6.0.1+r55-1.dsc
 1f006dc2702ba6707cd09c42d24ddf49 3888808 devel optional 
android-platform-development_6.0.1+r55.orig.tar.xz
 a4d2d4e76d825c5467c8b905a03016c7 8036 devel optional 
android-platform-development_6.0.1+r55-1.debian.tar.xz
 93325d0581c8fc0894761b4867da308a 14734 debug extra 
etc1tool-dbgsym_6.0.1+r55-1_amd64.deb
 22a3e7ef833faebf794e82ca2173c89e 14312 devel optional 
etc1tool_6.0.1+r55-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPG for Android - https://guardianproject.info/code/gnupg/

iQEcBAEBCAAGBQJXyXLHAAoJED4XeBe6G5v692YH/jDfqoZLJx0raAtcMjNOKHBY
YHUyEL1rB8yxDovSIwYoCUfCnXcjByMkfrfT8VOnBNtRyIYHwpZfACSG6y/E6wv2
yR3h/YEK0ao79WszoBj6XwDQ45pjLk4C1oJ4AqfViABkTY7wEpZRIX73Rn6lHhC9
cD9QU3GlbJDD7PzZCbI5c4Qqgel/s2b4d9yBL42zM6GstqCmkbNQj61dSz/VDuEZ
uxrOMlkbKy0HEW+Wn1X0WRwRAdMlZlQriKHQV16kIkXXboVvpBUJp12qB2P6H+jD
NSnop/FaFhnvVhwnqQDxpD1ANqSOkeBvDXc2rKwXtFmKnLGepyTQjKRi5Cnuzys=
=lGBH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to