You are not logged in.
Tanis; Attempted to install yaourt with the aur reference you provided.
It provided a TGZ from which I extracted four files, three pre-install files and a package build.
When running makepkg in its directory I receive an error...flash-beta-install...no such file or directory...
I find no reference to that file in the download files.
What am I missing?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
I don't know. It works fine here. Maybe you just should wait for this version of JRE in [community], it should be there pretty soon.
Offline
Tanis;
Merci buku for replies.
Discovered a similarity with /home and found a second PKGBUILD which responded to the makepkg....my oops.
Now ensured that the yaourt PKGBUILD was operative, I received the error....line 19 make....no such command.....
The PKGBUILD is shown below;
# Author: Julien MISCHKOWITZ <wain@archlinux.fr>
pkgname=yaourt
pkgver=0.9.1
pkgrel=1
pkgdesc="A Pacman frontend with more features and AUR support"
arch=(i686 x86_64 ppc)
url="http://www.archlinux.fr/yaourt-en/"
license="GPL"
depends=('wget' 'diffutils' 'pacman>=3.2.0')
install=yaourt.install
backup=('etc/yaourtrc')
source=(http://archiwain.free.fr/os/i686/$pkgname/$pkgname-$pkgver.src.tar.gz yaourtrc-0.9-1 yaourtrc-0.9.1-1)
md5sums=('38f31f373e5b4638fb9a3dca9f9d6250'
'92a8eebfec7f22e645dc82a2f67ce970'
'8e48368a2df279cddf0d1a629987afce')
build() {
cd $startdir/src/$pkgname-$pkgver
make install DESTDIR=$pkgdir || return 1
# preinstall original backup files for yaourtrc
install -D -m 766 $srcdir/yaourtrc-0.9-1 $pkgdir/var/lib/yaourt/backupfiles/yaourt/yaourt-0.9-1/yaourtrc
install -D -m 766 $srcdir/yaourtrc-0.9.1-1 $pkgdir/var/lib/yaourt/backupfiles/yaourt/yaourt-0.9.1-1/yaourtrc
}
Perhaps it is a superfluous entry? Just have install?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
According to that error it cannot find make. Have you installed make?
# pacman -S make
___
oew
there's no place like ~/
Offline
oew
Gosh I have more missing packages!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
oew
Yessir, that fixed the problem and now have yaourt in tow!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
The result of all this::::
bash-3.2# yaourt -S jre_beta
bash: yaourt: command not found
bash-3.2#
I am making too many oops!! Getting to aged for this stuff, 83 years +....................
After install of package tar gz, I succeeded in installing the Jre package with license et al.
Merry Christmas to all!!!!
Last edited by lilsirecho (2008-12-20 00:58:33)
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline