Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 4.1 portage
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 23, 24, 25 ... 28, 29, 30  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Wed Aug 20, 2008 2:45 pm    Post subject: Reply with quote

Quote:
kscd-9999 just failes and prevents the rest to build


Here are some options. I know I am forgetting some...

1. emerge --resume --skipfirst

or

2. Install and use update https://forums.gentoo.org/viewtopic-t-546828-highlight-.html to skip over the non working packages.

or

3. Try updating with layman again

or

4. Downgrade to the 4.1 release

or

5. Wait till this is fixed..
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
rlarkin
n00b
n00b


Joined: 17 Aug 2007
Posts: 18

PostPosted: Wed Aug 20, 2008 4:32 pm    Post subject: Reply with quote

Quote:
Gentoo is about customization.


I remember when Gentoo was a "meta" distribution and these kinds of decisions weren't made for me (loved it). And while I get that this is not a split/monolithic thread, someone said "It's been discussed" , and I can't let that go.

It has not. It was "decided". I remember being invited to IRC by a kde dev to "discuss" - I was 100% ignored (as in the dev who invited me refused to reply to even one statement), that's not a discussion, and any threads here on the topic boil down to "It's the gentoo way!" (polite way to say 'devs choice!'). Whatever, fine, I'll either have time to maintain my own overlay or I won't, but please don't say it was "discussed" as if devs aren't just going to do what they want anyway.
Back to top
View user's profile Send private message
prymitive
Apprentice
Apprentice


Joined: 13 Jun 2004
Posts: 260

PostPosted: Wed Aug 20, 2008 4:45 pm    Post subject: Reply with quote

rlarkin wrote:

I remember when Gentoo was a "meta" distribution and these kinds of decisions weren't made for me (loved it). And while I get that this is not a split/monolithic thread, someone said "It's been discussed" , and I can't let that go.

'Meta' distribution does not in any way mean that it's You who decide how ebuilds are written and which ones will go into main tree. It means only that You get tools to build a very customized system.

rlarkin wrote:

It has not. It was "decided".

Are You one of gentoo devs to decide about that?

rlarkin wrote:

I remember being invited to IRC by a kde dev to "discuss" - I was 100% ignored (as in the dev who invited me refused to reply to even one statement), that's not a discussion, and any threads here on the topic boil down to "It's the gentoo way!" (polite way to say 'devs choice!').

Being invited does not mean that You get to decide, devs can do what ever they want, even ignore You. Don't like it, do Your own distribution and wait for people to start complaining like You do now. You can't make everyone happy.[/quote]
Back to top
View user's profile Send private message
martin.k
Guru
Guru


Joined: 28 Nov 2004
Posts: 493
Location: Wylatowo, Polska

PostPosted: Wed Aug 20, 2008 7:36 pm    Post subject: Reply with quote

Hi...
For all you having problems with kscd-9999 compile (linking) failures complaining about missing musicbrainz stuff... etc.
Solution is: comment LDFLAGS in your /etc/make.conf
I think that it's --as-needed flag which is the culprit here... but I'm not 100% sure.
I have here:
Code:
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -s"


After commentig the above flags kscd-9999 emerged just fine.

gcc-4.3.1-r1
binutils 2.18.50.0.7

Maybe we should filter some ldflags in kscd-9999 ebuild ???
_________________
linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam :)
LRU #299256
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Aug 20, 2008 8:20 pm    Post subject: Reply with quote

martin.k wrote:
Hi...
For all you having problems with kscd-9999 compile (linking) failures complaining about missing musicbrainz stuff... etc.
Solution is: comment LDFLAGS in your /etc/make.conf
I think that it's --as-needed flag which is the culprit here... but I'm not 100% sure.
I have here:
Code:
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -s"


After commentig the above flags kscd-9999 emerged just fine.

gcc-4.3.1-r1
binutils 2.18.50.0.7

Maybe we should filter some ldflags in kscd-9999 ebuild ???


ah, ok,

so you're also suspecting --as-needed to screw up (some) packages ?

I observed that too & didn't knew if it was the ldflags or only due to their svn-nature

will re-compile kde approx. in a few days & let you know :idea:

thanks :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
martin.k
Guru
Guru


Joined: 28 Nov 2004
Posts: 493
Location: Wylatowo, Polska

