Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Unable to install www-misc/rekonq-9999 (kde-testing) because of git error Nick Cunningham <nick@××××××××××.net>