Please port to py3.
ping.
the port is ongoing upstream in 1.9.4alpha versions... but, personally, I would choose to still wait as, otherwise, we will push people to use that alpha versions that are still a bit buggy (that is the reason I didn't bump it yet)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8790988057a312f5e5cfa1d6f0acf4c681619321 commit 8790988057a312f5e5cfa1d6f0acf4c681619321 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2020-09-09 17:03:02 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2020-09-09 17:03:02 +0000 sci-chemistry/vmd: Bump to 1.9.4_alpha43 Bug: https://bugs.gentoo.org/735462 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org> sci-chemistry/vmd/Manifest | 1 + .../vmd/files/vmd-1.9.4-gentoo-paths.patch | 276 +++++++++++++++++++++ sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch | 11 + sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild | 265 ++++++++++++++++++++ 4 files changed, 553 insertions(+)
The current alpha43 ebuild prompts users to download https://dev.gentoo.org/~jlec/distfiles/vmd-1.9.4_alpha43-gentoo-patches.tar.xz, which doesn't exist, while using the 1.9.3 URL in the SRC_URI. I'll find out soon whether the 1.9.3 patches are compatible with 1.9.4a43.
The prompt also asks you to name it incorrectly. It asks for vmd-1.9.4_alpha43.src.tar, when apparently it should be vmd-1.9.4a43.src.tar. Unfortunately, it still doesn't build. The compilation error isn't obvious to me. I'll attach logs soon.
Created attachment 659766 [details] emerge -pqv '=sci-chemistry/vmd-1.9.4_alpha43::gentoo'
Created attachment 659769 [details] emerge --info '=sci-chemistry/vmd-1.9.4_alpha43::gentoo'
Created attachment 659778 [details] build.log
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ad69352b99be7362c95935706182b66fca3df4 commit 83ad69352b99be7362c95935706182b66fca3df4 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2020-09-12 22:31:29 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2020-09-12 22:32:26 +0000 sci-chemistry/vmd: Fix pkg_nofetch message Bug: https://bugs.gentoo.org/735462 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org> sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
(In reply to Hypoon from comment #8) > Created attachment 659778 [details] > build.log That is a new bug and should be reported in a new one then. Also, I am unsure about how are you uploading the file as it looks to contain all the color chars making it a bit hard to read :/ But from the lines I have seen, I think it could be a parallel make issue
I followed the instructions (which are also listed at the end of build.log): If you need support, post the output of `emerge --info '=sci-chemistry/vmd-1.9.4_alpha43::gentoo'`, the complete build log and the output of `emerge -pqv '=sci-chemistry/vmd-1.9.4_alpha43::gentoo'`. The complete build log is located at '/var/tmp/portage/sci-chemistry/vmd-1.9.4_alpha43/temp/build.log'. The ebuild environment file is located at '/var/tmp/portage/sci-chemistry/vmd-1.9.4_alpha43/temp/environment'. Working directory: '/var/tmp/portage/sci-chemistry/vmd-1.9.4_alpha43/work/plugins' S: '/var/tmp/portage/sci-chemistry/vmd-1.9.4_alpha43/work/vmd-1.9.4a43' The instructions don't say to strip out the escape codes, so I uploaded it as-is! I'll create a new bug if there isn't one already.
Please see bug 741978.