You are not logged in.
Hi,
I'm trying to install lib32-libxp from AUR, and I can't because its depency (lib32-printproto) gives me an error:
└─>$ yaourt -S lib32-libxp
==> Resuming previous build
==> Downloading lib32-libxp PKGBUILD from AUR...
tar: Record size = 6 blocks
==> Last 5 comments ordered by date (asc):
Comment by: Janax on Thu, 01 Nov 2007 15:51:18 +0000
Had to change the link from "core" to "extra" repository... otherwise worked perfectly!
Comment by: Synthead on Tue, 21 Oct 2008 13:01:30 +0000
Had problems with this package. I made a new PKGBUILD:
pkgname=lib32-libxp
pkgname32=${pkgname/lib32-/}
pkgver=1.0.0
pkgrel=1
pkgrel32=2
pkgdesc="X11 X Print Library"
arch=(x86_64)
url="http://xorg.freedesktop.org/"
license=('GPL')
groups=()
depends=(lib32-libxext lib32-printproto)
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=(ftp://ftp.archlinux.org/extra/os/i686/${pkgname32}-${pkgver}-${pkgrel32}-i686.pkg.tar.gz)
noextract=()
md5sums=(d1ba7ca5620ec0a03806cba518af8acf)
build() {
mkdir -p $startdir/pkg/opt/lib32/usr/
cp -rPf $startdir/src/usr/lib $startdir/pkg/opt/lib32/usr/lib
}
Comment by: ataraxia on Sun, 14 Jun 2009 22:47:56 +0000
Adopted and updated. New PKGBUILD based on Synthead's, from previous comment.
Comment by: Kray on Fri, 21 Aug 2009 16:19:31 +0000
PKGBUILD is broken, pkgrel32 should be 3, not 2
Comment by: bchurchill on Thu, 24 Dec 2009 05:24:43 +0000
lib32-printproto should be listed as a dependency.
Everything else works! The PKGBUILD was updated to include Kray's comment that pkgre132 needed to be changed.
First Submitted: Fri, 23 Mar 2007 22:38:51 +0000
lib32-libxp 1.0.0-4 : X11 X Print Library
( Unsupported package: Potentally dangerous ! )
==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==> ----------------------------------------------
==>n
==> lib32-libxp dependencies:
- lib32-libxext (already installed)
- lib32-printproto (building from AUR)
==> Continue the building of lib32-libxp ? [Y/n]
==> ----------------------------------------------
==>y
==> Building missing dependencies from AUR:
==> Resuming previous build
==> Downloading lib32-printproto PKGBUILD from AUR...
tar: Record size = 6 blocks
First Submitted: Tue, 21 Oct 2008 12:56:55 +0000
lib32-printproto 1.0.4-1 : X11 print extension wire protocol
( Unsupported package: Potentally dangerous ! )
==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==> ----------------------------------------------
==>n
==> Continue the building of lib32-printproto ? [Y/n]
==> ----------------------------------------------
==>y
==> Install or build missing dependencies for lib32-printproto:
==> Building and installing package
==> Making package: lib32-printproto 1.0.4-1 x86_64 (Sat Mar 13 11:11:31 CET 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading printproto-1.0.4-1-i686.pkg.tar.gz...
--2010-03-13 11:11:31-- ftp://ftp.archlinux.org/extra/os/i686/printproto-1.0.4-1-i686.pkg.tar.gz
=> "printproto-1.0.4-1-i686.pkg.tar.gz.part"
Resolving ftp.archlinux.org... 209.85.41.143, 209.85.41.144
Connecting to ftp.archlinux.org|209.85.41.143|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /extra/os/i686 ... done.
==> SIZE printproto-1.0.4-1-i686.pkg.tar.gz ... done.
==> PASV ... done. ==> RETR printproto-1.0.4-1-i686.pkg.tar.gz ...
No such file "printproto-1.0.4-1-i686.pkg.tar.gz".
==> ERROR: Failure while downloading printproto-1.0.4-1-i686.pkg.tar.gz
Aborting...
Error: Makepkg was unable to build lib32-printproto package.
==> Install or build missing dependencies for lib32-libxp:Looks like the file is not found, but where else can I find it ?
Last edited by spiridow (2010-03-13 12:56:04)
Offline
you should check the i686 version of i686 and change it in the PKGBUILD.
Offline
you should check the i686 version of i686 and change it in the PKGBUILD.
Thanks, that worked. I had to change the md5sum too, though.
Offline