You are not logged in.
Pages: 1
I get the following error after install bin32-floola from AUR :
Floola: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
I added a comment to the AUR.
Any ideas?
Scott
Last edited by firecat53 (2008-08-30 19:46:44)
Offline
The problem is caused by the lib32-libcups package. libcups has been updated to 1.3.8-2, lib32-libcups also needs updating.
Please find updated PKGBUILD for lib32-libcups below. Does anyone know how to flag a package in community as out of date?
Dougie
# $Id: PKGBUILD,v 1.10 2008/08/10 14:12:43 Neverth Exp $
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer: Mikko Seppl <t-r-a-y@mbnet.fi>
_pkgsourcename=libcups
pkgname=lib32-$_pkgsourcename
pkgver=1.3.8
pkgrel=2
pkgdesc="The CUPS Printing System"
arch=(x86_64)
url="http://www.cups.org/"
license=('GPL')
groups=('lib32')
depends=('lib32-gnutls' 'lib32-libtiff' 'lib32-libpng')
source=(ftp://ftp.archlinux.org/extra/os/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.gz)
md5sums=('ab28c362273e0c762f360a5abed21f60')build() {
cd $startdir/src
mkdir -p $startdir/pkg/opt/lib32/usr/lib
cp -dp usr/lib/*.so* $startdir/pkg/opt/lib32/usr/lib
}
Offline
Hey, thanks for the reply. I corrected one line in the PKGBUILD:
source=(ftp://ftp.archlinux.org/extra/os/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.gz)
Then it installed ok. However, when I run Floola I get the following set of repeating errors and all fonts show up just as empty boxes, if anything (and by the way I'm using english, not Arabic )
(Floola:5373): Pango-WARNING **: Failed to load Pango module '/usr/lib/pango/1.6.0/modules/pango-arabic-fc.so' for id 'ArabicScriptEngineFc'
(Floola:5373): Pango-WARNING **: /usr/lib/pango/1.6.0/modules/pango-basic-fc.so: wrong ELF class: ELFCLASS64
(Floola:5373): Pango-WARNING **: Failed to load Pango module '/usr/lib/pango/1.6.0/modules/pango-basic-fc.so' for id 'BasicScriptEngineFc'
lib32-pango is installed from community (version 1.20.5-1).
Any ideas?
Scott
Last edited by firecat53 (2008-08-30 15:48:03)
Offline
Pages: 1