You are not logged in.
I'm installing the midori web browser just to test it out and one of its dependencies was webkitgtk-svn and that installed fine, but when it came to installing midori i get this strange error.
==> Building and installing package
==> Making package: midori 0.0.16-1 (Wed Jan 30 10:36:36 CST 2008)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
error: 'webkitgtk-svn': not found in sync db
==> ERROR: Pacman failed to install missing dependencies.
Error: Makepkg was unable to build midori package.
and just to prove that webkitgtk-svn was installed correctly, here you go...
[jeff@gnome-box ~]$ tupac -Qi webkitgtk-svn
Name : webkitgtk-svn
Version : 29869-1
URL : http://webkit.org/
Licenses : custom
Groups : None
Provides : webkitgtk webkitgdk webkitgdk-svn
Depends On : libxslt curl sqlite3 gtk2 icu
Optional Deps : None
Required By : None
Conflicts With : webkitgtk webkitgdk webkitgdk-svn
Replaces : None
Installed Size : 5502.47 K
Packager : Unknown Packager
Architecture : i686
Build Date : Wed 30 Jan 2008 10:32:07 AM CST
Install Date : Wed 30 Jan 2008 10:32:35 AM CST
Install Reason : Installed as a dependency for another package
Install Script : No
Description : An open source web browser engine
Last edited by theringmaster (2008-01-30 16:50:39)
Check me out on twitter!!! twitter.com/The_Ringmaster
Offline
http://aur.archlinux.org/packages.php?d … 1&ID=11779
Read the comments.
http://aur.archlinux.org/packages/webki … n/PKGBUILD
Pacman 3.1.1 fix: provides=("webkitgtk=$pkgver" "webkitgdk=$pkgver" "webkitgdk-svn=$pkgver")
1000
Offline
http://aur.archlinux.org/packages.php?d … 1&ID=11779
Read the comments.http://aur.archlinux.org/packages/webki … n/PKGBUILD
Pacman 3.1.1 fix: provides=("webkitgtk=$pkgver" "webkitgdk=$pkgver" "webkitgdk-svn=$pkgver")
On that webkitgtk-svn pkgbuild, it says that "source=(LICENCE)" which gives back an error.
[jeff@gnome-box ~]$ cd ~/webkitgtk-svn
[jeff@gnome-box webkitgtk-svn]$ makepkg
==> Determining latest svn revision...
-> Version found: 29869
==> Making package: webkitgtk-svn 29869-1 (Wed Jan 30 10:55:16 CST 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> ERROR: There is no agent set up to handle LICENSE URLs. Check /etc/makepkg.conf.
Aborting...
-> Downloading LICENSE...
/usr/bin/makepkg: line 473: LICENSE: command not found
==> ERROR: Failure while downloading LICENSE
Aborting...
Check me out on twitter!!! twitter.com/The_Ringmaster
Offline
make sure that you got the whole tarball from AUR.
Offline
After failing to get the PKGBUILDs on AUR to work, even after editing. I went here for some guidance. Now I have both packages built and installed. I tried danimoth's repo at first but got a md5 error.
Offline