Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894686 - dev-util/ruff-0.0.247 fails to compile: dobin: ruff does not exist
Summary: dev-util/ruff-0.0.247 fails to compile: dobin: ruff does not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-16 06:52 UTC by Agostino Sarubbo
Modified: 2024-03-14 18:26 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,462.78 KB, text/plain)
2023-02-16 06:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-02-16 06:52:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/ruff-0.0.247 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-16 06:52:34 UTC
Created attachment 851512 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-16 06:52:35 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 * 	dobin: target/release/ruff does not exist
!!! dobin: target/release/ruff does not exist
 * QA Notice: file does not exist:
Comment 3 Eli Schwartz 2024-03-14 18:26:39 UTC
The bug (should have been) been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b8c9c116807d0dd3c659339f8fd8faa54b4286

commit 99b8c9c116807d0dd3c659339f8fd8faa54b4286
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: Wed Feb 22 15:24:14 2023
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: Wed Feb 22 15:24:14 2023

    dev-util/ruff: add 0.0.252
    
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-util/ruff/Manifest            |   2 +
 dev-util/ruff/ruff-0.0.252.ebuild | 410 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 412 insertions(+)


... because it changed this:

-       dobin target/release/ruff
+       local releasedir=target/$(usex 'debug' 'debug' 'release')
+       dobin ${releasedir}/ruff