[arch-general] PKGBUILD help
Hi .. I am trying to install my favorite editor joe now i have the "PKGBUILD" file have run "makepkg" it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system . I am also still unable to get anywhere near that close with google earth just piles of complaints (all 32 but complaints but the system is 64 bit i have the .deb 64 bit down to no avail . Is there any clear concise documentation for the PKGBUILD / makepkg system most times so far with arch i have fund what i needed but this time :-( Pete . -- Powered by Kernel: 3.2.1-2-ARCH KDE Development Platform: 4.7.4 (4.7.4) 15:33:55 up 2 days, 16:02, 5 users, load average: 0.35, 0.14, 0.08
On Fri, Jan 27, 2012 at 4:40 PM, Peter G Nikolic <p.nikolic1@btinternet.com> wrote:
Hi ..
I am trying to install my favorite editor joe now i have the "PKGBUILD" file have run "makepkg" it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system .
Where does it say it's installed? You mean 'pacman -Q joe'? Did you run just 'makepkg' or 'makepkg -i' or ...?
On 27 January 2012 17:40, Peter G Nikolic <p.nikolic1@btinternet.com> wrote:
Hi ..
I am trying to install my favorite editor joe now i have the "PKGBUILD" file have run "makepkg" it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system .
makepkg only creates a package. To install it, run pacman -U /where/your/pkgbuild/is/packagename-packageversion.pkg.tar.xz. Or run makepkg -i (or makepkg -si which will install dependencies too). I am pretty sure the wiki explains PKGBUILDs pretty good, take a look :) -- Thanasis Georgiou
On Friday 27 Jan 2012 17:47:26 Thanasis Georgiou wrote:
On 27 January 2012 17:40, Peter G Nikolic <p.nikolic1@btinternet.com> wrote:
Hi ..
I am trying to install my favorite editor joe now i have the "PKGBUILD" file have run "makepkg" it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system . makepkg only creates a package. To install it, run pacman -U /where/your/pkgbuild/is/packagename-packageversion.pkg.tar.xz.
Hi thanks that was the one i wanted
Or run makepkg -i (or makepkg -si which will install dependencies too).
I am pretty sure the wiki explains PKGBUILDs pretty good, take a look :)
Did but could not find much never mind solved now thanks now just to olve the google earth one .. Pete -- Powered by Kernel: 3.2.1-2-ARCH KDE Development Platform: 4.7.4 (4.7.4) 16:20:59 up 2 days, 16:50, 5 users, load average: 0.11, 0.14, 0.15
On Fri, Jan 27, 2012 at 2:23 PM, Peter G Nikolic <p.nikolic1@btinternet.com> wrote:
Or run makepkg -i (or makepkg -si which will install dependencies too).
I am pretty sure the wiki explains PKGBUILDs pretty good, take a look :)
Did but could not find much never mind solved now thanks now just to olve the google earth one ..
https://wiki.archlinux.org/index.php/ABS This is really important. You should read it through. -- A: Because it obfuscates the reading. Q: Why is top posting so bad? For mor information, please read: http://idallen.com/topposting.html ------------------------------------------- Denis A. Altoe Falqueto Linux user #524555 -------------------------------------------
Either use `makepkg -i` to install automatically after building, or `pacman -U foo.pkg.tar.xz` to manually install the built package.
On Fri, 2012-01-27 at 10:47 -0500, Taylor Hedberg wrote:
Either use `makepkg -i` to install automatically after building, or `pacman -U foo.pkg.tar.xz` to manually install the built package.
FWIW makepkg -i requires sudo. I don't set up sudo for my user. IMO there are good wikis about building packages, anyway, when I started I was thankful that somebody on the list explained me, how to build dummy packages. IMO using ABS is very pleasant. I used it for Qtractor from svn and btw. I excluded the checksum. https://wiki.archlinux.org/index.php/PKGBUILD https://wiki.archlinux.org/index.php/Arch_Build_System - Ralf
Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple as 'yaourt -S joe'. Their homepage has installation instructions you can copy and paste as well. Tim On 01/27/12 at 03:40pm, Peter G Nikolic wrote:
Hi ..
I am trying to install my favorite editor joe now i have the "PKGBUILD" file have run "makepkg" it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system .
I am also still unable to get anywhere near that close with google earth just piles of complaints (all 32 but complaints but the system is 64 bit i have the .deb 64 bit down to no avail .
Is there any clear concise documentation for the PKGBUILD / makepkg system most times so far with arch i have fund what i needed but this time :-(
Pete .
-- Powered by Kernel: 3.2.1-2-ARCH KDE Development Platform: 4.7.4 (4.7.4) 15:33:55 up 2 days, 16:02, 5 users, load average: 0.35, 0.14, 0.08
On Fri, Jan 27, 2012 at 1:50 PM, Tim Stella <denstark@gmail.com> wrote:
Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple as 'yaourt -S joe'. Their homepage has installation instructions you can copy and paste as well.
I should say that a AUR tool is only useful for those who understand AUR well. First, he needs to grasp the basics, so he needs to head over to the wiki. -- A: Because it obfuscates the reading. Q: Why is top posting so bad? For mor information, please read: http://idallen.com/topposting.html ------------------------------------------- Denis A. Altoe Falqueto Linux user #524555 -------------------------------------------
participants (7)
-
Denis A. Altoé Falqueto
-
Karol Blazewicz
-
Peter G Nikolic
-
Ralf Mardorf
-
Taylor Hedberg
-
Thanasis Georgiou
-
Tim Stella