You are not logged in.

#51 2009-05-12 15:15:24

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

kdebindings are always screwed up...I finally managed to compile Akonadi without problems, now I got stucked on Phonon

Linking CXX shared library ../../lib/pykde/phonon.so                                                                                 
CMakeFiles/python_module_PyKDE4_phonon.dir/sip/phonon/sipphononpart5.o:(.data.rel+0x138): undefined reference to `Phonon::BackendCapabilities::Notifier::staticMetaObject'

Just in case someone knew what to do :-)

If I won't find out what to do, I'll build it without kdebindings. After all, it's just optional dependency...

Edit: guys, this is weird - it fails on x86_64 but not on i686 - I'm really curious about WHY :-)

Last edited by ProgDan (2009-05-12 15:27:52)

Offline

#52 2009-05-12 15:26:14

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

Do you build from tag or trunk?

Offline

#53 2009-05-12 15:31:00

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

I build from tag using some fixes from trunk.

But it seems there was a problem with some file missing. I reinstalled PyQT and SIP and Phonon seems to be linked OK now. Let's see what will fail next big_smile

Offline

#54 2009-05-13 14:13:43

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

Hi there!
I have KDE 4.2.85 (beta 1) for you! It's just waiting for your pacman -Syu
I had to replace PyQt, SIP and QScintilla with -dev version from AUR (all binaries in repo) and I reverted from akonadi-svn to beta release 1.1.85. This time the update contains ALL! packages (yes including kdebindings) only kdeedu is built without Kalzium (uknown problem).

So update, use and report problems :-)

Enjoy

PS: It seems there is still the problem with multiple packages trying to install the same one icon. You can safely use pacman's -f switch

Last edited by ProgDan (2009-05-13 14:23:29)

Offline

#55 2009-05-14 15:44:42

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

kdenetwork update: recompiled with Kopete patch fixing bug #189815 [1].
If you have black chatwindow background in Kopete and color of text sometimes goes black that you don't see what do tou type, the patch fixes it.

PS: I will not compile all packages everytime there will new revision in KDE trunk (you have kde-svn therefore), but only if there is something as annoying as this bug or if you ask for it.

[1] http://bugs.kde.org/show_bug.cgi?id=189815

Offline

#56 2009-05-14 19:04:42

EvilSide
Member
Registered: 2008-04-09
Posts: 79

Re: [Closed] KDE 4.3 beta (4.2.63) repo

Gwenview won't open image files for me.

[deathix@destiny ~]$ gwenview
gwenview(4489): Attempt to use QAction "edit_redo" with KXMLGUIFactory!
gwenview(4489): Attempt to use QAction "edit_undo" with KXMLGUIFactory!
KCrash: Application 'gwenview' crashing...
sock_file=/home/deathix/.kde4/socket-destiny/kdeinit4__0

[1]+  Stopped                 gwenview

Offline

#57 2009-05-14 19:18:08

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

Make sure you have exiv2>=0.18.
You can also try to delete old gwen's configuration in ~/.kde4/share/config/gwenviewrc

Offline

#58 2009-05-14 19:36:13

EvilSide
Member
Registered: 2008-04-09
Posts: 79

Re: [Closed] KDE 4.3 beta (4.2.63) repo

ProgDan wrote:

Make sure you have exiv2>=0.18.
You can also try to delete old gwen's configuration in ~/.kde4/share/config/gwenviewrc

I have it. Deleting the config file didn't solve the problem sad

Offline

#59 2009-05-14 19:57:23

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

So, I tried to run gwenview from console and I have the "Attempt to use QAction..." message too, but gwenview works - so it's not related as I originally thought. Honestly, I have no glue what to do now. No error message, just simply crashdown...

When exactly does it crash? When you enter a folder with images and gwen tries to show list uf thumbs on when you try to open on image etc...

Offline

#60 2009-05-14 20:56:09

EvilSide
Member
Registered: 2008-04-09
Posts: 79

Re: [Closed] KDE 4.3 beta (4.2.63) repo

When I try to open folder from it -> it crash.
When I try directly to right click on image - open with gwenview -> crash again big_smile
Weird.
Thats on a fresh install of Arch64.

Offline

#61 2009-05-14 21:12:49

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

If it is fresh install it is very probable that there is some dependency missing - in your computer and in my PKGBUILD :-) On the other side, my kdegraphics has very same depends=() as Pierre's from [extra].
At this point I'm unfortunately unable to help you :-(

Just one last crazy idea: try to install kuickview (http://aur.archlinux.org/packages.php?ID=25543). If it will crash too, there is some serious problem somewhere...somewhere big_smile If it will work you can use it instead of gwenview :-)

Offline

#62 2009-05-15 07:24:45

EvilSide
Member
Registered: 2008-04-09
Posts: 79

Re: [Closed] KDE 4.3 beta (4.2.63) repo

ProgDan wrote:

If it is fresh install it is very probable that there is some dependency missing - in your computer and in my PKGBUILD :-) On the other side, my kdegraphics has very same depends=() as Pierre's from [extra].
At this point I'm unfortunately unable to help you :-(

Just one last crazy idea: try to install kuickview (http://aur.archlinux.org/packages.php?ID=25543). If it will crash too, there is some serious problem somewhere...somewhere big_smile If it will work you can use it instead of gwenview :-)

Hm, Kuickshow is working pretty nice big_smile
EDIT: Going to try kde on i686 system, I hope there all will be ok.
EDIT2: dAmn! The same thing on i686

Last edited by EvilSide (2009-05-15 15:32:04)

Offline

#63 2009-05-16 04:24:27

countercraft
Member
From: Montréal, CA
Registered: 2008-03-30
Posts: 31

Re: [Closed] KDE 4.3 beta (4.2.63) repo

ProgDan wrote:

Make sure you have exiv2>=0.18.

I found that the exiv2 package that is available in http://repo.progdansoft.com/kde-4.3-beta/os/i686/ is not in the repo (the .db file); a pacman -Sl kde-4.3-beta | grep exiv returns nothing. I believe this may be the problem.

Offline

#64 2009-05-16 11:55:58

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

exiv2 is currently available in [extra] in the same version. This package I've uploaded when there was older version in [extra] because KDE requires >=0.18.

Offline

#65 2009-05-18 21:46:36

codertux
Member
Registered: 2009-05-18
Posts: 5

Re: [Closed] KDE 4.3 beta (4.2.63) repo

Anyone tested if the wicd backed for solid works? I'm trying to move to Arch but untill wicd is integrated with KDE / networkmanager happens to work on my eeePC i'm stuck with kubuntu on it...

Offline

#66 2009-05-18 21:50:56

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [Closed] KDE 4.3 beta (4.2.63) repo

I'm using daily snapshots and there's wicd in System Settings -> Hardware. Don't know if it works.

Can't you use wicd standalone anyways?

Last edited by lucke (2009-05-18 21:51:44)

Offline

#67 2009-05-18 21:58:14

codertux
Member
Registered: 2009-05-18
Posts: 5

Re: [Closed] KDE 4.3 beta (4.2.63) repo

I'm just trying to keep my laptop gnome-free(tm)

Offline

#68 2009-05-18 22:04:46

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [Closed] KDE 4.3 beta (4.2.63) repo

wicd doesn't drag in anything gnomish, just gtk.

Offline

#69 2009-05-18 22:07:16

codertux
Member
Registered: 2009-05-18
Posts: 5

Re: [Closed] KDE 4.3 beta (4.2.63) repo

gtk looks gnomish smile I really hate to have a single app breaking my desktop experience by looking different...

Offline

#70 2009-05-18 22:48:51

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

codertux wrote:

gtk looks gnomish smile I really hate to have a single app breaking my desktop experience by looking different...

That is why oxygen-molecule-theme was created, I use it and have to tell you my desktop looks way more unified now.


Follow me in: Identi.ca, Twitter, Google+

Offline

#71 2009-05-21 14:28:12

farvardin
Member
Registered: 2008-09-03
Posts: 120
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

thank you for this build, it's working well.

Offline

#72 2009-05-21 14:44:29

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

You are welcome :-)
I'm already working on 4.2.87...

Offline

#73 2009-05-21 20:14:58

codertux
Member
Registered: 2009-05-18
Posts: 5

Re: [Closed] KDE 4.3 beta (4.2.63) repo

I've tried the packages from kdemod-unstable and I'd like to give those a try... how should I do it?

Offline

#74 2009-05-21 20:18:30

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

ProgDan wrote:

You are welcome :-)
I'm already working on 4.2.87...

You tell me if that is more stable and I'll upgrade. wink


Follow me in: Identi.ca, Twitter, Google+

Offline

#75 2009-05-21 20:21:35

ProgDan
Member
From: Prague, Czech Republic
Registered: 2007-10-04
Posts: 441
Website

Re: [Closed] KDE 4.3 beta (4.2.63) repo

Put the code below into /etc/pacman.conf before [core], then uninstall the KDEMod and run pacman -Sy kde. Backup of ~/.kde4 is recommended.

[kde-4.3-beta]
Server=http://repo.progdansoft.com/kde-4.3-beta/os/x86_64

Just change the arch if you have i686.

Last edited by ProgDan (2009-05-21 20:21:54)

Offline

Board footer

Powered by FluxBB