Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915625 - app-misc/jdupes-1.27.3: multiple build problems
Summary: app-misc/jdupes-1.27.3: multiple build problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jakov Petrina
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-12 08:37 UTC by Holger Hoffstätte
Modified: 2023-10-12 12:36 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoffstätte 2023-10-12 08:37:40 UTC
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
Comment 1 Holger Hoffstätte 2023-10-12 08:40:45 UTC
After adding S="${WORKDIR}/${PN}" the build suceeds.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-10-12 08:47:04 UTC
I'll take a look. There's an email from Jody I need to look at too, just been a busy few days.
Comment 3 Larry the Git Cow gentoo-dev 2023-10-12 12:35:47 UTC
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(-)
Comment 4 Jakov Smolić archtester gentoo-dev 2023-10-12 12:36:17 UTC
(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.