Your message dated Mon, 08 Feb 2016 10:49:31 +0000
with message-id <e1asjnr-0000qu...@franck.debian.org>
and subject line Bug#808446: fixed in google-android-build-tools-installer
23.0.2.1
has caused the Debian Bug report #808446,
regarding google-android-build-tools-installer: configuration script fail
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.)
--
808446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: google-android-build-tools-installer
Version: 23.0.2.0
Severity: grave
Tags: patch
Hello,
google-android-build-tools-installer fail to install on my computer:
install: impossible d'évaluer «
/var/cache/google-android-build-tools-installer/android-4.4W/split-select »:
Aucun fichier ou dossier de ce type
Meaning that it can find split-select.
It seem that it fail because it is not installing android-4.4W but
android-6.
The attached path fix this problem.
There is another bug in the Makefile: the library (libLLVM.so
libbcinfo.so libbcc.so libclang.so) are looked for in the wrong
subdirectory of android-*/, and the test looking at their possible
installation in the current system look in /usr/bin and not /usr/lib.
My patch fix those two error too.
Thanks for the package.
Cordially, Rémi.
--- google-android/Makefile 2015-12-20 10:34:56.106509766 +0100
+++ /usr/share/google-android-build-tools-installer/Makefile 2015-12-20 10:30:59.106470309 +0100
@@ -6,7 +6,7 @@
PKG_SOURCE_URL:=https://dl.google.com/android/repository/${PKG_SOURCE}
DL_DIR=/var/cache/google-android-build-tools-installer
-UNPACK_DIR=$(DL_DIR)/android-4.4W
+UNPACK_DIR=$(DL_DIR)/android-6.0
DOC_DIR=/usr/share/doc/google-android-build-tools
all: $(DL_DIR)/$(UNPACK_DIR)/aapt
@@ -30,8 +30,8 @@
$(UNPACK_DIR)/zipalign \
/usr/bin/
install -d -m0755 /usr/lib/
- for f in libLLVM.so libbcinfo.so libbcc.so libclang.so; do \
- test -e /usr/bin/$$f || install -m0644 $(UNPACK_DIR)/$$f /usr/lib/; done
+ for f in lib/libLLVM.so lib/libbcinfo.so lib/libbcc.so lib/libclang.so; do \
+ test -e /usr/lib/$$f || install -m0644 $(UNPACK_DIR)/$$f /usr/lib/; done
install -d -m0755 $(DOC_DIR)
gzip -9 --stdout $(UNPACK_DIR)/NOTICE.txt > $(DOC_DIR)/copyright.gz
install -m0644 $(UNPACK_DIR)/source.properties $(DOC_DIR)/
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages google-android-build-tools-installer depends on:
ii build-essential 12.1
ii ca-certificates 20150426
ii dpkg-dev 1.18.3
ii libstdc++6 5.3.1-3
ii make 4.0-8.2
ii unzip 6.0-20
ii wget 1.17.1-1
ii zlib1g 1:1.2.8.dfsg-2+b1
google-android-build-tools-installer recommends no packages.
google-android-build-tools-installer suggests no packages.
-- no debconf information
--
Rémi Vanicat
--- End Message ---
--- Begin Message ---
Source: google-android-build-tools-installer
Source-Version: 23.0.2.1
We believe that the bug you reported is fixed in the latest version of
google-android-build-tools-installer, 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 808...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hans-Christoph Steiner <h...@eds.org> (supplier of updated
google-android-build-tools-installer 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, 08 Feb 2016 10:56:14 +0100
Source: google-android-build-tools-installer
Binary: google-android-build-tools-installer
Architecture: source
Version: 23.0.2.1
Distribution: unstable
Urgency: medium
Maintainer: Android tools Maintainer
<android-tools-de...@lists.alioth.debian.org>
Changed-By: Hans-Christoph Steiner <h...@eds.org>
Description:
google-android-build-tools-installer - Google build tools for Android (aapt,
aidl, dexdump, dx)
Closes: 808446
Changes:
google-android-build-tools-installer (23.0.2.1) unstable; urgency=medium
.
[ Remi Vanicat ]
* fix configuration script fail (Closes: #808446)
Checksums-Sha1:
5e8c0cf836179df3d92478fabc14b4d7ba58d41f 1631
google-android-build-tools-installer_23.0.2.1.dsc
c46e3ff82446a6ffc73dd82dce9e4a2be2f53f42 3496
google-android-build-tools-installer_23.0.2.1.tar.xz
Checksums-Sha256:
3ea58b1f5e49cc0ec32eaae52889c77bb952d65f7aba12588ef493ef6681718d 1631
google-android-build-tools-installer_23.0.2.1.dsc
6a0302fd535026379672db990e6e016ab61547f7560f3316a119a939045ebb37 3496
google-android-build-tools-installer_23.0.2.1.tar.xz
Files:
e5de744915a4ae5da4c1e0a95285807b 1631 contrib/devel optional
google-android-build-tools-installer_23.0.2.1.dsc
81c9e61871f7ed4a279cf1895c746dc6 3496 contrib/devel optional
google-android-build-tools-installer_23.0.2.1.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPG for Android - https://guardianproject.info/code/gnupg/
iQEcBAEBCAAGBQJWuHC4AAoJED4XeBe6G5v67RMH/1Gp43NxWHjFH7V0IYXvPpJ0
RnsYf7a4nRV9oBtXIcVNvPoy3hLkekc+7Ku48ozdT9ZaKHiF1ayj5/zAonrk5+Fd
yXjketjVwIH/75WcXcR/bwtuSdYVEGSDEn8lstjIiRsMlD1zov9rOi6Z95Z3/LXW
8E/pfCS6q+YDlD5u2t6UlrJLs2fXGMYh4C29bf7jg75imhSug6zyldReY5vnP6HF
KvTnpxx0Nd8Fglfl2xZx9sIKMGQl6oYrXwZhVjrukVUAPVLSmlBU7mWYwZfxJSDf
8Mp+AFN5MkVnPCcSFUY30VAgX6SJoUO1G0CMjoahVMnvRnMm0L9o2E0w3nZ2S9Q=
=zSlz
-----END PGP SIGNATURE-----
--- End Message ---