PostPosted: Thu Aug 21, 2008 6:26 am    Post subject: Reply with quote

kernelOfTruth wrote:

ah, ok,

so you're also suspecting --as-needed to screw up (some) packages ?

I observed that too & didn't knew if it was the ldflags or only due to their svn-nature

will re-compile kde approx. in a few days & let you know :idea:

thanks :)

I'm not 100% sure if that is the case with other packages but it did the job with kscd-9999.
So I commented my ldflags just for kscd-9999 emerge time and then uncommented it again :P
I thought that kde4 was --as-needed aware... But maybe there is some "ancient" stuff left
So... When emerge fails with ld errors the first thing I do is reemerge without fancy ldflags :)
Sometimes it works
_________________
linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam :)
LRU #299256
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Aug 21, 2008 8:41 pm    Post subject: Reply with quote

Boccaccio wrote:
But doesn't xine-libs-1.1.15 close some security-relevant holes?


++

any fix for that ?
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
StringCheesian
l33t
l33t


Joined: 21 Oct 2003
Posts: 887

PostPosted: Fri Aug 22, 2008 4:05 am    Post subject: Reply with quote

kernelOfTruth wrote:
Boccaccio wrote:
But doesn't xine-libs-1.1.15 close some security-relevant holes?


++

any fix for that ?


Yes. It looks like the official ebuilds will have a patch to fix this.
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=611a0386e18a369cf827aabc58056d32772bc535

The ebuilds might be added to portage soon. A very unofficial estimate puts them at 85.29% done so far. In the mean time, that patch could be added to the overlay.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Fri Aug 22, 2008 10:25 am    Post subject: Reply with quote

StringCheesian wrote:
kernelOfTruth wrote:
Boccaccio wrote:
But doesn't xine-libs-1.1.15 close some security-relevant holes?


++

any fix for that ?


Yes. It looks like the official ebuilds will have a patch to fix this.
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=611a0386e18a369cf827aabc58056d32772bc535

The ebuilds might be added to portage soon. A very unofficial estimate puts them at 85.29% done so far. In the mean time, that patch could be added to the overlay.


thanks !

well, this also needs to find its way into either upstream or the svn/live-ebuilds :idea:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Bloodsurfer
Guru
Guru


Joined: 07 Dec 2005
Posts: 361
Location: Wolfstein, Germany (Rhineland-Palatinate)

PostPosted: Fri Aug 22, 2008 10:53 am    Post subject: Reply with quote

Hey, the new nvidia beta-drivers are out in official portage now (177.67), I just installed them.
I don't notice any difference in performance though, on my 7600gs. :(
And the panel flickering with eclipse and other programms is also still there.
_________________
SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion?
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Fri Aug 22, 2008 11:14 am    Post subject: Reply with quote

Bloodsurfer wrote:
Hey, the new nvidia beta-drivers are out in official portage now (177.67), I just installed them.
I don't notice any difference in performance though, on my 7600gs. :(
And the panel flickering with eclipse and other programms is also still there.


.68 was released to rectify problems on the 6xxx and 7xxx series, also checkout the nv forum for some tweaks for xorg.conf etc
Back to top
View user's profile Send private message
ok
Guru
Guru


Joined: 11 Jul 2006
Posts: 390
Location: germany

PostPosted: Fri Aug 22, 2008 2:17 pm    Post subject: Reply with quote

Have a look at: http://www.nvnews.net/vbulletin/showthread.php?t=118088
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Fri Aug 22, 2008 5:49 pm    Post subject: Reply with quote

ok wrote:
Have a look at: http://www.nvnews.net/vbulletin/showthread.php?t=118088

Quote:
Option "PixmapCacheSize" "1000000"

This option reserves a chunk of your GPU's video memory for fast pixmap allocation and greatly improves performance of any X application heavily relying on pixmap allocation. The PixmapCache size is measured in pixels; a pixel of PixmapCache uses a little more than 5 bytes of video memory, meaning a PixmapCacheSize of 1,000,000 will reserve a little under 5MB of video memory for pixmap allocation. Feel free to increase this size to get better performance, taking into account the amount of memory on your graphics card and the fact that this memory will be unavailable for OpenGL texture allocation at this point (we are planning to improve that limitation in a future driver release). Operations such as resizing windows using Compiz or the KDE4 compositing manager are known to benefit from setting this option to a high value.

