Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912769 - app-emulation/86BoxManagerX-9999: ebuild does not clone Git repository
Summary: app-emulation/86BoxManagerX-9999: ebuild does not clone Git repository
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gonçalo Negrier Duarte
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-21 17:39 UTC by Seth M. Price
Modified: 2023-08-23 17:33 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,3.14 KB, text/x-log)
2023-08-21 17:39 UTC, Seth M. Price
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seth M. Price 2023-08-21 17:39:23 UTC
Created attachment 868382 [details]
build.log

The ebuild as of 2023-08-21 does not clone the Git repository.  I was able to resolve this on my system by calling `git-r3_fetch' before `git-r3_checkout' in `src_unpack'.
Comment 1 Gonçalo Negrier Duarte 2023-08-22 10:42:09 UTC
For some reason on my system work instead of adding the git-r3_fetch i remove the git-r3_checkout and change to git-r3_src_unpack that does all the fetch and checkout in the same command.
Comment 2 Gonçalo Negrier Duarte 2023-08-22 10:46:11 UTC
I updated the commit to the dev branch:
https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59
Comment 3 Larry the Git Cow gentoo-dev 2023-08-23 17:33:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59

commit 3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59
Author:     Gonçalo Duarte <gonegrier.duarte@gmail.com>
AuthorDate: 2023-08-22 10:37:59 +0000
Commit:     Gonçalo Duarte <gonegrier.duarte@gmail.com>
CommitDate: 2023-08-22 10:43:04 +0000

    app-emulation/86BoxManagerX: fix src_unpack not fetch repo
    
    Closes: https://bugs.gentoo.org/912769
    
    Signed-off-by: Gonçalo Duarte <gonegrier.duarte@gmail.com>

 app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)