Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726802 - games-emulation/dosbox-9999 - Environment does not declare: ['ESVN_WC_REVISION']
Summary: games-emulation/dosbox-9999 - Environment does not declare: ['ESVN_WC_REVISION']
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-02 17:46 UTC by Michal Plichta
Modified: 2021-02-24 20:49 UTC (History)
2 users (show)

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


Attachments
dosbox build log (dosbox-9999.build.log,120.70 KB, text/plain)
2020-06-02 17:46 UTC, Michal Plichta
Details
emerge info (emerge.info.log,6.49 KB, text/plain)
2020-06-02 17:46 UTC, Michal Plichta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Plichta 2020-06-02 17:46:03 UTC
Looks emerge live dosbox do not set ESVN_WC_REVISION for smart-live-rebuild


$ sudo smart-live-rebuild -p
*** Forking to drop superuser privileges ...
*** Updating the repositories using 6 parallel jobs...
->  git://git.code.sf.net/p/flightgear/simgear [next]
--> git ls-remote git://git.code.sf.net/p/flightgear/simgear next || git ls-remote git://mapserver.flightgear.org/simgear next
->  https://github.com/OpenMW/openmw.git [HEAD]
--> git ls-remote https://github.com/OpenMW/openmw.git HEAD
->  [dev-games/simgear:0] git://git.code.sf.net/p/flightgear/simgear [next]
--> at rev 01ab3b2385aa5c62653c662722dba2ecf27c1cc5 (no changes)
!!! Error enumerating =games-emulation/dosbox-9999: [KeyError] "Environment does not declare: ['ESVN_WC_REVISION']"


Reproducible: Always
Comment 1 Michal Plichta 2020-06-02 17:46:37 UTC
Created attachment 643152 [details]
dosbox build log
Comment 2 Michal Plichta 2020-06-02 17:46:58 UTC
Created attachment 643154 [details]
emerge info
Comment 3 James Le Cuirot gentoo-dev 2021-02-24 20:46:42 UTC
I don't think this is something the ebuild is supposed to set. My guess is you last built dosbox before ESVN_WC_REVISION was added to the eclass. If you rebuild it manually then the problem may go away. If anything, it's a bug in smart-live-rebuild. Please confirm and I'll pass this on.
Comment 4 Larry the Git Cow gentoo-dev 2021-02-24 20:47:52 UTC
The bug has been closed via the following commit(s):

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

commit cbeb1d55abbbe5282c5b8a3c7dd7c369a99ae963
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2021-02-24 20:35:36 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2021-02-24 20:47:24 +0000

    profiles: Mask www-client/vivaldi-snapshot-3.7.2202.3
    
    Has very annoying bug where tabs cannot be closed after a while.
    
    Closes: https://bugs.gentoo.org/726802
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 5 James Le Cuirot gentoo-dev 2021-02-24 20:49:13 UTC
Oops, sorry, referenced the wrong bug in that commit.