Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[kde-testing] and [kde-crazy] KDE4 overlays thread (part 3)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
994 posts
  • Page 20 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 18
  • 19
  • 20
  • 21
  • 22
  • …
  • 40
  • Next
Author
Message
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Thu Feb 19, 2009 3:59 pm

I had the same problem (with all plasma notifications), so I switched back to qt-4.4.
Top
ssmaxss
Apprentice
Apprentice
Posts: 160
Joined: Tue Jun 28, 2005 10:19 am
Location: Moscow, Russia.

Post by ssmaxss » Thu Feb 19, 2009 4:00 pm

It works for you with newest kdelibs and qt 4.4? So the problem is in qt 4.5?
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Thu Feb 19, 2009 4:04 pm

Well, I'm using the portage version of kdelibs and qt and everything works nicely.
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Post by zwede » Thu Feb 19, 2009 6:04 pm

ssmaxss wrote:It works for you with newest kdelibs and qt 4.4? So the problem is in qt 4.5?
It's probably not a qt4.5 problem. They cleaned up a lot of old crap and hacks in qt4.5 so some stuff in KDE4.2 broke. Lancelot shows no menus, quicklaunch crashes etc. It's not that qt4.5 is broken, the KDE guys will have to fix some stuff. From what I hear many of the issues are already resolved in KDE trunk.

I like qt4.5 even though some plasma applets have issues as it made for a very noticeable performance increase. And on my old HW I need all the performance increase I can get. :)
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Thu Feb 19, 2009 10:50 pm

Lots of KDE packages seem to need Eigen 2.0.51 recently. It seems to compile even with this message though.

Code: Select all

-- Eigen2 version 2.0.0 found in /usr/include/eigen2, but at least version 2.0.51 is required                                                              
-- Could NOT find Eigen2  (missing:  EIGEN2_VERSION_OK)
Top
titoucha
Advocate
Advocate
User avatar
Posts: 2374
Joined: Thu Jul 21, 2005 5:08 am
Location: Genève

Post by titoucha » Fri Feb 20, 2009 4:05 am

It's strange because the version 2.0.0 was released on February 2, 2009 and numbering 2.0.51 makes me think of a development version.


What ebuild calls this version of Eigen?
Assurez-vous que le titre de votre message soit conforme aux conventions de ce forum (paragraphe 3/3 : Comment poster sur le forum ??)
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Fri Feb 20, 2009 11:17 am

For example, parley-9999 needs this version of Eigen. I had a lot of build failures and I assumed it was all related to the same thing.
Top
Dusdan
n00b
n00b
Posts: 37
Joined: Mon Mar 10, 2008 10:14 pm

Post by Dusdan » Fri Feb 20, 2009 12:19 pm

Has somebody compiled Amarok-2.0.1.1 with qt-4.5? I get a compilation error.
Top
d-fens
Tux's lil' helper
Tux's lil' helper
Posts: 93
Joined: Fri Jan 09, 2004 5:35 pm

Post by d-fens » Fri Feb 20, 2009 1:17 pm

Dusdan wrote:Has somebody compiled Amarok-2.0.1.1 with qt-4.5? I get a compilation error.
use this patch
https://bugs.kde.org/show_bug.cgi?id=177863#c46
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

Post by gimpel » Sat Feb 21, 2009 5:00 pm

Sorry if this has been asked before, but the forum search is suboptimal, and google is blocked.

What do I have to do to get the phonon backends showing up in systemsettings when using kdeprefix?

I have
media-sound/phonon-9999 with (-debug) (gstreamer) (xcb) (xine)
kde-base/phonon-kde-9999 with (-debug) (kdeprefix)

Sound works, but seems it uses gstreamer by default, so I'm unable to play WMA and even OGG files in amarok.
The backend dialog in systemsettings is emtpy.

EDIT: Why doesn't media-sound/phonon provide a kdeprefix useflag?

