Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514874 - [kde overlay] app-misc/strigi-9999 : libstreamanalyzer unknown to git
Summary: [kde overlay] app-misc/strigi-9999 : libstreamanalyzer unknown to git
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-24 08:45 UTC by Sven Eden
Modified: 2014-06-24 15:19 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Eden 2014-06-24 08:45:33 UTC
Hi,

while testing KDE Framework 5, strigi-9999 is pulled in but can't get fetched:

--------
 * Checking out kde:strigiclient to /var/tmp/portage/app-misc/strigi-9999/work/strigi-9999/strigiclient ...
git checkout --quiet 4ff3b6673e78fbcc2de1bd40114228082329f658
GIT update -->
   repository:               kde:strigiclient
   at the commit:            4ff3b6673e78fbcc2de1bd40114228082329f658
Entering 'libstreamanalyzer'
error: pathspec 'origin/master' did not match any file(s) known to git.
Stopping at 'libstreamanalyzer'; script returned non-zero status.
 * ERROR: app-misc/strigi-9999::kde failed (unpack phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_unpack
 *   environment, line 3111:  Called die
 * The specific snippet of code:
 *       git submodule foreach git checkout origin/master || die;
--------

If I do a manual

$ git clone git://anongit.kde.org/strig
$ git config --global url."git://anongit.kde.org/".insteadOf "kde:"
$ git submodule init
$ git submodule update
$ git submodule foreach 'git checkout master'

it works.
Comment 1 Sven Eden 2014-06-24 09:16:00 UTC
If I change:

 git submodule foreach git checkout origin/master || die
to
 git submodule foreach 'git checkout master' || die

it works fine.
Comment 2 Michael Palimaka (kensington) gentoo-dev 2014-06-24 15:19:47 UTC
Thanks, fixed in git.

http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5367ab048d899a4f127672f8bc8c31cd254ae07