oh i'll definitely be checking it out.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Fri Aug 22, 2008 6:04 pm    Post subject: Reply with quote

here are the settings which worked out best for me (that way you'll don't have to wade through those dozens of posts ;) ):

those settings are for an dell xps m1330 + geforce 8400M GS

execute the following in X:
Code:
nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1


this goes into /etc/X11/xorg.conf
Quote:
Section "Device"

#VideoRam 131072
# Insert Clocks lines here if appropriate
# Insert Clocks lines here if appropriate
# Option "DisableGLXRootClipping" "True"
#Enable Underclocking
Identifier "GeForce 8400M GS"
Driver "nvidia"
Option "TripleBuffer" "false"
Option "RenderAccel" "true"
Option "RandRRotation" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "OnDemandVBlankInterrupts" "True"
Option "NvAGP" "0"
Option "DamageEvents" "1"
## Option "BackingStore" "1"
Option "InitialPixmapPlacement" "2"
Option "PixmapCacheSize" "2000000"
# If you use render events, be sure to boot with the idle=poll option
Option "UseEvents" "False"
#VideoRam 262144
Option "DPMS" "TRUE"
Option "NoLogo" "1"
Option "AllowIndirectPixmaps" "false"
Option "AllowSHMPixmaps" "0"
## Workaround for ugly Qt bugs with recent nvidia drivers and compiz
Option "UseCompositeWrapper" "true"
## Option "XAANoOffscreenPixmaps" "1"
Option "Coolbits" "1"
EndSection


the bold emphasized settings were crucial in gaining a performance boost: AllowIndirectPixmaps can also be enabled (for those with >256 of graphics ram)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sat Aug 23, 2008 8:48 am    Post subject: Reply with quote

I just wondered, is there a program to play midi files in KDE4? Seems like kmid is gone...
Back to top
View user's profile Send private message
Bloodsurfer
Guru
Guru


Joined: 07 Dec 2005
Posts: 361
Location: Wolfstein, Germany (Rhineland-Palatinate)

PostPosted: Sat Aug 23, 2008 10:28 am    Post subject: Reply with quote

Thanks for your tipps - well, I already had most of those tweaks in my xorg.conf, only one or two settings were new, and they don't make that much of a difference... :(
Well, at least it seems to be a little more stable now with the new drivers (less freezes).
Guess the waiting for better drivers is not over yet!
_________________
SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion?
Back to top
View user's profile Send private message
Nuitari
Apprentice
Apprentice


Joined: 15 May 2005
Posts: 245

PostPosted: Sat Aug 23, 2008 4:55 pm    Post subject: Reply with quote

in kde4.1 in systemsettings -> advanced i haven't the button "file association"
why? which packet does install it?
_________________
Da un discorso su #gentoo:

[15:10] <flowolf> pino: credo che se dovessi leggere ancora un punto interrogativo ed il tuo nick sulla stessa riga
[15:10] <flowolf> potrei andare fuori di testa
Back to top
View user's profile Send private message
HeissFuss
Guru
Guru


Joined: 11 Jan 2005
Posts: 414

PostPosted: Sun Aug 24, 2008 12:21 pm    Post subject: Reply with quote

I have two issues (besides general slowness) and I'm wondering if anyone else has run into them or has a fix.

Switching to a desktop with an open konsole window is slower than switching to other desktops. If I minimize the konsole window, the switch speed is back to normal. I've only run into this with konsole.

Dolphin hangs if I try to change the view to details, columns or preview on network mounted shares only. It seems fine on local mounts. It also is fine if I use SMB to browse to the network share rather than actually have it mounted. This one is kind of bizarre.
Back to top
View user's profile Send private message
Nuitari
Apprentice
Apprentice


Joined: 15 May 2005
Posts: 245

PostPosted: Sun Aug 24, 2008 1:04 pm    Post subject: Reply with quote

something similar:
dolphin crashes everytime i try to select one file (not directory, only files) simply passing through with mouse:
Code:

