You are not logged in.

#1 2008-08-25 05:57:30

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

[Solved]bin32-floola not working

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

#2 2008-08-27 19:20:17

dougie
Member
Registered: 2007-11-05
Posts: 3

Re: [Solved]bin32-floola not working

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

#3 2008-08-30 15:45:15

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: [Solved]bin32-floola not working

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 smile )

(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

#4 2008-08-30 19:46:20

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: [Solved]bin32-floola not working

Oops...never mine. I ran Floola from the command line, instead of floola.sh like I should have.

Solved!

Scott

Offline

Board footer

Powered by FluxBB