You are not logged in.

#1126 2009-04-19 15:01:44

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

Re: Daily KDE4 Subversion Packages

@mangus: yep, done that too, thanks yet again. i686 kdebase might miss out on that depends change as it's building now but the x86_64 kdebase will catch it for the next update.

Offline

#1127 2009-04-19 15:23:03

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

and last , as kdesupport is quite important and may mass thing around I would be more strict with the deps handling with something like that

provides=( automoc akonadi decibel eigen phonon polkit-qt qimageblitz strigi soprano taglib taglib-extra tapioca-qt telepathy-qt)
conflicts=(automoc4 akonadi decibel eigen phonon polkit-qt qimageblitz strigi soprano taglib decibel  taglib-extra tapioca-qt telepathy-qt)
replaces=(automoc4 akonadi decibel eigen phonon polkit-qt qimageblitz strigi soprano taglib decibel  taglib-extra tapioca-qt telepathy-qt)

it's very easy to overlap package from other repos, what do you think?

Offline

#1128 2009-04-19 15:38:06

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

Re: Daily KDE4 Subversion Packages

It's worth a try. The worst that can happen is to have to back out of this change with the following build so, in theory, only one build is a potential stuff up... that's the beauty of daily builds. I'll make this change now so it'll catch the 64bit build for the next update in about 4 hours from now. Done...

http://eth-os.googlecode.com/svn/trunk/ … t/PKGBUILD

Offline

#1129 2009-04-19 15:44:03

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

I recompiled kdesupport now with that pkgbuild and no problem so far , but mine is a clean system.  someone may find some inconsistence in their system if they messed up the system with different installations.
Nothing that a pacman -Uf won't fix however smile
let's hope!

Offline

#1130 2009-04-19 21:58:52

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

Re: Daily KDE4 Subversion Packages

What the ....

bash-3.2# pacman -Sf kde-svn
kde-svn package not found, searching for group...
:: group kde-svn (including ignored packages):
    extragear-multimedia  kdeadmin  kdebase  kdegraphics  kdelibs  
    kdemultimedia  kdenetwork  kdepim  kdepimlibs  kdesdk  kdesupport  
    kdeutils  qt-copy  
:: Install whole content? [Y/n] y
resolving dependencies...
error: cannot resolve "akode", a dependency of "kdemultimedia"
error: failed to prepare transaction (could not satisfy dependencies)
:: kdemultimedia: requires akode

but

bash-3.2# yaourt -Ss akode
bash-3.2#

Thats on x86_64
Where to find that shit called akode neutral

Offline

#1131 2009-04-20 03:19:17

bgmiki
Member
Registered: 2008-09-24
Posts: 26

Re: Daily KDE4 Subversion Packages

Offline

#1132 2009-04-20 10:19:49

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

Re: Daily KDE4 Subversion Packages

So that means it must be included in kdesupport. Than akode must be removed from kdemultimedia's dependencies, right? smile

Offline

#1133 2009-04-20 11:06:28

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

Re: Daily KDE4 Subversion Packages

EvilSide wrote:

So that means it must be included in kdesupport. Than akode must be removed from kdemultimedia's dependencies, right? smile

or kdesupport should have it in it's provides.


