Gentoo Archives: gentoo-user

From: Nick Cunningham <nick@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Unable to install www-misc/rekonq-9999 (kde-testing) because of git error
Date: Mon, 25 May 2009 22:08:04
Message-Id: e99b2eae0905251508w5298c815hbb798d82777c533e@mail.gmail.com
In Reply to: [gentoo-user] Unable to install www-misc/rekonq-9999 (kde-testing) because of git error by Tomas Linhart
1 Its been a while since ive used paludis, but do you have the folder
2 permissions set correctly? Normally paludis will (or it used to anyway)
3 complain loudly when the permissions werent set correctly.
4
5 If they are set correctly what happens when you try to pull the git repo
6 manually?
7
8 - Nick
9
10 2009/5/25 Tomas Linhart <tomas.linhart@×××××.com>
11
12 > Hi,
13 >
14 > I am trying to install www-misc/rekonq-9999 from the kde overlay. It
15 > is a git version of rekonq. I am using paludis as my package manager
16 > and the install fails when fetching from git-repository with the
17 > following call stack:
18 >
19 > >>> Starting src_unpack
20 > * GIT NEW clone -->
21 > * repository: git://gitorious.org/rekonq/mainline.git
22 > trace: built-in: git 'clone' '--bare'
23 > 'git://gitorious.org/rekonq/mainline.git' 'rekonq'
24 > Initialize rekonq
25 > trace: exec: 'git-index-pack' '--stdin' '-v' '--fix-thin'
26 > '--keep=fetch-pack 21705 on albert'
27 > trace: exec failed: Permission denied
28 > fatal: exec index-pack failed.
29 > fatal: index-pack failed
30 > Initialized empty Git repository in
31 > /var/paludis/distfiles/git-src/rekonq/
32 >
33 > !!! ERROR in www-client/rekonq-9999:
34 > !!! In git_fetch at line 3258
35 > !!! git.eclass: can't fetch from git://gitorious.org/rekonq/mainline.git.
36 >
37 > !!! Call stack:
38 > !!! * git_fetch
39 > (/var/tmp/paludis/www-client-rekonq-9999/temp/loadsaveenv:3258)
40 > !!! * git_src_unpack
41 > (/var/tmp/paludis/www-client-rekonq-9999/temp/loadsaveenv:3317)
42 > !!! * src_unpack
43 > (/var/tmp/paludis/www-client-rekonq-9999/temp/loadsaveenv:4607)
44 > !!! * ebuild_f_unpack (/usr/libexec/paludis/2/src_unpack.bash:47)
45 > !!! * ebuild_main (/usr/libexec/paludis/ebuild.bash:482)
46 > !!! * main (/usr/libexec/paludis/ebuild.bash:498)
47 >
48 > I also tried the same operation with emerge but is fails during
49 > unpacking source too although the error is a little bit different:
50 >
51 > >>> Unpacking source...
52 > * GIT NEW clone -->
53 > * repository:
54 > git://gitorious.org/rekonq/mainline.git
55 > trace: built-in: git 'clone' '--bare'
56 > 'git://gitorious.org/rekonq/mainline.git' 'rekonq'
57 > Initialize rekonq
58 > Initialized empty Git repository in
59 > /var/paludis/distfiles/git-src/rekonq/
60 > trace: exec: 'git-index-pack' '--stdin' '-v' '--fix-thin'
61 > '--keep=fetch-pack 22159 on albert'
62 > trace: exec failed: No such file or directory
63 > fatal: exec index-pack failed.
64 > fatal: index-pack failed
65 > *
66 > * ERROR: www-client/rekonq-9999 failed.
67 > * Call stack:
68 > * ebuild.sh, line 49: Called src_unpack
69 > * environment, line 3386: Called git_src_unpack
70 > * environment, line 2394: Called git_fetch
71 > * environment, line 2335: Called die
72 > * The specific snippet of code:
73 > remote: Counting objects: 2999, done.
74 > * ${EGIT_FETCH_CMD} ${EGIT_OPTIONS} "${EGIT_REPO_URI}"
75 > ${EGIT_PROJECT} || die "${EGIT}: can't fetch from ${EGIT_REPO_URI}.";
76 > * The die message:
77 > * git.eclass: can't fetch from git://gitorious.org/rekonq/mainline.git.
78 >
79 > I did export GIT_TRACE=1 before running those commands to get more
80 > detailed output, the git-src directory did not exist when the
81 > respective commands were executed. It seems strange to me that with
82 > paludis the eclass is complaing about "permission denied" while with
83 > emerge about "No such file or directory". I guess I must overlook
84 > something obvious but I am completely stuck now :-( Any idea how to
85 > solve the problem would be appreciated.
86 >
87 > Thank you for help.
88 >
89 > Tomas
90 >
91 >
92
93
94 --
95
96 Samuel Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html>
97 - "For your information, I would like to ask a question."

Replies

Subject Author
Re: [gentoo-user] Unable to install www-misc/rekonq-9999 (kde-testing) because of git error Tomas Linhart <tomas.linhart@×××××.com>