You are not logged in.

#501 2010-01-20 18:26:35

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

Re: kde-snapshot repo

Uppps...I just found out that I made a wrong svn checkout and I unintentionally built KDE 4.4.59 instead of 4.3.95 big_smile So those of you who were waiting for stable and shining 4.4 RC2 will have to switch to [kde-unstable]. Also 4.4.60 was just tagged in SVN, but I will not start rebuilding now, I will first sync our PKGBUILDs with those from [kde-unstable] and that will take some time.

KDE 4.5 will be remarkable by one thing: everything will be ported to Akonadi...and obviously they already begun - it took me quite a while to make KMail to connect to my IMAP account...now Akonadi is trying to index all of my 5k emails into MySQL database...already 10 minutes....that's quite overkill...:D I think we will have a lot of fun with KDE 4.5 snapshots....

Offline

#502 2010-01-20 18:46:08

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: kde-snapshot repo

Yeah, that is kind of redundant actually. Why index an imap account? Isn't that what the imap server is supposed to do? And I never did understand the whole mysql thing either. Thats just bloat-ware and not going to fly on lower end machines. Why didn't they use sqlite or some other db like, well, db? Anyway, it will be interesting to see how things pan out for KDE.

I sure hope they don't expect to run mysql on phones when they get their pim working on android; I read that is were they are heading along with the desktop... Mobile KDE apps... :-P

Joe

Last edited by Joeman1 (2010-01-20 18:46:46)

Offline

#503 2010-01-20 18:50:32

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

Re: kde-snapshot repo

SQLite? It would be even slower then now....and it's already SLOOOOOOOOOOOOOOW now! Btw you can still use PostgreSQL big_smile

I'm taking back that thing about fun....it will be suffering hmm

Offline

#504 2010-01-20 19:14:47

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: kde-snapshot repo

LOL... Too bad you can't turn it off and opt for flat files :-D

Offline

#505 2010-01-20 20:52:56

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

Re: kde-snapshot repo

MAJOR REPO UPDATE!!!!! Read carefully

The repo was updated to 4.4.59 (the packages are misnamed as 4.4.95, but that's not truth, I just noticed it when everything was build and almost everything uploaded). This update will prevent some PIM applications (especially KMail) from working as you were used to. It will be slow, unstable, painful and useless. But we must hope that development will be fast.
If you want to use KDE, please switch to [kde-unstable] repo. If you are insane enough, you can keep using these KDE 4.5 development snapshots.

BACKUP YOUR VALUABLE DATA

The repo was finally moved to the new hosting (thanks to Gwydion!) and was renamed to it's definitive name: kde-snapshots.

Please, update your pacman.conf

[kde-snapshots]
Server = http://arch.morrigan.ch/kde-snapshots/os/{x86_64,i686}

[kde-snapshots-extra]
Server = http://arch.morrigan.ch/kde-snapshots-extra/os/{x86_64,i686}

i686 is being uploaded atm, it will take about two hours.

I will not follow KDE 4.4. I'm working on syncing the packages with [kde-unstable] and improving them a little bit. I will then build 4.5.60 as a testing release and tune the PKGBUILDs to make it work as much as possible. If it will be somewhere between "absolutely useless" and "useless" I will upload it.

PS: yes, I love colors big_smile

Offline

#506 2010-01-20 21:24:31

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: kde-snapshot repo

This update will prevent some PIM applications (especially KMail) from working as you were used to. It will be slow, unstable, painful and useless. But we must hope that development will be fast.

I totally rely on kmail and the pim applications. I think I will wait at least fro beta to come out :-P

Do you know if other Distros who offer the RC updates are suffering from the same issues with this? Its hard to believe that they would release totally useless code so far into a Release Candidate especially for testing? How can you test the apps if they dont work! :-P

Thanks for the hard work though... Totally appreciated!!!

Joe

Last edited by Joeman1 (2010-01-20 21:26:01)

Offline

#507 2010-01-20 21:45:15

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

Re: kde-snapshot repo

This is NOT a RC release!!!! This is a KDE 4.5 development snapshot (beyond RC2)! Just the naming of packages is wrong roll....if you want RC 2, wait for update in [kde-unstable] repo.

Last edited by ProgDan (2010-01-20 21:46:41)

Offline

#508 2010-01-20 22:05:56

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: kde-snapshot repo

Cool, thanks man smile

Joe

Offline

#509 2010-01-20 22:22:47

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

Re: kde-snapshot repo

Joeman1 wrote:

Yeah, that is kind of redundant actually. Why index an imap account? Isn't that what the imap server is supposed to do? And I never did understand the whole mysql thing either. Thats just bloat-ware and not going to fly on lower end machines. Why didn't they use sqlite or some other db like, well, db?

Let me paraphrase what you just said:

1.) I don't understand what is does exactly or how it works.
2.) It is redundant.
3.) It is only bloat.
4.) They should use $2 instead of $1.


Hmm...

Offline

#510 2010-01-20 22:26:37

stricte
Member
Registered: 2010-01-20
Posts: 7

Re: kde-snapshot repo

hi,

