app-misc/jdupes-1.27.3 does not build due to: 1) incorrect manifest, maybe due to a changed tarball (Codeberg problems?) 2) after rebuilding the manifest the prepare phase fails due to a missing source directory Reproducible: Always Steps to Reproduce: 1. try to merge jdupes.1.27.3 2. failures ERROR: app-misc/jdupes-1.27.3::gentoo failed (prepare phase): The source directory '/tmp/portage/app-misc/jdupes-1.27.3/work/jdupes-1.27.3' doesn't exist This is probably a missing/incorrect setting of S as the directory is called /tmp/portage/app-misc/jdupes-1.27.3/work/jdupes
After adding S="${WORKDIR}/${PN}" the build suceeds.
I'll take a look. There's an email from Jody I need to look at too, just been a busy few days.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d26a0f2604bac4016435dea80259b6f24fd6dc2 commit 6d26a0f2604bac4016435dea80259b6f24fd6dc2 Author: Jakov Smolić <jsmolic@gentoo.org> AuthorDate: 2023-10-12 12:34:33 +0000 Commit: Jakov Smolić <jsmolic@gentoo.org> CommitDate: 2023-10-12 12:35:40 +0000 app-misc/jdupes: Regenerate manifest Closes: https://bugs.gentoo.org/915625 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> app-misc/jdupes/Manifest | 2 +- app-misc/jdupes/jdupes-1.27.3.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
(In reply to Holger Hoffstätte from comment #0) > app-misc/jdupes-1.27.3 does not build due to: > 1) incorrect manifest, maybe due to a changed tarball (Codeberg problems?) > 2) after rebuilding the manifest the prepare phase fails due to a missing > source directory Apologies, it's my mistake as I locally did the bump before the repository got moved to codeberg and forgot to delete the distfile and regenerate the manifest when commiting yesterday. It should be fixed now.