You are not logged in.

#376 2009-12-18 09:39:52

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: kde-snapshot repo

peacey wrote:

I've updated to the lastest x86_64 4.3.82 svn packages in this repo but kde still says it is version 4.3.81 in the About dialog, and so does every other kde application. And from terminal:

peacey ~ $ kded4 --version
Qt: 4.7.0
KDE Development Platform: 4.3.81 (KDE 4.3.81 (KDE 4.4 >= 20091204))
KDE Daemon: $Id: kded.cpp 1031637 2009-10-05 16:58:19Z lunakl $
peacey ~ $

Is something wrong with my installation or with the packages?

Look at the posts above...

kde beta2 packages are tagged, so please wait for the next update (but still without soprano/akonadi/nepomuk).

Maybe somebody here has some ideas how to compile redland 1.0.8 on a up to date environment?

Offline

#377 2009-12-18 16:28:01

mutlu_inek
Member
From: all over the place
Registered: 2006-11-18
Posts: 683

Re: kde-snapshot repo

Solid1986Snake wrote:

[...] the next update (but still without soprano/akonadi/nepomuk).

Maybe somebody here has some ideas how to compile redland 1.0.8 on a up to date environment?

Just get rid of the line

set(REDLAND_AVOID_VERSION_1_0_9 TRUE)

in kdesupport/soprano/CMakeLists.txt

Redland 1.0.9 was blacklisted until today due to issues on MS Windows. It works just fine on Linux.

Last edited by mutlu_inek (2009-12-18 16:29:38)

Offline

#378 2009-12-18 17:15:14

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

Re: kde-snapshot repo

@mutlu_inek: Cool, we didn't know that, thanks. I'll run build tonight. If everything will be ok, we could provide update at the end of the weekend. :-)


PS: Networkmanager will be rebuild too, don't worry guys :-)

Offline

#379 2009-12-18 17:25:25

mutlu_inek
Member
From: all over the place
Registered: 2006-11-18
Posts: 683

Re: kde-snapshot repo

