You are not logged in.
Pages: 1
So I run
yaourt -S virtualbox_bin
Simple enough, right? Wrong.
I get the message
==> Retrieving Sources...
==> ERROR: VirtualBox-1.6.4-Linux_x86.run was not found in the build directory and is not a URL.
Error: Makepkg was unable to build virtualbox_bin package.
I downloaded VirtualBox-1.6.4-Linux_x86.run and placed in in my current directory - didn't work.
I looked for a virtualbox_bin directory under the /var/abs tree, not found.
I did updatedb and ran 'locate virtualbox' to see if I could find some temporary build directory to place the file in - not found.
Where the hell am I supposed to place the .run file for yaourt to find it????
Offline
download manualy from aur the build arhive and place VirtualBox-1.6.4-Linux_x86.run inside the directory. after that run makepkg -i
Give what you have. To someone, it may be better than you dare to think.
Offline
So is virtualbox_bin a package that cannot be built using yaourt? The whole reason I started using yaourt was to not have to build AUR pkg's manually. I can understand why they can't include the .bin file in the AUR. I'm just curious if I'm doing something wrong or if packages like virtualbox_bin and vmware pkgs - that can't include certain files, just cannot be installed using yaourt.
Offline
It should work. I'd imagine it's a problem with the PKGBUILD. If you just want virtualbox_bin, add the archlinuxfr repository to pacman. Then you can install virtualbox_bin using pacman.
Edit: When I said it should work, I mean that it would definitely be possible to install virtualbox_bin through yaourt. Not necessarily that the current PKGBUILD in the aur works.
Last edited by kett (2008-08-13 16:43:49)
Offline
you can't include such a huge file. the link for download is not static. is dinamic generatated and thats why cannot be use in source(). this thing happen after virtualbox team put download on sun servers
Give what you have. To someone, it may be better than you dare to think.
Offline
Don't use yaourt to build virtualbox_bin, just download the tarball off the AUR and extract it. Then download the 1.6.4 .run file off of virtualbox.org (for linux i386 or x86_64, depending on what you're using), and place it in the directory created from extracting the tarball. After that, cd to that same dir, makepkg, and then pacman -U the pkg.tar.gz it spits out. This is how I do it whenever there's a new version of vbox out on the AUR.
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
We can give our thanks to the Sun Microsystems for this fuck up too! :I
(╯°□°)╯~ ┻━┻
Offline
I just built it from AUR using makepkg. It's working great. I got the feature I was after, which was the integrated mouse/keyboard - I hated the keyboard capture function.
Thanks - and a special thanks to all the maintainers of AUR software, you guys are great.
Offline
You can place the virtualbux.run file in /tmp/yaourt-tmp-<username>/virtualbox folder
Offline
Or you could probably insert a wget line in the PKGBUILD file so that it dl's the .run file from sun before starting the build.
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
Pages: 1