Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 508964

Summary: [gnome-overlay] gnome-base/gnome-shell-9999: required file 'src/gvc/Makefile.in' not found
Product: Gentoo Linux Reporter: John-John Tedro <udoprog>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to enable EGIT_HAS_SUBMODULE

Description John-John Tedro 2014-04-28 13:23:56 UTC
Upstream gnome shell git introduced src/gvc as a submodule which causes the current build to fail.

Reproducible: Always

Steps to Reproduce:
1. Using the gnome overlay; emerge -1 '=gnome-base/gnome-shell-9999'
Comment 1 John-John Tedro 2014-04-28 13:25:25 UTC
Created attachment 375950 [details, diff]
Patch to enable EGIT_HAS_SUBMODULE
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-11-03 23:13:05 UTC
It has been long but finally did something to fix it.

commit 1dc3e93d1d1aab43e5cea648336785a17010260b
Author: Gilles Dartiguelongue <eva@gentoo.org>
Date:   Tue Nov 4 00:05:55 2014 +0100

    eclass/gnome2-live.eclass: switch to git-r3
    
    Seems to work just fine and has submodule checkout working out of the
    box which should fix bug #508964.

Thanks for reporting.