Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486162 - git-r3 eclass fails to checkout submoduled repository
Summary: git-r3 eclass fails to checkout submoduled repository
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 07:23 UTC by Timo Rothenpieler
Modified: 2013-09-27 16:24 UTC (History)
0 users

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


Attachments
gst-plugins-vaapi-9999.ebuild (gst-plugins-vaapi-9999.ebuild,1003 bytes, text/plain)
2013-09-27 07:24 UTC, Timo Rothenpieler
Details
build.log (build.log,22.25 KB, text/x-log)
2013-09-27 07:26 UTC, Timo Rothenpieler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Rothenpieler 2013-09-27 07:23:56 UTC
I tried updating the gst-plugins-vaapi git ebuild to git-r3, as it relies on submodules which are quite broken in git-2.
When it tries to checkout the first submodule, it fails to create the branch.

Reproducible: Always
Comment 1 Timo Rothenpieler 2013-09-27 07:24:25 UTC
Created attachment 359588 [details]
gst-plugins-vaapi-9999.ebuild
Comment 2 Timo Rothenpieler 2013-09-27 07:26:12 UTC
Created attachment 359590 [details]
build.log
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-27 14:53:25 UTC
Thanks for the report. I will try to reproduce this in a few minutes and then try to find out what's wrong :).
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-27 15:18:21 UTC
Ok, this happens because the commit is not on 'master', and fetch seems to focus on that branch only. I will need to think how to solve this, to be honest...
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-27 16:24:02 UTC
I've just committed a fix. It should appear on the mirrors after a few hours, and the everything should start to work.