Your message dated Fri, 29 Jun 2018 18:04:00 +0000
with message-id <[email protected]>
and subject line Bug#902666: fixed in apktool 2.3.3-2
has caused the Debian Bug report #902666,
regarding apktool: build a decoded apk failed: java.lang.NoSuchMethodError
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.)
--
902666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902666
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apktool
Version: 2.3.3-1
Severity: normal
User: [email protected]
Usertags: origin-kali
Hello,
When trying to decode and then to build an apk app, it fails:
$ apktool d -o app2.apk app.apk
$ apktool b app2.apk
I: Using Apktool 2.3.3-dirty
Exception in thread "main" java.lang.NoSuchMethodError:
brut.androlib.meta.StringExConstructor.constructScalar(Lorg/yaml/snakeyaml/nodes/ScalarNode;)Ljava/lang/Object;
at
brut.androlib.meta.StringExConstructor.access$100(StringExConstructor.java:25)
at
brut.androlib.meta.StringExConstructor$ConstructStringEx.construct(StringExConstructor.java:32)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193)
at
org.yaml.snakeyaml.constructor.SafeConstructor.processDuplicateKeys(SafeConstructor.java:85)
at
org.yaml.snakeyaml.constructor.SafeConstructor.flattenMapping(SafeConstructor.java:70)
at
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:190)
at
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
at
org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:309)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:159)
at
org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:146)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:518)
at brut.androlib.meta.MetaInfo.load(MetaInfo.java:70)
at brut.androlib.Androlib.readMetaFile(Androlib.java:260)
at brut.androlib.Androlib.build(Androlib.java:274)
at brut.androlib.Androlib.build(Androlib.java:267)
at brut.apktool.Main.cmdBuild(Main.java:238)
at brut.apktool.Main.main(Main.java:76)
This issue has already been reported upstream:
https://github.com/iBotPeaches/Apktool/issues/1826
The issue has been closed because it seems to *not* happen with official
.jar provided by upstream:
https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.3.jar
This has been verified by the person who initially reported this bug to Kali:
https://bugs.kali.org/view.php?id=4815
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages apktool depends on:
ii aapt 1:7.0.0+r33-1
ii android-framework-res 1:7.0.0+r33-1
ii default-jre-headless [java7-runtime-headless] 2:1.10-67
ii libantlr3-runtime-java 3.5.2-9
ii libcommons-cli-java 1.4-1
ii libcommons-io-java 2.6-2
ii libcommons-lang3-java 3.7-1
ii libguava-java 19.0-1
ii libsmali-java 2.2.3-1
ii libstringtemplate-java 3.2.1-2
ii libxmlunit-java 1.6-1
ii libxpp3-java 1.1.4c-3
ii libyaml-snake-java 1.21-1
ii openjdk-10-jre-headless [java7-runtime-headless] 10.0.1+10-4
ii openjdk-8-jre-headless [java7-runtime-headless] 8u171-b11-2
ii openjdk-9-jre-headless [java7-runtime-headless] 9.0.4+12-4
apktool recommends no packages.
apktool suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: apktool
Source-Version: 2.3.3-2
We believe that the bug you reported is fixed in the latest version of
apktool, 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.
Markus Koschany <[email protected]> (supplier of updated apktool 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, 29 Jun 2018 19:40:21 +0200
Source: apktool
Binary: apktool
Architecture: source
Version: 2.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Android Tools Maintainers
<[email protected]>
Changed-By: Markus Koschany <[email protected]>
Description:
apktool - tool for reverse engineering Android apk files
Closes: 902666
Changes:
apktool (2.3.3-2) unstable; urgency=medium
.
* Add snakeyaml-1.21.patch and fix NoSuchMethodError error with Snakeyaml
1.21. (Closes: #902666)
Checksums-Sha1:
e3d11965ed7a472755025399f20b3e5550c35bc8 2353 apktool_2.3.3-2.dsc
254a1b12cbcdc32c57daf1c02cb275a3c67b461b 8324 apktool_2.3.3-2.debian.tar.xz
473f9b8c990a449a15b3d4274a92afa706b9a424 15097 apktool_2.3.3-2_amd64.buildinfo
Checksums-Sha256:
1d183e3ddc36d421c59905dae012773291359597cd7a22b70b5bbfb33de7898d 2353
apktool_2.3.3-2.dsc
c52a6630ba9d07ed9d8cf8c7e66a0195cb63f06d9555ab87bebab8a794f6950a 8324
apktool_2.3.3-2.debian.tar.xz
57414a016dab098b30cca32d045f548a27bd82856752b254f543722766f4aa44 15097
apktool_2.3.3-2_amd64.buildinfo
Files:
643daa963518eb24faac109f4dce01b9 2353 devel optional apktool_2.3.3-2.dsc
4fd104928d01dbd778bb4c67501963b8 8324 devel optional
apktool_2.3.3-2.debian.tar.xz
ed2764024ab3c69790ee99f7ff9fd6e9 15097 devel optional
apktool_2.3.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAls2cGlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk34IP/RDAZlWKVL9wxFgON1YxNiVWhFcZY/BT8ewH
k04gzJSYgChTztPU+3rcynSbTUB2GAxggf7BYqkt18OM9tSTFOascXlBpLHA8Uw6
LmKqHhNkdMrgzCA6YINpALKl8ZvbC0gP2TZTiHV+BOfflVmTbyZDxfGCTxK84S7I
HMPtYoihhmaCizKCd31d/SSnoErLsqEBQV6y7M/Sqab+2bquaQwwqXZOQfTAQWoU
vP8PgqBo+xNBBQFRh6rkioQ2nzGzlHQcHRB7uHEpv0dh1coBFTyEXVOyj+8gNgvS
rmqyggoF8pYfRA1/d8HH+LKJh8u6FsEvrO/vPb5jRfxAcmkhICNR47bYbhynyi4+
ytcE2j92dqH/h+iv1lirW+2c4nLZI/c8t9LdKkHiz0hrkF8oFw23ORCC2sgzIgKs
cRTs6bZ5GSCFdf1MShPehuWlik8BIWgQwqDXItTbBw4VSQ9KPq3OkKco3vYJ3DcM
F3SW/ddrtT3GeVF68KWFFsvSBxl1zrW/z8Kzky+v88diihbwiKczymINzdeKQsKN
CTupIAfu6Q0aCmBQAoLNaqnSi1DjbpLo59tug4Lt7VIJQH1XhBF9NdQwO8RbwGOY
Wrt8M+9Dor7IPu7PKvWzFw/IKsPYyIElC8AkM9L4wvWY/XEwDmkYJ0Ntq6M9KiTr
Ytm29tg3
=PxV/
-----END PGP SIGNATURE-----
--- End Message ---