i think i have a problem with some dependencies:
- kdesupport-soprano from kde-4.4-unstable depends on redland and iodbc
- redland depends on unixodbc

and of course there is a conflict between iodbc and unixodbc. so is there any workaround?

thanks, stricte

Offline

#511 2010-01-20 22:46:40

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

Re: kde-snapshot repo

A working workaround is this:

pacman -S redland
pacman -Rd unixodbc
pacman -S iodbc

Pacman will complaing about missing dependency unixodbc but it works without it pretty well.

In next release this will be fixed by using libiodbc instead of iodbc.

Offline

#512 2010-01-20 22:54:58

stricte
Member
Registered: 2010-01-20
Posts: 7

Re: kde-snapshot repo

ProgDan wrote:

A working workaround is this:

pacman -S redland
pacman -Rd unixodbc
pacman -S iodbc

Pacman will complaing about missing dependency unixodbc but it works without it pretty well.

In next release this will be fixed by using libiodbc instead of iodbc.

Ok. thanks. i will be waiting for new release.

By the way great job man smile

--
str

Last edited by stricte (2010-01-20 22:55:23)

Offline

#513 2010-01-21 09:12:55

Spy
Member
Registered: 2009-02-26
Posts: 78

Re: kde-snapshot repo

@Progdan Can you recompile kde 4.5 against new libs from testing repo (libpng,popler etc.)?

Offline

#514 2010-01-21 16:55:58

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

Re: kde-snapshot repo

Spy: I'd prefer not to use [testing]

Offline

#515 2010-01-22 18:55:41

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

Re: kde-snapshot repo

Updated to 4.4.60

PKGBUILDs were synced with those from [kde-unstable] and some packages were merged to one...I had some issues with building kdebindings so I will upload them later. Happy testing :-)

Offline

#516 2010-01-24 19:37:13

Spy
Member
Registered: 2009-02-26
Posts: 78

Re: kde-snapshot repo

when will be new snapshot ?

Offline

#517 2010-01-24 19:48:17

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

Re: kde-snapshot repo

I don't know....when it will be released :-) Usually it takes about a week between snapshots.

Offline

#518 2010-01-29 22:30:10

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

Re: kde-snapshot repo

Here it comes....updated to 4.4.61. I'm going on vacation this week so next release will be delayed and this release will have no "techsupport" :-)

For this particular update you must have [testing] repo enabled and libpng-1.4.0 and libjpeg-8-1 installed - they will enter [extra] soon and they are not compatible with the old versions and nothing would work at all. I compiled KDE against these new libraries so KDE will not stop working after these new packages are moved to [extra].

Some of your old programs may require the old libpng and libjpeg - I recommend installing libpng12 and libjpeg7 from AUR or rebuilding these programs against the new libraries.

Last edited by ProgDan (2010-01-29 23:35:31)

Offline

#519 2010-01-30 13:38:45

Spy
Member
Registered: 2009-02-26
Posts: 78

Re: kde-snapshot repo

When I installed this new snapshot I notice that some files from /usr/share/config/kdm are missing , there is only kdmrc whats make login (via kdm) impossible. When I restored them from kde 4.3.4 all works fine and can log in normally.Anyone have similar issue ?

Last edited by Spy (2010-01-30 19:00:24)

Offline

#520 2010-01-30 15:20:48

gun26
Member
Registered: 2007-07-05
Posts: 55

Re: kde-snapshot repo

For me kdm acts completely broken - no themes and it doesn't log me in. I switched to gdm for now (I also use gnome). I haven't noticed any other major breakage in 4.4.61 - yet. wink

Offline

#521 2010-02-08 13:05:56

laochailan
Member
Registered: 2010-01-08
Posts: 17

Re: kde-snapshot repo

For some reason 4.4.62 appeared. yikes

I don't know if this is fixed in 4.4.62 but it looks like kde-snapshots' konqueror has no sftp support. I rebuilt [extra]'s konq-plugins package against it, but that didn't solve the problem.

Offline

#522 2010-02-08 21:18:34

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

Re: kde-snapshot repo

Yop, I am back and KDE too :-)

Does any of you use PIM applications? Do they work? Especially IMAP and calendar, I need them and without it KDE is useless for me...for now I'm using 4.3.98 and I don't even have enough time to test the new snapshots at all...I will have to set up a virtualbox image to test it...:/

Please be patient with any problems, errors etc...I will try to fix them ASAP but as I said, I don't use these snapshots now so it's more difficult for me to trace the problems....I hope it will get better soon :-)

Offline

#523 2010-02-08 21:19:55

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

Re: kde-snapshot repo

I'd really like to test KDE 4.5, but i'm in the middle of my university exams tongue ProgDan, get ready tongue

Offline

#524 2010-02-08 21:23:52

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

Re: kde-snapshot repo

Flamelab: I'm always ready, just let me know when you are done with your exams ;-)

Offline

#525 2010-02-08 22:32:36

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

Re: kde-snapshot repo

guys big news: visit the new http://www.kde.org and rejoice ;-)
(it's still being put online, links might not work all the time, etc etc etc)


-=] life sucks deeply [=-

Offline

Board footer

Powered by FluxBB