Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570934 - dev-util/kbuild-9999 fails to check out svn - cannot create directory ‘kbuild’: Permission denied
Summary: dev-util/kbuild-9999 fails to check out svn - cannot create directory ‘kbuild...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alessio Cassibba (X-Drum)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-05 07:10 UTC by tt_1
Modified: 2016-02-17 08:06 UTC (History)
2 users (show)

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


Attachments
output of emerge --info (emerge-info,5.78 KB, text/plain)
2016-01-05 07:10 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2016-01-05 07:10:12 UTC
Created attachment 421940 [details]
output of emerge --info

no idea what is going on here - permission denied? I attached the output of emerge --info, please tell me if there are any more informations needed. 


 * checking ebuild checksums ;-) ...                                               [ ok ]
 * checking auxfile checksums ;-) ...                                              [ ok ]
 * checking miscfile checksums ;-) ...                                             [ ok ]
>>> Unpacking source...
 * subversion check out start -->
 *      repository: http://svn.netlabs.org/repos/kbuild/trunk
mkdir: cannot create directory ‘kbuild’: Permission denied
 * ERROR: dev-util/kbuild-9999::gentoo failed (unpack phase):
 *   subversion: can't mkdir kbuild.
 * 
 * Call stack:
 *     ebuild.sh, line  133:  Called src_unpack
 *   environment, line 2680:  Called subversion_src_unpack
 *   environment, line 2964:  Called subversion_fetch
 *   environment, line 2853:  Called die
 * The specific snippet of code:
 *           mkdir -m 775 -p "${ESVN_PROJECT}" || die "${ESVN}: can't mkdir ${ESVN_PROJECT}.";
 * 
 * If you need support, post the output of `emerge --info '=dev-util/kbuild-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/kbuild-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/kbuild-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/kbuild-9999/temp/environment'.
 * Working directory: '/var/portage/distfiles/svn-src'
 * S: '/var/tmp/portage/dev-util/kbuild-9999/work/'
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2016-01-08 02:01:49 UTC
 ~/github/gentoo/dev-util/kbuild $ ebuild kbuild-9999.ebuild clean prepare

works for me.
Comment 2 tt_1 2016-02-17 08:06:49 UTC
I had for whatever reason wrong permissions, sorry for the noise here.