You are not logged in.

#1 2008-01-15 11:53:32

opeth115
Member
Registered: 2007-07-19
Posts: 63

Kdemod error...Weird?

Whenever i try to install kdemod- complete i get this error

poppler-qt: requires qt>=3.3.8

What do ut hink i should do?  I've tried reinstallng but i get the same thing.  Any ideas?

Offline

#2 2008-01-15 12:00:55

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Kdemod error...Weird?

Unfortunately, you have to wait for pacman 3.1.1 , and new kdemod packages after that release.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2008-01-15 12:01:35

May-C
Member
Registered: 2007-12-28
Posts: 83

Re: Kdemod error...Weird?

Pacman has changed something (provides).
There are two or three possibilities:
1. Downlaod the PKGBUILD from qt-enhanced. Modifiy so it fits. Then makepkg and pacman -U ....
2. Install qt-poppler with pacman -Sd poppler-qt
3. Wait until kdemod updates his qt-enhanced package...

Last edited by May-C (2008-01-15 12:08:31)

Offline

#4 2008-01-15 12:02:34

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Kdemod error...Weird?

try rebuilding qt-enhanced with 'provides=("qt $pkgver")' for the provides line in the PKGBUILD

[edit]
added quotes as explained by shining to avoid confusion

Last edited by pressh (2008-01-15 12:31:56)

Offline

#5 2008-01-15 12:20:04

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Kdemod error...Weird?

pressh wrote:

try rebuilding qt-enhanced with 'provides=(qt $pkgver)' for the provides line in the PKGBUILD

Rather 'provides=("qt $pkgver")', and that's the first problem with this syntax. Quotes are always needed.

So if you use this line, you can rebuild the package with makepkg and install it with pacman -U. That should work correctly.
The second problem is that this package couldn't be put in a sync repo using repo-add, because repo-add doesn't handle this provides line correctly.

To avoid both problems, we will probably move to the following syntax in 3.1.1 :
provides=(qt=$pkgver)

Sorry for the confusion sad


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#6 2008-01-15 20:14:08

dakor
Member
Registered: 2004-03-19
Posts: 107

Re: Kdemod error...Weird?

Could someone please e-mail me an already compiled pkg of the fixed qt-enhanced.


freenode.net  #linuxn00b

Offline

Board footer

Powered by FluxBB