Gentoo Archives: gentoo-user

From: Alexander Puchmayr <alexander.puchmayr@×××××××.at>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerging mythtv? permission denied...
Date: Sat, 15 Dec 2007 22:06:09
Message-Id: 200712152259.08930.alexander.puchmayr@linznet.at
1 Hi there!
2
3 I just tried to upgrade my mythtv installation, but the ebuild fails in the
4 unpack phase with a permission denied-error when accessing the
5 svn-repository:
6
7
8 >>> Emerging (1 of 2) media-tv/mythtv-0.20.2_p14814 to /
9 * checking ebuild checksums ;-) ... [ ok ]
10 * checking auxfile checksums ;-) ... [ ok ]
11 * checking miscfile checksums ;-) ... [ ok ]
12
13 * This ebuild now uses a heavily stripped down version of your CFLAGS
14 * Don't complain because your -momfg-fast-speed CFLAG is being stripped
15 * Only additional CFLAG issues that will be addressed are for binary
16 * package building.
17
18 >>> Unpacking source...
19 * subversion update start -->
20 * repository:
21 http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythtv
22 svn: Can't open file '.svn/lock': Permission denied
23 *
24 * ERROR: media-tv/mythtv-0.20.2_p14814 failed.
25 * Call stack:
26 * ebuild.sh, line 1701: Called dyn_unpack
27 * ebuild.sh, line 817: Called qa_call 'src_unpack'
28 * ebuild.sh, line 44: Called src_unpack
29 * mythtv-0.20.2_p14814.ebuild, line 108: Called subversion_src_unpack
30 * subversion.eclass, line 254: Called subversion_fetch
31 * subversion.eclass, line 189: Called die
32 * The specific snippet of code:
33 * ${ESVN_UPDATE_CMD} ${options} || die "${ESVN}: can't update
34 from ${repo_uri}."
35 * The die message:
36 * subversion.eclass: can't update from
37 http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythtv.
38 *
39 * If you need support, post the topmost build error, and the call stack if
40 relevant.
41 * A complete build log is located
42 at '/var/tmp/portage/media-tv/mythtv-0.20.2_p14814/temp/build.log'.
43 *
44
45
46 zeus ~ # ls -l /var/tmp/portage/media-tv/mythtv-0.20.2_p14814/
47 total 0
48 drwxr-xr-x 2 portage root 48 Dec 15 20:38 distdir
49 drwxrwxr-x 3 portage portage 80 Dec 15 20:38 homedir
50 drwxrwxr-x 3 portage portage 168 Dec 15 20:38 temp
51 drwx------ 2 portage portage 48 Dec 15 20:38 work
52 zeus ~ #
53
54 Any suggestions?
55
56 Thanks in advance
57 Alex Puchmayr
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerging mythtv? permission denied... Randy Barlow <randy@×××××××××××××××××.com>