-=] life sucks deeply [=-

Offline

#1134 2009-04-20 11:53:29

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Daily KDE4 Subversion Packages

on updating today:

error: failed to commit transaction (conflicting files)
/usr/share/apps/cmake/modules/FindEigen2.cmake exists in both 'kdelibs' and 'playground-libs'

Offline

#1135 2009-04-20 12:11:29

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

Re: Daily KDE4 Subversion Packages

b9anders wrote:

on updating today:

error: failed to commit transaction (conflicting files)
/usr/share/apps/cmake/modules/FindEigen2.cmake exists in both 'kdelibs' and 'playground-libs'

force update - Syuf

Offline

#1136 2009-04-20 13:18:30

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Daily KDE4 Subversion Packages

the PIM apps don't seem to be working today. Hope it's a sign of some exiciting development coming up (especially as this is where I am most interested to see it).

Edit - problem seems to be akonadi failing to start the mysql server.

Last edited by b9anders (2009-04-20 14:10:46)

Offline

#1137 2009-04-20 14:32:35

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

superstoned wrote:
EvilSide wrote:

So that means it must be included in kdesupport. Than akode must be removed from kdemultimedia's dependencies, right? smile

or kdesupport should have it in it's provides.

Akode is in kdesupport but it's very old and probably not used anymore, a clean compilation of kdesupport doesn't provide it as it's disabled from compilation.It would be safe to remove it from kdemultimedia like other kde installations.
I remember it was in extra not so long ago , but now it's removed so let's fire it!
As soon as I can I'll try to fix it for the next build

Offline

#1138 2009-04-20 15:07:58

karoshi
Member
From: Marburg
Registered: 2008-02-26
Posts: 182

Re: Daily KDE4 Subversion Packages

Theres a problem with automoc4:

==> Checking Buildtime Dependencies...
==> Missing Dependencies:
  -> automoc4
==> ERROR: Could not resolve all dependencies.

so:

[root@karoshiPC ~]# pacman -Ss automoc4
kde-svn/kdesupport 4.3.0-2009042009 (kde-svn-all kde-svn)
    KDE 4 Support (automoc4 qimageblitz soprano strigi taglib decibel)
extra/automoc4 0.9.88-1
    KDE automoc4
[root@karoshiPC ~]# pacman -S automoc4
resolving dependencies...
looking for inter-conflicts...
:: automoc4 conflicts with kdesupport. Remove kdesupport? [Y/n]

Oooops?

Also all icons are missing :-(

Last edited by karoshi (2009-04-20 15:09:55)


It's a bug planet!

Offline

#1139 2009-04-20 15:53:58

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

karoshi wrote:

Theres a problem with automoc4:

==> Checking Buildtime Dependencies...
==> Missing Dependencies:
  -> automoc4
==> ERROR: Could not resolve all dependencies.

so:

[root@karoshiPC ~]# pacman -Ss automoc4
kde-svn/kdesupport 4.3.0-2009042009 (kde-svn-all kde-svn)
    KDE 4 Support (automoc4 qimageblitz soprano strigi taglib decibel)
extra/automoc4 0.9.88-1
    KDE automoc4
[root@karoshiPC ~]# pacman -S automoc4
resolving dependencies...
looking for inter-conflicts...
:: automoc4 conflicts with kdesupport. Remove kdesupport? [Y/n]

Oooops?

Also all icons are missing :-(

please try to remove forcing kdesupport and automoc4 (if you have installed it ) and reinstall kdesupport
that brings his own automoc. Let me know if icons are back then , if not try
xdg-icon-resource forceupdate --theme hicolor
after the kdesupport reinstall.

Offline

#1140 2009-04-20 16:12:11

karoshi
Member
From: Marburg
Registered: 2008-02-26
Posts: 182

Re: Daily KDE4 Subversion Packages

Thx, icons are back.

But the problem with automoc4 remains. Removing and reinstalling kdesupport didnt help.

Still the same when using makepkg, yaourt says

automoc4 (package found)

not (package that provides...)


It's a bug planet!

Offline

#1141 2009-04-20 16:30:33

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

karoshi wrote:

Thx, icons are back.

But the problem with automoc4 remains. Removing and reinstalling kdesupport didnt help.

Still the same when using makepkg, yaourt says

automoc4 (package found)

not (package that provides...)

icons and automoc4 provides should be fixed in the next build.
In the meantime you should remove from the PKGBUILD you are trying to build the automoc4
dependence, It's harmless because you should have /usr/bin/automoc4 from kdesupport and the compilation
won't fail.
Sorry , next build would be better  big_smile

Offline

#1142 2009-04-28 09:29:16

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

beware guys , new toolchain from testing is needed for somedays , pacman -S gcc is enough
cheers

Offline

#1143 2009-04-28 17:55:09

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

Re: Daily KDE4 Subversion Packages

Guys, how stable is kde-svn at the moment (x86_64)? I'm going to do a fresh install of arch64 and I want to get a stable one (or almost) KDE 4.3 smile

Offline

#1144 2009-04-28 19:57:57

ozeta
Member
Registered: 2007-11-01
Posts: 63

Re: Daily KDE4 Subversion Packages

with today's update kdm doesn't start. only for me?

Offline

#1145 2009-04-28 22:19:31

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Daily KDE4 Subversion Packages

ozeta wrote:

with today's update kdm doesn't start. only for me?

you have to upgrade the toolchain in testing repo to make work the new build
pacman -S gcc is enough though

Offline

#1146 2009-04-29 06:30:32

Last of the Wolves
Member
From: Kaiserslautern - Germany
Registered: 2008-12-03
Posts: 55

Re: Daily KDE4 Subversion Packages

Everything is fine here (kde-stephan compiled with extra-packages) so if another one isn't working try this one.

I can't say anything about the stability of kde-svn but kde-stephan works quite stable. Just hab a little problem with my mouse yesterday but a rebuild of kdebase did the job.

@markc: What's up with mpkg? I'm getting 'SQL error: no such table: packages' no matter which package I'm trying to build.

Offline

#1147 2009-04-29 10:03:49

ozeta
Member
Registered: 2007-11-01
Posts: 63

Re: Daily KDE4 Subversion Packages

mangus wrote:
ozeta wrote:

with today's update kdm doesn't start. only for me?

you have to upgrade the toolchain in testing repo to make work the new build
pacman -S gcc is enough though

ok, i didn't link your previous post with my problem.. big_smile

Offline

#1148 2009-04-30 13:17:04

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

Re: Daily KDE4 Subversion Packages

Kde svn cant start because libstdc++.so.6 not found, WTF ?

Offline

#1149 2009-04-30 16:04:07

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

Re: Daily KDE4 Subversion Packages

Last of the Wolves wrote:

Everything is fine here (kde-stephan compiled with extra-packages) so if another one isn't working try this one.

I can't say anything about the stability of kde-svn but kde-stephan works quite stable. Just hab a little problem with my mouse yesterday but a rebuild of kdebase did the job.

@markc: What's up with mpkg? I'm getting 'SQL error: no such table: packages' no matter which package I'm trying to build.

hm, in kde-stephan I'm just seeing kdesupport??

Offline

#1150 2009-05-01 00:01:55

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

Re: Daily KDE4 Subversion Packages

Spy wrote:

Kde svn cant start because libstdc++.so.6 not found, WTF ?

You need to have gcc from testing installed smile

Offline

Board footer

Powered by FluxBB