2009/5/26 Nick Cunningham <[email protected]>: > Its been a while since ive used paludis, but do you have the folder > permissions set correctly? Normally paludis will (or it used to anyway) > complain loudly when the permissions werent set correctly. > > If they are set correctly what happens when you try to pull the git repo > manually? > > - Nick
As I wrote in my original post I receive somehow similar error when I try to install the package using emerge. I am not sure whether it can be some permissions problem, the git-src subdirectory is successfully created in the distfiles directory, but then git clone command fails. When I run the git clone command manually from the command line then it works without problem. The directory permissions are as follows: drwxrwsr-x 4 portage portage 94208 May 26 20:07 distfiles The git-src subdirectory is then automatically created by paludis and its permissions looks like this: drwxr-sr-x 2 portage portage 4096 May 26 20:10 git-src When installing with emerge then the git-src directory is created with little bit differrent permissions: drwxr-sr-x 2 root portage 4096 May 26 20:13 git-src I am not sure if these permission are set correctly but it always worked for me and I have no problems with ebuild that fetch sources from svn repositories. Tomas

