* ERROR: dev-java/l2fprod-common-7.3-r2::gentoo failed (compile phase): * /usr/lib64/javatoolkit/bin/xml-rewrite-2.py failed * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome_systemd-20191027-182629 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 9.0.0 (tags/RELEASE_900/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/9/bin llvm: 9.0.0 Available Python interpreters, in order of preference: [1] python3.6 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.13.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Wed, 30 Oct 2019 18:45:58 +0000 emerge -qpvO dev-java/l2fprod-common [ebuild N ] dev-java/l2fprod-common-7.3-r2
Created attachment 594606 [details] emerge-info.txt
Created attachment 594608 [details] dev-java:l2fprod-common-7.3-r2:20191030-212214.log
Created attachment 594610 [details] emerge-history.txt
Created attachment 594612 [details] environment
Created attachment 594614 [details] etc.portage.tbz2
Created attachment 594616 [details] temp.tbz2
*** Bug 699100 has been marked as a duplicate of this bug. ***
Relevant code, before https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=c5a30f5dc7a54d81714a30f7f8140347db173e8f, was temporarily changing working directory using os.chdir(), and next was restoring previous working directory. The second call to os.chdir() was lost in this commit.
Created attachment 633694 [details, diff] Probable patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=bb8bb23579f75a34ccb7c9d963a6bae001ae40b8 commit bb8bb23579f75a34ccb7c9d963a6bae001ae40b8 Author: Patrice Clement <monsieurp@gentoo.org> AuthorDate: 2020-07-15 20:13:06 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2020-07-15 20:14:22 +0000 xml-rewrite-2.py: add back os.chdir() function call. Courtesy of Arfrever <arfrever@apache.org>. Closes: https://bugs.gentoo.org/698964 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> src/py/xml-rewrite-2.py | 2 ++ 1 file changed, 2 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde56b295ffa8d407aaf63611bda39697fbd1a75 commit fde56b295ffa8d407aaf63611bda39697fbd1a75 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2020-08-14 07:17:29 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2020-08-14 07:18:08 +0000 dev-java/javatoolkit: bump to 0.6.3 Bug: https://bugs.gentoo.org/698964 Bug: https://bugs.gentoo.org/699100 Closes: https://bugs.gentoo.org/736583 Closes: https://github.com/gentoo/gentoo/pull/17069 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-java/javatoolkit/Manifest | 1 + dev-java/javatoolkit/javatoolkit-0.6.3.ebuild | 28 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+)