nuipad@nuipad ~ $ dolphin
dolphin(11886) KLocalePrivate::initEncoding: Cannot resolve system encoding, defaulting to ISO 8859-1.
nuipad@nuipad ~ $ KCrash: Application 'dolphin' crashing...
sock_file=/home/nuipad/.kde/socket-nuipad/kdeinit4__0
kdeinit4: preparing to launch
Could not find '' executable.
KCrash cannot reach kdeinit, launching directly.

_________________
Da un discorso su #gentoo:

[15:10] <flowolf> pino: credo che se dovessi leggere ancora un punto interrogativo ed il tuo nick sulla stessa riga
[15:10] <flowolf> potrei andare fuori di testa
Back to top
View user's profile Send private message
FallenWizard
n00b
n00b


Joined: 04 Sep 2007
Posts: 51
Location: Vienna / Austria

PostPosted: Sun Aug 24, 2008 3:04 pm    Post subject: Reply with quote

Please fix the kmplayer:4.1 ebuild. It still refers to KDE 4.0 and because of this, it wants to pull the old kdelibs.
Back to top
View user's profile Send private message
HeissFuss
Guru
Guru


Joined: 11 Jan 2005
Posts: 414

PostPosted: Sun Aug 24, 2008 3:35 pm    Post subject: Reply with quote

Nuitari wrote:
something similar:
dolphin crashes everytime i try to select one file (not directory, only files) simply passing through with mouse:
Code:

nuipad@nuipad ~ $ dolphin
dolphin(11886) KLocalePrivate::initEncoding: Cannot resolve system encoding, defaulting to ISO 8859-1.
nuipad@nuipad ~ $ KCrash: Application 'dolphin' crashing...
sock_file=/home/nuipad/.kde/socket-nuipad/kdeinit4__0
kdeinit4: preparing to launch
Could not find '' executable.
KCrash cannot reach kdeinit, launching directly.


Did you build with strigi 0.5.10? I had to upgrade to strigi 0.5.11 before dolphin even ran correctly.
Back to top
View user's profile Send private message
Nuitari
Apprentice
Apprentice


Joined: 15 May 2005
Posts: 245

PostPosted: Sun Aug 24, 2008 5:14 pm    Post subject: Reply with quote

HeissFuss wrote:

Did you build with strigi 0.5.10? I had to upgrade to strigi 0.5.11 before dolphin even ran correctly.


yes
Code:

I] app-misc/strigi       
     Available versions:  (~)0.5.8 (~)0.5.9 (~)0.5.10 (~)0.5.11[1] **9999[1] {clucene dbus debug exiv2 fam hyperestraier inotify java log qt4 test}                                                     
     Installed versions:  0.5.11[1](02:51:39 08/22/08)(clucene dbus qt4 -debug -exiv2 -fam -hyperestraier -inotify -log -test)           


but i've installed only it and with this use: clucene dbus qt4. Maybe i've to install also strigi-analyzer or strigi-applet?
_________________
Da un discorso su #gentoo:

[15:10] <flowolf> pino: credo che se dovessi leggere ancora un punto interrogativo ed il tuo nick sulla stessa riga
[15:10] <flowolf> potrei andare fuori di testa
Back to top
View user's profile Send private message
gionnico
Apprentice
Apprentice


Joined: 29 Jun 2007
Posts: 192
Location: Italy

PostPosted: Sun Aug 24, 2008 8:01 pm    Post subject: Reply with quote

I've got a problem compiling plasma-workspace.
Sorry, I think I should have posted that here since this is that overlay's support.
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Sun Aug 24, 2008 8:53 pm    Post subject: Reply with quote

Are you trying to compile the svn version or 4.1
SVN version tends to be broken sometimes.
Back to top
View user's profile Send private message
Strayer
Tux's lil' helper
Tux's lil' helper


Joined: 11 Nov 2003
Posts: 75
Location: Germany

PostPosted: Mon Aug 25, 2008 2:14 pm    Post subject: Reply with quote

What exactly do I need to do for gtk-engines-kde4?
If I install gtk-kde4-theme it doesn't copy anything.

If I copy the qt4 dir inside /var/tmp/portage/x11-themes/gtk-kde4-theme-0.7/work/ to /usr/share/themes I get the qt4-theme in system settings -> appearance -> GTK style - but I still get the warning, that the qt4 style is not installed.
Also GTK-Apps look strange with the style applied :/
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 23, 24, 25 ... 28, 29, 30  Next
Page 24 of 30

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum