You are not logged in.

#1376 2009-07-19 17:58:41

pano
Member
From: Stuttgart, Germany
Registered: 2008-09-08
Posts: 118

Re: Daily KDE4 Subversion Packages

Let's hope the Arch Linux devs will pick up a patch for 4.3 too

Offline

#1377 2009-07-19 18:07:32

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

Re: Daily KDE4 Subversion Packages

This fix will pass upstream for 4.3. It is now in the 4.3 svn branch. That means if you install the 4.3 svn branch, there won't be this libjpeg problem.

Offline

#1378 2009-07-19 21:16:41

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@capthookb: thanks for the ruby hint, I've downgraded just my ruby to 1.8.7 and doing another build now. Hopefully the runtime executables will still work with both ruby versions, we'll find out.

Offline

#1379 2009-07-21 01:39:26

capthookb
Member
Registered: 2007-12-10
Posts: 124

Re: Daily KDE4 Subversion Packages

It's been quite a few months now, that every time i try to add Weather Forecast applet the plasma-desktop crashes. I wonder why is that...
After building and installing kdeplasma-addons on my own, the applet is usable without crashing plasma. Any thoughts?

Offline

#1380 2009-07-21 18:11:35

deej
Member
Registered: 2008-02-08
Posts: 395

Re: Daily KDE4 Subversion Packages

Anyone having trouble with mkinitcpio with todays update ?
All i'm getting is;

mkinitcpio-0.5.26-1-any.pkg.tar.gz is invalid or corrupted

deej

[EDIT]

yes, I've changed mirrors ( wink ) - but most don't have it.

Last edited by deej (2009-07-21 18:12:29)

Offline

#1381 2009-07-21 18:58:08

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

deej wrote:

Anyone having trouble with mkinitcpio with todays update ?

There are three directories on ftp.archlinux.org: x86 x86_64 and "any".

Adding the "any" directory to my mirrorlist fixed this issue for me this morning.  So my mirrorlist file looks like this now:

Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/any
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64

Offline

#1382 2009-07-21 19:02:27

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

capthookb wrote:

It's been quite a few months now, that every time i try to add Weather Forecast applet the plasma-desktop crashes.

I don't have a solution for getting the weather applet to work . . . . but I've been using YaWP (Yet another weather plasmoid) for some time now and it's a great replacement! 

You can get the latest svn by typing:

svn co https://yawp.svn.sourceforge.net/svnroot/yawp

Then, since it uses cmake, just:

cd yawp
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

Then as root type "make install" and you're home!

Offline

#1383 2009-07-21 19:07:19

deej
Member
Registered: 2008-02-08
Posts: 395

Re: Daily KDE4 Subversion Packages

atomopawn wrote:
deej wrote:

Anyone having trouble with mkinitcpio with todays update ?

There are three directories on ftp.archlinux.org: x86 x86_64 and "any".

Adding the "any" directory to my mirrorlist fixed this issue for me this morning.  So my mirrorlist file looks like this now:

Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/any
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64

Ahhh... easy when you know how smile
Many thanks, atomopawn, that's done the deed !

Deej

Offline

#1384 2009-07-22 19:55:19

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

@markc: Is the kdepim package building?  My patch to make kpilot work with kolab folders is in trunk now and I'm anxious to see it in action. :-)

Offline

#1385 2009-07-23 00:28:09

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@atomopawn: hmm, no, the gnokii dependency was missing but even when I add that package it still fails with no obvious error so I've started another build from scratch in case a rebuilt kdesupport/kdepimlibs is needed. Fingers crossed.

Offline

#1386 2009-07-26 11:27:04

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

I have been compiling from source in a user account to do development.  My kdepim there was failing to build for awhile because nepomuk-rcgen was crashing.  It turned out that just doing xhost +local: fixed the problem.  I have no idea why a command-line utility needs to access the DISPLAY, but that was the issue for me. 

Maybe that's what's happening with your build?

Offline

#1387 2009-07-26 11:52:21

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@atomopawn: thanks for the hint but my build machine does not have X running so that command does not even run in my case. Could be a good clue though... maybe if I had X and KDE running then it might build. That would be bizarre!

Offline

#1388 2009-07-26 12:33:12

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

It seems that what is really necessary is for the dbus session bus to be running.  It will normally launch automatically, but without X available, it seems like it can't run.  This must be a fairly recent regression, since you were able to build kdepim before.  Can you look at your logs and see when it last compiled successfully?  I have submitted a bug report to the KDE folks and it would help if I could narrow down when things started to fail....

Offline

#1389 2009-07-26 17:37:38

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

I submitted that bug report this morning.   When I got back from church a little bit ago I found that trueg had already responded to the bug and patched the problem in svn.  Hopefully kdepim will build now!

Offline

#1390 2009-07-26 21:01:06

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@atomopawn: we have a kdepim-4.4.0-2009072616-i686.pkg.tar.bz2 package. It's possible I coincidently started the build just after the patch was applied. Does the 20090726 kdepim work?

As it turns out, even though I don't run X on my build machine, hal (and therefor dbus) is started in my rc.conf.

Update: ahh, but the x86_64 run a couple of hours earlier did not build kdepim, and a rebuild attempt of only kdepim failed, so I've started another complete x86_64 build just now.

Last edited by markc (2009-07-26 21:17:18)

Offline

#1391 2009-07-26 21:31:20

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

In my case, the problem seemed to involve starting the dbus session server, not the system server.  The dbus session server needed X for some reason when started with the particular flags passed by nepomuk-rcgen.  Now that nepomuk-rcgen doesn't use dbus anymore, it builds fine.  Since I use x86_64, I will let you know tomorrow if everything is working.

Thanks much for working on this with me!  I'll be very excited to have a working kpilot on my production system. (And yes, the laptop I install your packages on is a production system.  And no, I haven't had any major problems with that!)

Offline

#1392 2009-07-26 21:32:04

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

By the way, are the instructions on page 1 for obtaining PKGBUILDs still good?

Offline

#1393 2009-07-26 22:30:38

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@atomopawn: woops, no, updated now and thanks for the reminder.

It would have been easier to leave the source packages and the mpkg build script together at GoogleCode but I wanted an excuse to use Git and to set up my own Git repo (for Eth-OS stuff eventually) so I managed to make life more difficult for myself and anyone else who might want to also use the same build system. As it turns out now it's simple to just create a script that changes into each directory and does a makepkg -sic (sic = downloads dependencies, installs package, cleans up). The mpkg build script is only useful when there are 1000's of source packages, lots of different arch's and all need to be pushed into a binary repo and uploaded somewhere.

Offline

#1394 2009-07-26 22:52:01

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

Sweet!  Thanks for updating that!

Offline

#1395 2009-07-26 22:56:06

atomopawn
Member
Registered: 2007-08-26
Posts: 71

Re: Daily KDE4 Subversion Packages

Oh . . . and if you don't mind, I'd love to have write permission (as atomopawn)!  I promise not to break things too badly.

Offline

#1396 2009-07-26 23:19:30

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

Sure, no problem, just ssh-keygen -t dsa -f ~/.ssh/kde-svn-github and email it (~/.ssh/kde-svn-github.pub) to markc@renta.net. Same thing for anyone who wants write perms to these source packages.

http://gitorious.org, where Qt is and KDE is moving to, has the concept of "teams" so it may be worthwhile establishing a person-neutral dedicated kde-git account there, when KDE proper moves there... if there is any interest.

Last edited by markc (2009-07-26 23:20:12)

Offline

#1397 2009-07-27 07:53:12

summel
Member
From: Germany
Registered: 2009-01-30
Posts: 6
Website

Re: Daily KDE4 Subversion Packages

can you please rebuilt qt with the new libjpeg? or something with libqjpeg... im not sure qhat the guys in #qt meant... but arora still does not display jpeg images and the guys in #qt told me it was your fault big_smile

Offline

#1398 2009-07-27 09:55:24

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@summel: I'm pretty sure the kde/svn/qt-copy was built with the new libjpeg library maybe 2 weeks ago. Make sure you are not using extra/qt. Anyhow, yes, I'm building qt-copy now just in case. If you happen to be using an old arora that I provided then I haven't rebuilt it for 3 or 4 weeks.

Offline

#1399 2009-07-27 11:24:26

summel
Member
From: Germany
Registered: 2009-01-30
Posts: 6
Website

Re: Daily KDE4 Subversion Packages

well i am sure i use your qt-copy + i build arora about 1-2 times a day from git smile

i still think the #qt guys are wrong ^^

also i noticed koffice is miss kspread?

Offline

#1400 2009-08-02 20:21:23

superstoned
Member
Registered: 2006-09-04
Posts: 268

Re: Daily KDE4 Subversion Packages

Hi Markc,

Did you notice Amarok has gone missing, and the KDEbindings apparently don't work as python plasmoids don't load?


-=] life sucks deeply [=-

Offline

Board footer

Powered by FluxBB