Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938503 - gui-apps/swww-0.9.5 ebuild fails on dobin
Summary: gui-apps/swww-0.9.5 ebuild fails on dobin
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-25 17:11 UTC by Mark Liman
Modified: 2024-08-28 15:14 UTC (History)
2 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 Mark Liman 2024-08-25 17:11:46 UTC
Emerging gui-apps/swww version 0.9.2 and 0.9.5 fails with the final step dobin with the error file does not exist

 * QA Notice: file does not exist:
 * 
 *      dobin: swww does not exist
 *      dobin: swww-daemon does not exist

The file exists for me in ${S}/target/x86_64-unknown-linux-gnu/release/ and the ebuild expects it to be in ${S}/target/release/ instead.

app-misc/pax-utils:        1.3.7::gentoo                                                                                                                                                                                                          
app-shells/bash:           5.2_p26-r6::gentoo                                                                                                                                                                                                     
dev-build/autoconf:        2.13-r8::gentoo, 2.71-r7::gentoo                                                                                                                                                                                       
dev-build/automake:        1.16.5-r2::gentoo                                                                                                                                                                                                      
dev-build/cmake:           3.28.5::gentoo                                                                                                                                                                                                         
dev-build/libtool:         2.4.7-r4::gentoo                                                                                                                                                                                                       
dev-build/make:            4.4.1-r1::gentoo                                                                                                                                                                                                       
dev-build/meson:           1.5.1::gentoo                                                                                                                                                                                                          
dev-java/java-config:      2.3.4::gentoo                                                                                                                                                                                                          
dev-lang/perl:             5.38.2-r3::gentoo                                                                                                                                                                                                      
dev-lang/python:           3.11.9-r1::gentoo, 3.12.3-r1::gentoo                                                                                                                                                                                   
dev-lang/rust:             1.79.0::gentoo                                                                                                                                                                                                         
sys-apps/baselayout:       2.15::gentoo                                                                                                                                                                                                           
sys-apps/sandbox:          2.38::gentoo                                                                                                                                                                                                           
sys-apps/systemd:          255.7-r1::gentoo                                                                                                                                                                                                       
sys-devel/binutils:        2.42-r1::gentoo                                                                                                                                                                                                        
sys-devel/binutils-config: 5.5::gentoo                                                                                                                                                                                                            
sys-devel/clang:           18.1.8::gentoo                                                                                                                                                                                                         
sys-devel/gcc:             13.3.1_p20240614::gentoo                                                                                                                                                                                               
sys-devel/gcc-config:      2.11::gentoo                                                                                                                                                                                                           
sys-devel/lld:             18.1.8::gentoo                                                                                                                                                                                                         
sys-devel/llvm:            18.1.8-r1::gentoo                                                                                                                                                                                                      
sys-kernel/linux-headers:  6.6-r1::gentoo (virtual/os-headers)                                                                                                                                                                                    
sys-libs/glibc:            2.39-r6::gentoo        

CBUILD="x86_64-pc-linux-gnu"
CHOST="x86_64-pc-linux-gnu"
Comment 1 Mark Liman 2024-08-25 17:25:13 UTC
I've never really had a ebuild failure such as this so, I assume it is a bug, if its an issue with just my system I am sorry. Also after changing the cd on line 279 and 281 of the 0.9.5 ebuild to include x86_64-unknown-linux-gnu, swww successfully build however the buildpkg feature after the ebuild failed, disabling buildpkg for the package whilst keeping those changes lead to the package successfully installing onto the system.
Comment 2 Takuya Wakazono 2024-08-28 13:59:06 UTC
Confirmed. Will fix it soon.
Thanks for the report.
Comment 3 Larry the Git Cow gentoo-dev 2024-08-28 15:14:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=111978f3683fe1f8b695918ab837cb632f6b19d1

commit 111978f3683fe1f8b695918ab837cb632f6b19d1
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-08-28 13:53:45 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-08-28 13:56:36 +0000

    gui-apps/swww: use cargo_target_dir helper
    
    Closes: https://bugs.gentoo.org/938503
    Closes: https://bugs.gentoo.org/928267
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 gui-apps/swww/metadata.xml                         |  3 --
 .../{swww-0.9.5.ebuild => swww-0.9.5-r1.ebuild}    | 45 ++++++++--------------
 2 files changed, 16 insertions(+), 32 deletions(-)