You are not logged in.

#1 2006-05-07 19:25:43

tafsen
Member
Registered: 2006-05-03
Posts: 141

Problems with makepkg

$ makepkg PKGBUILD
==> Entering fakeroot environment
==> Making package: limewire 4.9.37-1 (Sun May  7 15:12:23 CEST 2006)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
mkdir: cannot create directory `src': Permission denied
/usr/bin/makepkg: line 454: cd: /var/abs/local/limewire/src: No such file or directory
==>     Downloading LimeWireOther.zip
--15:12:23--  http://maverick.limewire.com/download/LimeWireOther.zip
           => `LimeWireOther.zip'
Resolving maverick.limewire.com... 209.208.199.67
Connecting to maverick.limewire.com|209.208.199.67|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,107,190 (5.8M) [application/zip]
LimeWireOther.zip: Permission denied

Cannot write to `LimeWireOther.zip' (Permission denied).
==> ERROR: Failed to download LimeWireOther.zip
==> Aborting

Any idea?

Offline

#2 2006-05-07 19:30:30

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Problems with makepkg

check the permissions in the folder you want to make the package. looks like it has not the correct permissions.

Offline

#3 2006-05-07 19:36:29

tafsen
Member
Registered: 2006-05-03
Posts: 141

Re: Problems with makepkg

im following this guide (http://wiki.archlinux.org/index.php/AUR_User_Guidelines) so the folder is /var/abs/local .  Should I make my user the owner for this folder?

Offline

#4 2006-05-07 20:22:34

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Problems with makepkg

tafsen - if you want to build packages from /var/abs/local, usually the best way to go about doing it is to make an 'abs' group, give /var/abs/local group write permissions, and add any users who're 'allowed' to make packages to the 'abs' group.  That's the way I used to do it... but for an (essentially) single-user machine, it's overkill, and I just make a ~/pkg dir and build my packages in there now.

Offline

Board footer

Powered by FluxBB