@ProgDan, I was only half right. The problem is (or was until today's changes which are not included in the new beta) the Win32 stuff, but its copepaths have to be removed from soprano. These patches should (hopefully) do:

http://websvn.kde.org/trunk/kdesupport/ … view=patch

http://websvn.kde.org/trunk/kdesupport/ … ev=1063393

http://websvn.kde.org/trunk/kdesupport/ … ev=1063393

Offline

#380 2009-12-18 18:40:08

milian
Member
From: Berlin
Registered: 2009-12-01
Posts: 10
Website

Re: kde-snapshot repo

Could it be that the KDE Support packages are linked against some outdated Qt? When I try to compile kdelibs (for Katepart development I need that), I get:

/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/libsoprano.so: undefined reference to `QHashData::allocateNode(int)'                                                    
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/libsoprano.so: undefined reference to `QHashData::detach_helper2(void (*)(QHashData::Node*, void*), void (*)(QHashData::Node*), int, int)'                                                                                                                                                                  
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/libsoprano.so: undefined reference to `QVectorData::free(QVectorData*, int)'                                            
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/libsoprano.so: undefined reference to `QVectorData::allocate(int, int)'

I had something similar in libpolkit-qt:

undefined reference to `QMapData::createData(int)'

Edit: note that I can compile these just fine and that fixes the kdelibs issue for me, though it'd be nice if I wouldn't have to.

Edit: one more error:

/usr/bin/onto2vocabularyclass: symbol lookup error: /usr/bin/onto2vocabularyclass: undefined symbol: _ZN9QHashData14detach_helper2EPFvPNS_4NodeEPvEPFvS1_Eii

Last edited by milian (2009-12-18 19:15:39)


http://milianw.de
KDevelop, KDevelop-PHP & Kate developer

Offline

#381 2009-12-21 00:07:37

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

Re: kde-snapshot repo

Updated to KDE 4.3.85 beta 2

ATTENTION
Some extra packages (qt, pyqt, sip, virtuoso_opensource, etc) were moved to kde-unstable-extra repo!!!. See http://bbs.archlinux.org/viewtopic.php? … 81#p675181 for more informations!!!!

Offline

#382 2009-12-21 01:27:27

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: kde-snapshot repo

kdelibs-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdesupport-akonadi-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted


tried it 3 times now... akonadi doesn download at all, which is no surprise, because it has 0kb

Last edited by Rasi (2009-12-21 01:29:35)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#383 2009-12-21 01:38:24

elocal
Member
Registered: 2004-03-18
Posts: 54
Website

Re: kde-snapshot repo

kdesupport-akonadi-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdelibs-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-dragonplayer-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-libkcompactdisc-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-libkcddb-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-kioslave-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-kmix-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted

Offline

#384 2009-12-21 06:10:18

peacey
Member
Registered: 2009-12-18
Posts: 6

Re: kde-snapshot repo

elocal wrote:

kdesupport-akonadi-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdelibs-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-dragonplayer-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-libkcompactdisc-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-libkcddb-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-kioslave-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdemultimedia-kmix-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted

Rasi wrote:

kdelibs-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted
kdesupport-akonadi-4.3.85svn1063265-1-x86_64.pkg.tar.gz is invalid or corrupted


tried it 3 times now... akonadi doesn download at all, which is no surprise, because it has 0kb

Everything downloaded and installed fine for me. Maybe it was a bad download?

By the way, if KDE doesn't start after you update everything and restart KDE, then try starting it with "startkde" in an xsession and check if it says something about not finding libpulseadio.so. If it does, then just pacman -S pulseaudio

For some reason, KDE won't start if pulseaudio isn't installed on the system.

Last edited by peacey (2009-12-21 06:41:41)

Offline

#385 2009-12-21 07:06:57

ffjia
Member
Registered: 2009-08-26
Posts: 94

Re: kde-snapshot repo

peacey wrote:

By the way, if KDE doesn't start after you update everything and restart KDE, then try starting it with "startkde" in an xsession and check if it says something about not finding libpulseadio.so. If it does, then just pacman -S pulseaudio

For some reason, KDE won't start if pulseaudio isn't installed on the system.

It seems /usr/lib/libkdeinit4_ksmserver.so deps on libpulse.so.0

Offline

#386 2009-12-21 09:28:25

extropy
Member
Registered: 2009-05-21
Posts: 6

Re: kde-snapshot repo

ProgDan wrote:

Updated to KDE 4.3.85 beta 2

ATTENTION
Some extra packages (qt, pyqt, sip, virtuoso_opensource, etc) were moved to kde-unstable-extra repo!!!. See http://bbs.archlinux.org/viewtopic.php? … 81#p675181 for more informations!!!!

The i686 repo is missing the DB file - kde-unstable-extra.db.tar.gz

Last edited by extropy (2009-12-21 09:28:56)

Offline

#387 2009-12-21 11:52:38

remaros
Member
Registered: 2009-10-06
Posts: 14

Re: kde-snapshot repo

and i686 repo was not updated to 4.3.85

Offline

#388 2009-12-21 12:23:12

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

Re: kde-snapshot repo

As usually, it takes some time before i686 is updated. I will upload it tonight CET.

Offline

#389 2009-12-21 19:42:29

lkpgwada
Member
Registered: 2009-05-31
Posts: 13

Re: kde-snapshot repo

Hello, got some problems, when i try to do a startkde from an xterm kde start but palsma-desktop crash complaining on:
"Communication problem with  "plasma-desktop" , it probably crashed."

they are some message in the console:

Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "
could not access kephald, falling back to QDesktopWidget
/plasma SystemTray::DBusSystemTrayProtocol::registerWatcher: System tray daemon not reachableclear

Help please.

Last edited by lkpgwada (2009-12-21 19:57:32)


Fôs ba tout' pèp gwada, i ja lè pou chanjé sistem la.

Offline

#390 2009-12-22 15:38:35

heaven
Member
Registered: 2009-11-24
Posts: 32

Re: kde-snapshot repo

2 Solid1986Snake
You build doesn't work for me. I don't know why, maybe you use specific keys. Anyway — KDE can't start.

Offline

#391 2009-12-22 16:00:46

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: kde-snapshot repo

can't get pulseaudio to work. how can i get alsa (audigy zs2) support back?

Last edited by iggy (2009-12-22 16:01:00)


sorry for my bad english smile

Offline

#392 2009-12-22 16:45:19

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: kde-snapshot repo

heaven wrote:

2 Solid1986Snake
You build doesn't work for me. I don't know why, maybe you use specific keys. Anyway — KDE can't start.

Well my build should be outdated.... the actual one is beta2 build by progdan, maybe you need to look at your setup again if that one doesnt't work, too

Offline

#393 2009-12-22 17:27:43

heaven
Member
Registered: 2009-11-24
Posts: 32

Re: kde-snapshot repo

2 Solid1986Snake
Oh, then I'm sorry smile
Today I tried to run 4.3.85, but still have no result.

Offline

#394 2009-12-22 17:52:07

skarn
Member
Registered: 2009-12-22
Posts: 7

Re: kde-snapshot repo

I don't see packages for cantor and rocs, the new apps from the kdeedu module.

Offline

#395 2009-12-22 18:32:47

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

Re: kde-snapshot repo

New games aren't there either.

Do nepomuk and kmail work for you guys (on i686)? On my boxes in both beta1 and 2 nepomuk with virtuoso completes indexing, but searches don't return anything; kmail opens, akonadi fails to start and kmail quits.

-edit-

Forced akonadi to work; nepomuk/strigi shows some searches, but not those that I want ;-)

Last edited by lucke (2009-12-22 19:13:07)

Offline

#396 2009-12-22 23:12:03

robotangel
Member
From: cologne/germany
Registered: 2007-08-30
Posts: 63

Re: kde-snapshot repo

Why does it depend on libpulse.so.0 ? That's quite annoying as I prefer OSS over ALSA.

Thanks
robo

Offline

#397 2009-12-23 11:14:03

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: kde-snapshot repo

Could you please list which games are missing? The packages are split up after the complete build of kdegames and we need to define an extra entry in the PKGBUILD for each game... if you would list the missing packages that would make life much easier for us...

@akonadi/nepomuk...

please run nepomukserver in gdb and afterwards nepoumukstrigiservice in there... that should produce a backtrace, post it on kde-bugs and here.... i have these issues since kde 4.2 and am trying to track them...

Offline

#398 2009-12-23 11:41:45

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

Re: kde-snapshot repo

From http://techbase.kde.org/Schedules/KDE4/ … _.26_Games : granatier, kigo, palapeli.

I'll play with nepomuk in the evening.

Last edited by lucke (2009-12-23 11:42:54)

Offline

#399 2009-12-23 19:36:48

sasad
Member
Registered: 2009-12-23
Posts: 1

Re: kde-snapshot repo

iggy

I removed kdesupport-phonon command

sudo pacman -Rd kdesupport-phonon

and I removed pulseaudio next I downloaded the phonon and compilation replace kdesupport-phono which don't work as it should

Last edited by sasad (2009-12-23 19:45:53)

Offline

#400 2009-12-23 21:47:20

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: kde-snapshot repo

Please, can you fix that pulseaudio thing? KDE won't even start here without pulseaudio installed. And pulseaudio won't start here so that I have sound in KDE. And in systemsettings, only Pulseaudio "device" is listed, so I can't fix it myself.... (and I'd like to show KDE 4.4 to a Linux newbee and it wouldn't be nice to show him a desktop without sound big_smile)

Last edited by flamelab (2009-12-23 21:50:52)

Offline

Board footer

Powered by FluxBB