ln -s /usr/lib64/kde4/plugins/phonon_backend /usr/kde/live/lib64/kde4/plugins/
ln -s /usr/share/kde4/services/phononbackends/* /usr/kde/live/share/kde4/services/

That's silly. The upstream guys should really clean up that mess and make phonon-kde freaking depend on qt-phonon instead of double-mobbling it.
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

Post by gimpel » Sun Feb 22, 2009 12:03 am

Next issue: in order to get strigi indexing working properly on amd64, I figured out that soprano's sesame2 backend gets built with the totally broken generation-1 blackdown-jdk. Strigi just died while indexing, well it didn't index anything at all, looking at ~/.kdelive/share/apps/nepomuk/repository/main/

Wanting to get rid of blackdown anyway, I uninstalled it, and afterwards soprano failed with: "Could not find Java JNI"

So I had to modify the ebuild a bit to make sure it gets build with a generation-2 JVM:

Code: Select all

--- a/dev-libs/soprano/soprano-9999.ebuild
+++ b/dev-libs/soprano/soprano-9999.ebuild
@@ -56,6 +56,9 @@ src_configure() {
        # NOTE: temporarely fix until a better cmake files patch will be provided.
        use elibc_FreeBSD && append-ldflags "-lpthread"

+       # Make sure we don't use java-1
+       use sesame2 && export JAVA_HOME="$(java-config-2 -O)"
+
        mycmakeargs="${mycmakeargs}
                -DSOPRANO_BUILD_TESTS=OFF"
Now after a soprano rebuild and a nepomuk restart, it works fine.
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Sun Feb 22, 2009 12:25 am

d-fens wrote:
Dusdan wrote:Has somebody compiled Amarok-2.0.1.1 with qt-4.5? I get a compilation error.
use this patch
https://bugs.kde.org/show_bug.cgi?id=177863#c46
working ebuild and patch:

http://bugs.gentoo.org/show_bug.cgi?id=258861

for me it wasn't enough:

I had to build mysql-community with -fPIC -DFPIC

and amarok with LDFLAGS="-lrt"

see http://forums.gentoo.org/viewtopic-p-54 ... ml#5499917
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
ssmaxss
Apprentice
Apprentice
Posts: 160
Joined: Tue Jun 28, 2005 10:19 am
Location: Moscow, Russia.

Post by ssmaxss » Sun Feb 22, 2009 11:37 am

Is it possible to compile koffice-1.9.98.6 from this overlay? For me it krita and kchart failed with compilation errors and I stopped emerge. Maybe some deps are wrong?
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Post by zwede » Sun Feb 22, 2009 5:13 pm

This is a post to share my recent success in getting good performance with desktop effects. I've had the effects on for a while now and was never too happy with them. They were choppy and the effect for raising a window never worked. I'd just get a 2 second delay and then the window would appear raised. Resizing windows was painful and took 3-4 seconds. It never displayed any intermediate sizes, just finally appeared at the new size.

I thought it was due to my old HW, Athlon64 3200, ATI X800XL. I even made a shopping list to upgrade my system with new CPU, mboard, graphics etc.

Then I started reading the man page for the radeon driver and realized it defaults to some very slow failsafe settings. XAA acceleration, no pageflip, etc.

I made an xorg.conf file that ONLY contains this (everything else auto-detected):

Code: Select all

Section "Device"
 Identifier "Builtin Default ati Device 0"
 Driver "radeon"
 Option "EnablePageFlip" "true"
 Option "AccelMethod" "EXA"
 Option "AccelDFS" "true"
EndSection
The difference is like night and day. Performance is now wonderful. All animations are smooth, the delays in raising windows or resizing are gone. Everything works great and I just saved $300 by not having to upgrade the HW. Even the alt-tab page-flip that never worked before works now.

My mistake was to delete xorg.conf back when that was recommended with the newer xorg-servers and never checking the radeon man-page to see what the defaults were.
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Sun Feb 22, 2009 6:29 pm

I had the same problem with nvidia. This seems to be the basic required for decent performance.

Code: Select all

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    Option         "RenderAccel" "true"
EndSection
Without RenderAccel, firefox windows are really slow to resize and move.
Top
bartek
Tux's lil' helper
Tux's lil' helper
Posts: 83
Joined: Tue Mar 16, 2004 1:47 pm
Location: Poland, Pysznica

Post by bartek » Sun Feb 22, 2009 7:29 pm

Has anyone problem with kopete-9999 connection to server useing jabber transport? It was working fine one or two weeks ago.
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

Post by gimpel » Sun Feb 22, 2009 7:41 pm

bartek wrote:Has anyone problem with kopete-9999 connection to server useing jabber transport? It was working fine one or two weeks ago.
Works fine here.
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
ssmaxss
Apprentice
Apprentice
Posts: 160
Joined: Tue Jun 28, 2005 10:19 am
Location: Moscow, Russia.

Post by ssmaxss » Sun Feb 22, 2009 7:45 pm

For me even version 4.2.0 version sometimes loses connection to talk.google.com and doesn't care to reconnect.
Top
bartek
Tux's lil' helper
Tux's lil' helper
Posts: 83
Joined: Tue Mar 16, 2004 1:47 pm
Location: Poland, Pysznica

Post by bartek » Sun Feb 22, 2009 9:16 pm

gimpel wrote:
bartek wrote:Has anyone problem with kopete-9999 connection to server useing jabber transport? It was working fine one or two weeks ago.
Works fine here.
Are you useing ssl connection?

I recompiled app-crypt/qca-ossl-2.0.0_beta3 and after that kopete with ssl use flag but nothing helped.
I allways get this error:

Code: Select all

kopete(5683)/kopete (jabber - raw protocol) JabberAccount::slotClientDebugMessage: "Client stream error."
kopete(5683)/kopete (jabber) JabberAccount::slotCSError: Error in stream signalled.
kopete(5683)/kopete (jabber) JabberAccount::slotCSError: Disconnecting.
Top
ssmaxss
Apprentice
Apprentice
Posts: 160
Joined: Tue Jun 28, 2005 10:19 am
Location: Moscow, Russia.

Post by ssmaxss » Mon Feb 23, 2009 4:13 pm

I am having problem with systemsettings:

Code: Select all

systemsettings: symbol lookup error: /usr/kde/4.2/lib/kde4/kcm_kdm.so: undefined symbol: _ZN8QPainter10drawPixmapERK7QPointFRK7QPixmap
revdep-rebuild doesn't help, but manually rebuilding kde-base/systemsettings fixed the problem. Is it bug of revdep-rebuild?
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

Post by wrc1944 » Mon Feb 23, 2009 6:00 pm

I was just wondering- the last few times I've tried to sync kde-testing, it waits about 3-5 minutes, then eventually runs, and completes. This never used to happen. Anyone else seeing this, and if not, what could be my local problem? No other web site/repo ever does this, so I can't see how it's a dns look-up problem with my configs. All other networking stuff works fine- just the kde-testing repo connect is weird.

Code: Select all

amd64 wrc # layman -s kde-testing
* Failed to update the overlay list from: http://www.gentoo.org/proj/en/overlays/layman-global.txt
* Error was:
* <urlopen error (110, 'Connection timed out')>
* Running command "cd "/usr/local/portage/layman/kde-testing" && /usr/bin/git pull"...
remote: Counting objects: 593, done.
remote: Compressing objects: 100% (414/414), done.
remote: Total 428 (delta 244), reused 0 (delta 0)
Receiving objects: 100% (428/428), 72.41 KiB, done.
Resolving deltas: 100% (244/244), completed with 78 local objects.
From git://git.overlays.gentoo.org/proj/kde
   2216e5b..41e4639  kde-3.5    -> origin/kde-3.5
   8bb0ae2..d03d601  master     -> origin/master
   0b17a87..68c5a18  snapshots  -> origin/snapshots
Updating 8bb0ae2..d03d601
Fast forward
 Documentation/env/-fPIC                            |    2 +

SNIPPED MANY LINES

THEN it finishes up OK:

 create mode 100644 profiles/package.mask.d/policykit-kde
 create mode 100644 www-client/rekonq/Manifest
 create mode 100644 www-client/rekonq/rekonq-9999.ebuild
* 
* Success:
* ------
* 
* Successfully synchronized overlay "kde-testing".
amd64 wrc # 
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

Post by wrc1944 » Mon Feb 23, 2009 7:06 pm

Responding to my kmail problem on bottom of Page 18, mikedee wrote:
wrc1944: I am not sure if this is your problem but today there was a post on the kde mailing list saying that libical 0.42 is now required for kdepimlibs. We only have 0.33 so we have to wait for the main tree to update or compile libical yourself.

I updated today, and libical was up to 0.43. I installed it, then rebuilt kdedeps-live and kdebase-live, but kmail still fails with the same error as before. :?

Code: Select all

[ 83%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/customtemplates_kfg.o
Linking CXX shared library ../lib/libkmailprivate.so
CMakeFiles/kmailprivate.dir/subscriptiondialog.o: In function `KMail::SubscriptionDialogBase::createListViewItem(int)':
subscriptiondialog.cpp:(.text+0x37cc): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidgetItem*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x3cea): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidget*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x421d): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidgetItem*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x44f7): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidget*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
collect2: ld returned 1 exit status
make[2]: *** [lib/libkmailprivate.so.4.2.0] Error 1
make[1]: *** [kmail/CMakeFiles/kmailprivate.dir/all] Error 2
make: *** [all] Error 2
 * 
 * ERROR: kde-base/kmail-9999 failed.
Apparently, the libical version wasn't the problem. Anyone else seeing this, and have any ideas?
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
aTan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 134
Joined: Sat Jan 06, 2007 7:44 pm
Location: Czech Republic (Ukraine)

Post by aTan » Tue Feb 24, 2009 4:35 pm

Failed to install knemo-0.5.0

Code: Select all

-- Phonon Version: 4.3.0                                                                                                                                                           
-- Found Phonon: /usr/lib64/libphonon.so                                                                                                                                           
-- Found Phonon Includes: /usr/include/KDE;/usr/include                                                                                                                            
-- Found KDE 4.2 include dir: /usr/kde/4.2/include
-- Found KDE 4.2 library dir: /usr/kde/4.2/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/kde/4.2/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found KDE4Workspace: /usr/kde/4.2/lib64/KDE4Workspace-4.2.0/cmake/KDE4WorkspaceConfig.cmake
-- Found ifconfig: /sbin/ifconfig
-- Could NOT find iwconfig  (missing:  PATH_IWCONFIG)
-- Found route: /sbin/route
-- Could NOT find libiw  (missing:  LIBIW_LIBRARY)
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Gettext: built in libc
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBIW_LIBRARY
    linked by target "knemo" in directory /var/tmp/portage/portage/net-misc/knemo-0.5.0/work/knemo-0.5.0/src/knemod

-- Configuring incomplete, errors occurred!
 *
 * ERROR: net-misc/knemo-0.5.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 3102:  Called kde4-base_src_configure
 *             environment, line 2325:  Called cmake-utils_src_configure
 *             environment, line  776:  Called die
 * The specific snippet of code:
 *       cmake -C "${TMPDIR}/gentoo_common_config.cmake" ${cmakeargs} "${S}" || die "Cmake failed";
 *  The die message:
 *   Cmake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/net-misc:knemo-0.5.0:20090224-163154.log'.
 * The ebuild environment file is located at '/var/tmp/portage/portage/net-misc/knemo-0.5.0/temp/environment'.
 * This ebuild is from an overlay named 'kde': '/usr/local/portage/layman/kde-testing/'
 *
Top
Holysword
l33t
l33t
User avatar
Posts: 946
Joined: Sun Nov 19, 2006 10:03 pm
Location: Greece

Post by Holysword » Wed Feb 25, 2009 1:00 am

Hi there
I just installed KDE4 following this guide: http://www.gentoo.org/proj/en/desktop/k ... -guide.xml
It installed smothly (despite the problem with multithread with openjade, but I fixed that in time and recompiled it), and I'm impressed with KDE4. Really looks good!
The problem is, I cannot manage configuration. First time I clicked Menu->Settings it crashed and KDE closed instantly and droped me back to KDM. Now I can look into Settings, but everything I try gives me a "The shared library was not found. Library _______ not found".

Anything I'm missing?
Last edited by Holysword on Wed Feb 25, 2009 11:49 am, edited 1 time in total.
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Top
coolsnowmen
Veteran
Veteran
User avatar
Posts: 1479
Joined: Wed Jun 30, 2004 6:52 pm
Location: No.VA

Post by coolsnowmen » Wed Feb 25, 2009 8:37 am

ssmaxss wrote:I am having problem with systemsettings:

Code: Select all

systemsettings: symbol lookup error: /usr/kde/4.2/lib/kde4/kcm_kdm.so: undefined symbol: _ZN8QPainter10drawPixmapERK7QPointFRK7QPixmap
revdep-rebuild doesn't help, but manually rebuilding kde-base/systemsettings fixed the problem. Is it bug of revdep-rebuild?
No, that isn't what revdep-rebuild looks for. It looks for missing dependancies using ldd; it does not look for undefined external symbols.
emerge: there are no ebuilds to satisfy "moo"
Top
Locked

994 posts
  • Page 20 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 18
  • 19
  • 20
  • 21
  • 22
  • …
  • 40
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic