Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756166 - mail-client/neomutt-99999999: source directory doesn't exist
Summary: mail-client/neomutt-99999999: source directory doesn't exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-11-23 05:01 UTC by Austin Ray
Modified: 2020-11-23 17:49 UTC (History)
0 users

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


Attachments
emerge build log (build.log,2.56 KB, text/x-log)
2020-11-23 05:02 UTC, Austin Ray
Details
output of emerge --info '=mail-client/neomutt-99999999::gentoo' (emerge-info.txt,7.50 KB, text/plain)
2020-11-23 05:03 UTC, Austin Ray
Details
output of emerge -pqv '=mail-client/neomutt-99999999::gentoo' (emerge-pqv.txt,230 bytes, text/plain)
2020-11-23 05:04 UTC, Austin Ray
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin Ray 2020-11-23 05:01:56 UTC
ebuild checks out source to "/var/tmp/portage/mail-client/neomutt-99999999/work/neomutt-neomutt-99999999"; however, portage looks for source in "/var/tmp/portage/mail-client/neomutt-99999999/work/neomutt-99999999".
Comment 1 Austin Ray 2020-11-23 05:02:46 UTC
Created attachment 674398 [details]
emerge build log
Comment 2 Austin Ray 2020-11-23 05:03:43 UTC
Created attachment 674401 [details]
output of emerge --info '=mail-client/neomutt-99999999::gentoo'
Comment 3 Austin Ray 2020-11-23 05:04:37 UTC
Created attachment 674404 [details]
output of emerge -pqv '=mail-client/neomutt-99999999::gentoo'
Comment 4 Larry the Git Cow gentoo-dev 2020-11-23 17:49:20 UTC
The bug has been closed via the following commit(s):

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

commit bff7b7f99b533258eb6c5094de4f415b03fceb53
Author:     Austin Ray <austin@austinray.io>
AuthorDate: 2020-11-23 05:08:02 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2020-11-23 17:48:36 +0000

    mail-client/neomutt: fix live ebuild src dir
    
    Commit e4ef3e09eaf dropped the assignment of "S", changing its value
    from "${WORKDIR}/${PN}-${P}" to the default value of
    "${WORKDIR}/${P}". However, the live ebuild still checkouts out source
    code to previous location so portage says the source directory doesn't
    exist.
    
    This commit drops the custom checkout directory and uses the default
    value provided, which corresponds to the default value of "S".
    
    Closes: https://bugs.gentoo.org/756166
    
    Signed-off-by: Austin Ray <austin@austinray.io>
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 mail-client/neomutt/neomutt-99999999.ebuild | 1 -
 1 file changed, 1 deletion(-)