You are not logged in.

#1 2008-08-23 02:32:16

archxman
Member
Registered: 2008-08-23
Posts: 4

Compiling problem with EVA

I was compiling eva-20080127-1 using PKGBUILD got from the web:

#below is binary package download page:
#http://www.fs2you.com/files/6bc272d4-d7cf-11dc-a6b8-0014221b798a/
#below is PKGBUILD
# Contributor: lo3 <smoke.v@gmail.com>
pkgname=eva
pkgver=20080127_1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="QQ protocol instant messaging client for KDE."
url="http://sourceforge.net/projects/evaq"
license="GPL"
depends=('kdelibs' 'qt3')
makedepends=('pkgconfig' 'make')
source=(http://www.myswear.net/myswear/eva/beta/$pkgname-$pkgver.tar.bz2)
md5sums=('567cac84576442101f25ffe01b208cd3')

build() {
    cd $startdir/src/$pkgname
    echo $startdir
    patch -p1 < $startdir/eva_patch
    ./configure --prefix=`kde-config --prefix`
    make || return 1
    make DESTDIR=$startdir/pkg install
}

I have installed qt, qt3, kdelibs, kdelibs3, so I changed the script above a little :

./configure --prefix=`/opt/kde/bin/kde-config --prefix` --with-qt-dir=/opt/qt

And now there is an error when I use makepkg, it said that:
The important program mcopidl was not found!

So, what is the package in Arch I should install, am I missing some packages?

Offline

#2 2008-08-23 07:43:03

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: Compiling problem with EVA

Try installing libart-lgpl.  No guarantees...

Offline

#3 2008-08-23 16:04:50

archxman
Member
Registered: 2008-08-23
Posts: 4

Re: Compiling problem with EVA

Allan wrote:

Try installing libart-lgpl.  No guarantees...

well, this is installed 'cause it is required by kdelibs3.
And, by using "pacman -Ql libart-lgpl" we can see that this package doesnot caintan mcopidl.:(
I wonder whether the file in question is in some package of Arch or not?

Offline

#4 2008-08-23 16:20:22

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: Compiling problem with EVA

It is not in any package in the core or extra repos.  Google searching suggests it is in v1 of the libarts library.  We seem to have v2 in the repos so maybe it is not included anymore.  Or maybe it is missing in our libarts package.  You should look into that package more to see if you can find out which.

Offline

Board footer

Powered by FluxBB