
lolmario wrote:Who uses baghira anywaychetan13 wrote:Is anyone else having problems compiling x11-themes/baghira with FEATURES=-keepobj set?

It compiles now for me too. But how did you conclude that it takes a lot of cpu cycles?superstoned wrote: i do, now and then - it looks good, but takes a lot of cpu cycles. anyway, i haven't upgraded it lately, but it seems to work. its compiling now, and i don't use keepobj. if it doesn't work, you'll hear from me.

well, eyecandy doesn't come for free. the algoritms to paint the baghira buttons simply have more to do compared to those that do plastik... you can see it when you open lots of tabs in konqueror, baghira takes a bit more time to open them compared to plastik or even lighter styles.chetan13 wrote:It compiles now for me too. But how did you conclude that it takes a lot of cpu cycles?superstoned wrote: i do, now and then - it looks good, but takes a lot of cpu cycles. anyway, i haven't upgraded it lately, but it seems to work. its compiling now, and i don't use keepobj. if it doesn't work, you'll hear from me.

Code: Select all
--snip--
mkdir -p -- /var/tmp/portage/kmplayer-7/image//usr/share/doc/HTML/en/kmplayer
ln: creating symbolic link `/var/tmp/portage/kmplayer-7/image//usr/share/doc/HTML/en/kmplayer/common' to `/usr/kde/devel/share/doc/HTML/en/common':
No such file or directory
Error creating /var/tmp/portage/kmplayer-7/image//usr/share/doc/HTML/en/kmplayer/common. Exit status 1.
/bin/install -c -p -m 644 /var/tmp/portage/kmplayer-7/work/trunk/extragear/multimedia/doc/kmplayer/index.docbook /var/tmp/portage/kmplayer-7/image//
usr/share/doc/HTML/en/kmplayer/index.docbook
!!! ERROR: media-video/kmplayer-7 failed.
!!! Function kde_src_install, Line 200, Exitcode 1
!!! died running make install, kde_src_install:make

that's great! thanx for all the help you gave and are still givingBonkie wrote:Finished compiling most of KDE now, took the advantage of having a clean system to try and use the symbol visibility patch for QT and it seems to work well.
I think Ill commit updated qt with symbol_visibility useflag as well for your pleasure

just let me add: you're a godsuperstoned wrote:that's great! thanx for all the help you gave and are still givingBonkie wrote:Finished compiling most of KDE now, took the advantage of having a clean system to try and use the symbol visibility patch for QT and it seems to work well.
I think Ill commit updated qt with symbol_visibility useflag as well for your pleasure
Code: Select all
make header.h
make
well, its far enough. this clears things up considerably. thanx!Bonkie wrote:Because not everybody uses the same build system, but a lot of them have to be supported. Although they are/were trying to focus on a single build system for KDE4, the 3.5 branch still has the problem that a developer usually employs a single build system, and tends to break stuff for the others from time to time ... That and the fact that automake & co aren't perfect either (unsermake was created as a response to those btw).
When files are missing, its usually not a big problem if you compile manually, since the make rules are usually there, you can justand compilation goes on, but you see the problem in an automatic system. And this is as far as my knowledge on the subject goes ...Code: Select all
make header.h make
Code: Select all
* Updating working copy of kde/trunk/extragear/multimedia/amarok recursively
SVN: At revision 465392.
* Updating working copy of kde/trunk/extragear/multimedia/doc
SVN: At revision 465392.
Traceback (most recent call last):
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 374, in ?
update_modules(ancestries, revdb_out)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 274, in update_modules
update_modules(ancestry[1], svnrevs)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 274, in update_modules
update_modules(ancestry[1], svnrevs)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 274, in update_modules
update_modules(ancestry[1], svnrevs)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 274, in update_modules
update_modules(ancestry[1], svnrevs)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 257, in update_modules
info = subversion.info(module)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 218, in info
return item_info(self, item)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 50, in __init__
self.update(True)
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 138, in update
if self.existsP(False):
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 100, in existsP
return not self.type(remote) == "nonexistent"
File "/usr/local/overlays/kde-live/scripts/eclass-helper-svn.py", line 82, in type
return self.tags[remote]["Node Kind"]
KeyError: 'Node Kind'
!!! ERROR: media-sound/amarok-7-r3 failed.
!!! Function subversion_src_fetch, Line 131, Exitcode 1