Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE4 Overlay (Part 5)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 27, 28, 29  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
Berniyh
l33t
l33t


Joined: 07 Jun 2006
Posts: 677

PostPosted: Tue Apr 01, 2008 11:13 pm    Post subject: Reply with quote

wrc1944 wrote:
For sure, if the layman kde overlay is going to be removed, please give a weeks warning so anyone wanting to get the last updated version, and try maintaining it themselves, has a chance to do so. I'm assuming mikedee is correct, and it will work for a while- I mean, svn://anonsvn.kde.org/home/kde/trunk/KDE/ isn't going away, so I would think a user with a little knowledge could edit it as needed for a while. Maybe start a "Deprecated monolithic kde-svn overlay help" thread, where edits and tips could be shared.

No need for that, it is a git repo you can go back to the specific revision you'd like to have, see "git checkout --help" for info.

Quote:
If the monolithic kde svn overlay does go away, I'll probably use the kdesvn-build script for kde svn, and Rion's qt snapshot overlay. Both work very well for me, but I havn't tried them together yet on any of my systems........... unless... a Paludis "kde svn only" setup turns out to be easier than I think- I sure would like kde svn split ebuilds! :wink:

Of course, feel free to do that, but keep in mind, that you can't expect support from the overlay devs. ;)
Back to top
View user's profile Send private message
Berniyh
l33t
l33t


Joined: 07 Jun 2006
Posts: 677

PostPosted: Tue Apr 01, 2008 11:16 pm    Post subject: Reply with quote

enzobelmont wrote:
do i need kdebindings??...

kdebindings packages is in the work, the problem was, that the old ebuild never really worked (or didn't work well) and to be honest, kdebindings is a bit of a mess currently, but there will be a kdebindings kdebuild.
Kate is already there, afaik.

Quote:
is that the reason my superkaramba/plasma stuff are not working properly???

Details?
Plasma, as always, is under heavy development (most kdebase commits are plasma related), so there might be problems.

Quote:
BTW: WTF is paludis?? is a kde layman replacement???

Please read the README file in the repository. It's not yet complete but already contains useful information.
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Apr 02, 2008 4:10 am    Post subject: Reply with quote

CooSee wrote:
since 3 Days ' kdebase ' failed :!:

Code:
/var/tmp/portage/kde-base/kdebase-9999.4/work/kdebase_build/runtime/nepomuk/services/storage/storage.moc:56: Fehler: »Service« wurde nicht deklariert

Did you build kdepimlibs the last days? There were a lot nepomuk-related commits (in detail: nepomuk got its own server, as kded was never designed to get such "huge" modules. Nepomuk delayed kded-startup a lot, so they needed to do this step.)

So try building kdepimlibs, and tell us if the error is gone :)
Back to top
View user's profile Send private message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Wed Apr 02, 2008 6:48 am    Post subject: Reply with quote

Quote:
is that the reason my superkaramba/plasma stuff are not working properly???

Quote:

Berniyh says:
Details?
Plasma, as always, is under heavy development (most kdebase commits are plasma related), so there might be problems.


superkaramba theme through plasma are not working same as macosx widgets.

Chuck norris facts widget
widget frame appears but:
Code:
No fue posible crear este objeto por la siguiente razón:
No pudo abrirse el paquete dashboard_com.richard.madwire.widget.chucknorris para el componente Chuck Norris.

(sorry spanish)

system tachometer superkaramba theme:
superkaramba frame appears with a similar message:
Code:
No fue posible crear este objeto por la siguiente razón:
No pudo abrirse el paquete sk_72809-SysTach para el componente SysTach System Monitor.


any idea??
i think kdebindings lack is the cause

thanks in advance.
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Apr 02, 2008 7:10 am    Post subject: Reply with quote

enzobelmont wrote:
Quote:
is that the reason my superkaramba/plasma stuff are not working properly???

Quote:

Berniyh says:
Details?
Plasma, as always, is under heavy development (most kdebase commits are plasma related), so there might be problems.


superkaramba theme through plasma are not working same as macosx widgets.

Yes, for LiquidWeather you need kdebindings. And (of course) kdeutils, for superkaramba-stuff.
The macosx-widgets need
1) plasma webkit-applet
2) Plasma Package-Structure for dashboard.
Both can be found in plasyground/base/plasma, which was covered by plasma-extras. This ebuild was removed from the overlay some time ago.
Look at the last page in this thread, i posted the ebuild i'm using. You just need to replace (in src_unpack) the "pager" with "worldclock". -> worldclock is not building correctly, as kdeedu (marble) doesn't install SunLocator.h...

I hope that all is working then! (LiquidWeather seems to do nothing here, I only see the splash...)
Back to top
View user's profile Send private message
ncl8
n00b
n00b


Joined: 31 Mar 2008
Posts: 4

PostPosted: Wed Apr 02, 2008 10:17 am    Post subject: Reply with quote

i'm getting this error when i try to emerge dev-libs/soprano-2.0.2
Code:

CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_QTDBUS_LIBRARY (ADVANCED)

-- Configuring done

ERROR: dev-libs/soprano-2.0.2 failed.
Call stack:
             ebuild.sh, line   49:  Called src_compile
           environment, line 2436:  Called cmake-utils_src_compile
           environment, line  519:  Called cmake-utils_src_configureout
           environment, line  537:  Called die
The specific snippet of code:
     cmake ${cmakeargs} "${S}" || die "Cmake failed";
The die message:
Cmake failed


Last edited by ncl8 on Wed Apr 02, 2008 10:31 am; edited 2 times in total
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Apr 02, 2008 10:18 am    Post subject: Reply with quote

franzf wrote:
CooSee wrote:
since 3 Days ' kdebase ' failed :!:

Code:
/var/tmp/portage/kde-base/kdebase-9999.4/work/kdebase_build/runtime/nepomuk/services/storage/storage.moc:56: Fehler: »Service« wurde nicht deklariert

Did you build kdepimlibs the last days?[...]
So try building kdepimlibs, and tell us if the error is gone :)

Argh, sry, this should be kdelibs! kdepimlibs is akonadi (which got many updates, too), messed up those 2 names....
So emergeing kdelibs could be a choice.
Back to top
View user's profile Send private message
mikedee
Apprentice
Apprentice


Joined: 05 Jul 2006
Posts: 158

PostPosted: Wed Apr 02, 2008 12:41 pm    Post subject: Reply with quote

Where is the kdebindings ebuild? It was removed from the overlay a few weeks ago (I cannot find it here and an upgrade removed it).
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1468
Location: Earth

PostPosted: Wed Apr 02, 2008 12:58 pm    Post subject: Reply with quote

mikedee wrote:
Where is the kdebindings ebuild? It was removed from the overlay a few weeks ago (I cannot find it here and an upgrade removed it).


here's the old one from the overlay

http://rapidshare.com/files/100722534/kdebindings.tar.bz2.html

CooSee ' Ya
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Wed Apr 02, 2008 3:33 pm    Post subject: Reply with quote

kdebindings needs PyQt4 for superkaramba; PyQt4 needs qt-4.3.4-r1, but i've installed qt snapshot 4.4.1_pre20080401.

any idea??
i've tried to install PyQt4-4.3.3 with --nodeps (argh!!), because its dependencies are theoretically satisfied by my qt install.

here is error output:
Code:
Creating Qt Designer plugin Makefile...                                                                                             
Creating pyqtconfig.py...                                                                                                           
sip/QtCore/qobject.sip: In function ‘int qtcore_pyqtproperty_init(PyObject*, PyObject*, PyObject*)’:                               
sip/QtCore/qobject.sip:2042: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2042: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2042: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2042: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2042: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2042: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip: At global scope:                                                                                           
sip/QtCore/qobject.sip:2338: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2338: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip: In function ‘int qtcore_qt_metacall_worker(sipWrapper*, PyTypeObject*, sipWrapperType*, QMetaObject::Call, int, void**)’:                                                                                                                       
sip/QtCore/qobject.sip:2832: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2975: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip:2997: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qobject.sip: In function ‘void initQtCore()’:                                                                           
sip/QtCore/qobject.sip:3049: aviso: la dereferencia de punteros de tipo castigado romperá las reglas de alias estricto             
sip/QtCore/qdatetime.sip: In function ‘PyObject* meth_QDateTime_toPyDateTime(PyObject*, PyObject*)’:                               
sip/QtCore/qdatetime.sip:312: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip:312: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip: In function ‘int convertTo_QDateTime(PyObject*, void**, int*, PyObject*)’:                               
sip/QtCore/qdatetime.sip:249: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip:249: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip: In function ‘PyObject* meth_QTime_toPyTime(PyObject*, PyObject*)’:                                       
sip/QtCore/qdatetime.sip:193: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip:193: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip: In function ‘int convertTo_QTime(PyObject*, void**, int*, PyObject*)’:                                   
sip/QtCore/qdatetime.sip:153: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip:153: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip: In function ‘PyObject* meth_QDate_toPyDate(PyObject*, PyObject*)’:                                       
sip/QtCore/qdatetime.sip:84: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip:84: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip: In function ‘int convertTo_QDate(PyObject*, void**, int*, PyObject*)’:                                   
sip/QtCore/qdatetime.sip:45: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sip/QtCore/qdatetime.sip:45: aviso: conversión obsoleta de una constante de cadena a ‘char*’                                       
sipQtCorecmodule.o: In function `qtcore_pyqtproperty_dealloc':                                                                     
sipQtCorecmodule.cpp:(.text+0x137): undefined reference to `PyProperty_Type' 


here is my question... is there a version of PyQt4 that runs fine with qt 4.4.1 snapshots???
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
mikkoc
Apprentice
Apprentice


Joined: 24 May 2007
Posts: 231

PostPosted: Wed Apr 02, 2008 4:22 pm    Post subject: Reply with quote

enzobelmont wrote:
kdebindings needs PyQt4 for superkaramba; PyQt4 needs qt-4.3.4-r1, but i've installed qt snapshot 4.4.1_pre20080401.


1) This isn't the right thread for the QT snapshots
2) Please don't make the same question in both threads :)
Back to top
View user's profile Send private message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Wed Apr 02, 2008 4:25 pm    Post subject: Reply with quote

sorry...
here's snapshot 20080328
http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt4/

i tried to compile

same errors as 4.3.3

PS: i'm asking here and in qt snapshots thread, because PyQt4 is usefull to a kde4 full working install.
i'm testing superkaramba and MacOS widgets integration in plasma.
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1468
Location: Earth

PostPosted: Wed Apr 02, 2008 6:23 pm    Post subject: Reply with quote

franzf wrote:
CooSee wrote:
since 3 Days ' kdebase ' failed :!:

Code:
/var/tmp/portage/kde-base/kdebase-9999.4/work/kdebase_build/runtime/nepomuk/services/storage/storage.moc:56: Fehler: »Service« wurde nicht deklariert

Did you build kdepimlibs the last days? There were a lot nepomuk-related commits (in detail: nepomuk got its own server, as kded was never designed to get such "huge" modules. Nepomuk delayed kded-startup a lot, so they needed to do this step.)

So try building kdepimlibs, and tell us if the error is gone :)


installed packages :!:

kde-base/kdepimlibs:kde-svn net-libs/telepathy-qt:0 dev-libs/soprano:0 kde-base/qimageblitz:0 kde-base/kdeartwork:kde-svn kde-base/kdesdk:kde-svn kde-base/kdeadmin:kde-svn kde-base/kdegraphics:kde-svn kde-base/kdeutils:kde-svn kde-base/kdetoys:kde-svn kde-base/kdepim:kde-svn kde-base/kdegames:kde-svn kde-base/kdeaccessibility:kde-svn kde-base/kdeedu:kde-svn kde-base/kdebase:kde-svn kde-base/kdemultimedia:kde-svn kde-base/kdevplatform:kde-svn kde-misc/yakuake:kde-svn kde-misc/extragear-plasma:kde-svn net-voip/tapioca-qt:0 media-sound/amarok:kde-svn media-video/kmplayer:kde-svn kde-misc/konq-plugins:kde-svn kdebindings kde-l10n

since this nepomuk updates, kdebase failed :evil:

CooSee ' Ya
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Apr 02, 2008 6:39 pm    Post subject: Reply with quote

CooSee wrote:
franzf wrote:
CooSee wrote:
since 3 Days ' kdebase ' failed :!:

Code:
/var/tmp/portage/kde-base/kdebase-9999.4/work/kdebase_build/runtime/nepomuk/services/storage/storage.moc:56: Fehler: »Service« wurde nicht deklariert

Did you build kdepimlibs the last days? There were a lot nepomuk-related commits (in detail: nepomuk got its own server, as kded was never designed to get such "huge" modules. Nepomuk delayed kded-startup a lot, so they needed to do this step.)

So try building kdepimlibs, and tell us if the error is gone :)


installed packages :!:

kde-base/kdepimlibs:kde-svn net-libs/telepathy-qt:0 dev-libs/soprano:0 kde-base/qimageblitz:0 kde-base/kdeartwork:kde-svn kde-base/kdesdk:kde-svn kde-base/kdeadmin:kde-svn kde-base/kdegraphics:kde-svn kde-base/kdeutils:kde-svn kde-base/kdetoys:kde-svn kde-base/kdepim:kde-svn kde-base/kdegames:kde-svn kde-base/kdeaccessibility:kde-svn kde-base/kdeedu:kde-svn kde-base/kdebase:kde-svn kde-base/kdemultimedia:kde-svn kde-base/kdevplatform:kde-svn kde-misc/yakuake:kde-svn kde-misc/extragear-plasma:kde-svn net-voip/tapioca-qt:0 media-sound/amarok:kde-svn media-video/kmplayer:kde-svn kde-misc/konq-plugins:kde-svn kdebindings kde-l10n

since this nepomuk updates, kdebase failed :evil:

CooSee ' Ya

Of course, all the dependencies must be installed, portage does it for you. But this is a svn-ebuild, so you get any new changes by reemerging. And the deps get updates, too. So you MUST rebuild deps from time to time :)

Did you read the other post? It was my mistake, i thought of kdelibs to install again, not kdepimlibs.
So try (if you don't do it this way every update)
Code:
emerge -1 kdelibs kdepimlibs kdebase
and tell us if it works, now.

(BTW, i remember this "Nepomuk::Service"-thing, but that was some time ago...)
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 Apr 02, 2008 7:22 pm    Post subject: Reply with quote

Quote:
* working copy: /data/distfiles/svn-src/soprano/soprano

* Disabled building of soprano tests.
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
CMake Error: Qt qmake not found!
-- Configuring done
*
* ERROR: dev-libs/soprano-9999 failed.


soprano, qimageblitz and others fail with similar messages anyone knows why it doesn't recognise qt qmake ?
_________________
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
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3456
Location: Gainesville, Florida

PostPosted: Wed Apr 02, 2008 7:56 pm    Post subject: Reply with quote

I find if I start running into stuff nobody else is reporting, sometimes removing the contents of svn-src and getting new sources helps. (I do it at least every two weeks anyway- I'm not sure updating individual svn files on a long-term basis without once in a while doing a complete refresh of the sources always works).

Then, always emerge qt, kdelibs, kdepimlibs, and kdebase first, in that order, as your basic kde svn foundation. If you get through that, you should be good to go on with the rest. I've found randomly updating various kde svn packages can lead to failures where it's much harder to figure out just where it's going wrong.
_________________
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.40-r5, gcc-14
kernel-6.11.3 USE=experimental python3_12.7-final-0
Back to top
View user's profile Send private message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Thu Apr 03, 2008 1:22 am    Post subject: Reply with quote

is there any power manager ported to kde4 yet???

i am using kpowersave 0.7.3 (it is runnung on kde3 and kde4) but is a kde3 app.
thanks in advance.
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
Berniyh
l33t
l33t


Joined: 07 Jun 2006
Posts: 677

PostPosted: Thu Apr 03, 2008 5:45 am    Post subject: Reply with quote

franzf wrote:
Both can be found in plasyground/base/plasma, which was covered by plasma-extras. This ebuild was removed from the overlay some time ago.
Look at the last page in this thread, i posted the ebuild i'm using. You just need to replace (in src_unpack) the "pager" with "worldclock". -> worldclock is not building correctly, as kdeedu (marble) doesn't install SunLocator.h...

The ebuild has been renamed to playground-plasma and it currently is in my overlay, but as you said, it doesn't compile at the moment.
(That's also the reason why it has been removed from genkdesvn, because it won't compile for 90% of the time.

It has been renamed to differ better between extragear-plasma and playground-plasma.

ncl8 wrote:
i'm getting this error when i try to emerge dev-libs/soprano-2.0.2
Code:

CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_QTDBUS_LIBRARY (ADVANCED)

-- Configuring done

ERROR: dev-libs/soprano-2.0.2 failed.
Call stack:
             ebuild.sh, line   49:  Called src_compile
           environment, line 2436:  Called cmake-utils_src_compile
           environment, line  519:  Called cmake-utils_src_configureout
           environment, line  537:  Called die
The specific snippet of code:
     cmake ${cmakeargs} "${S}" || die "Cmake failed";
The die message:
Cmake failed

First, you can't use soprano-2.0.2 with KDE4, kdebase will fail.
Second, make sure you installed Qt-4.4 and with it qt-dbus, if it is already installed, reinstall it and make sure, that qt-gui and qt-core have been built with +dbus, if not, do so.

mikedee wrote:
Where is the kdebindings ebuild? It was removed from the overlay a few weeks ago (I cannot find it here and an upgrade removed it).

There were several issues with the kdebindings ebuild and it has been removed until someone comes up with a better one (afaik zlin is working on it).

enzobelmont wrote:
here is my question... is there a version of PyQt4 that runs fine with qt 4.4.1 snapshots???

There is no PyQt4 for Qt4.4.

kernelOfTruth wrote:
soprano, qimageblitz and others fail with similar messages anyone knows why it doesn't recognise qt qmake ?

Hm, that's strange.

I would remerge Qt-4.4 (at least qt-core) and see if it works then.
Back to top
View user's profile Send private message
devilheart
l33t
l33t


Joined: 17 Mar 2005
Posts: 848
Location: Villach, Austria

PostPosted: Thu Apr 03, 2008 3:52 pm    Post subject: Reply with quote

Hi. I got this while building kdepim-9999.4
Code:
Linking CXX executable akonadictl                                                                                                       
[  9%] Built target akonadictl                                                                                                           
[  9%] Generating serverinterface.cpp, serverinterface.h                                                                                 
[  9%] Generating agentmanageradaptor.cpp, agentmanageradaptor.h                                                                         
[  9%] Generating agentmanageradaptor.moc                                                                                               
[  9%] Generating controlmanageradaptor.cpp, controlmanageradaptor.h                                                                     
[  9%] Generating controlmanageradaptor.moc                                                                                             
[  9%] Generating tracerinterface.cpp, tracerinterface.h                                                                                 
[ 10%] Generating tracerinterface.moc                                                                                                   
make[2]: *** No rule to make target `/usr/kde/svn/share/dbus-1/interfaces/org.kde.Akonadi.Agent.Control.xml', needed by `akonadi/server/control/controlinterface.cpp'.  Stop.                                                                                                     
make[1]: *** [akonadi/server/control/CMakeFiles/akonadi_control.dir/all] Error 2                                                         
make: *** [all] Error 2

any ideas?
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 Apr 03, 2008 5:30 pm    Post subject: Reply with quote

Quote:
Scanning dependencies of target phonon
[ 43%] Building CXX object phonon/CMakeFiles/phonon.dir/phonon_automoc.o
[ 43%] Building CXX object phonon/CMakeFiles/phonon.dir/objectdescription.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/objectdescriptionmodel.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/phononnamespace.o
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = Phonon::GlobalData]’:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/phononnamespace.cpp:93: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/mediasource.o
In file included from /var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/mediasource.cpp:22:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/abstractmediastream2.h:140: warning: ‘virtual void Phonon::AbstractMediaStream2::needData()’ was hidden
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/iodevicestream_p.h:43: warning: by ‘virtual void Phonon::IODeviceStream::needData(quint32)’
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/abstractmediastream.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/abstractmediastream2.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/streaminterface.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/mediaobject.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/medianode.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/path.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/effectparameter.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/effect.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/volumefadereffect.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/audiooutputadaptor.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/abstractaudiooutput.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/abstractaudiooutput_p.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/audiooutput.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/abstractvideooutput.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/abstractvideooutput_p.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/backendcapabilities.o
In file included from /var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/backendcapabilities.cpp:161:
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = Phonon::BackendCapabilitiesPrivate]’:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/backendcapabilities.cpp:36: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/globalconfig.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/factory.o
In file included from /var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/factory.cpp:386:
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = Phonon::FactoryPrivate]’:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/factory.cpp:80: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/platform.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/mediacontroller.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/videowidget.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/videoplayer.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/seekslider.o
[ 45%] Building CXX object phonon/CMakeFiles/phonon.dir/volumeslider.o
[ 46%] Building CXX object phonon/CMakeFiles/phonon.dir/effectwidget.o
[ 46%] Building CXX object phonon/CMakeFiles/phonon.dir/iodevicestream.o
In file included from /var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/iodevicestream.cpp:20:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/abstractmediastream2.h:140: warning: ‘virtual void Phonon::AbstractMediaStream2::needData()’ was hidden
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/iodevicestream_p.h:43: warning: by ‘virtual void Phonon::IODeviceStream::needData(quint32)’
[ 46%] Building CXX object phonon/CMakeFiles/phonon.dir/lockfreequeue.o
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = MemoryPoolVector]’:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/lockfreequeue.cpp:113: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = LockFreeQueueBase::NodeBase]’:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/lockfreequeue.cpp:139: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘T* QBasicAtomicPointer<T>::fetchAndStoreOrdered(T*) [with T = volatile LockFreeQueueBase::NodeBase*]’:
/usr/include/qt4/QtCore/qatomic_generic.h:239: instantiated from ‘T* QBasicAtomicPointer<T>::fetchAndStoreAcquire(T*) [with T = volatile LockFreeQueueBase::NodeBase*]’
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/lockfreequeue.cpp:217: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/qt4/QtCore/qatomic_generic.h:227: error: lvalue required as unary ‘&’ operand
/usr/include/qt4/QtCore/qatomic_generic.h: In member function ‘bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = volatile LockFreeQueueBase::NodeBase*]’:
/usr/include/qt4/QtCore/qatomic_generic.h:205: instantiated from ‘bool QBasicAtomicPointer<T>::testAndSetRelaxed(T*, T*) [with T = volatile LockFreeQueueBase::NodeBase*]’
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/lockfreequeue.cpp:240: instantiated from here
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [phonon/CMakeFiles/phonon.dir/lockfreequeue.o] Error 1
make[1]: *** [phonon/CMakeFiles/phonon.dir/all] Error 2
make: *** [all] Error 2
*
* ERROR: kde-base/kdelibs-9999.4 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2703: Called kde4-base_src_compile
* environment, line 1979: Called kde4-base_src_make
* environment, line 2009: Called cmake-utils_src_make
* environment, line 720: Called die
* The specific snippet of code:
* emake "$@" || die "Make failed!";
* The die message:
* Make failed!


is this a known problem ?
_________________
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
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3456
Location: Gainesville, Florida

PostPosted: Thu Apr 03, 2008 6:29 pm    Post subject: Reply with quote

I can't be sure about this, but IIRC I had something like this very recently. As I recall, deleting the svn-src kdelibs source directory in distfiles and trying again fixed it. It might be worth a shot.
_________________
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.40-r5, gcc-14
kernel-6.11.3 USE=experimental python3_12.7-final-0
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1468
Location: Earth

PostPosted: Thu Apr 03, 2008 7:14 pm    Post subject: Reply with quote

thanks to franzf :D

emerge -1 kdelibs kdepimlibs kdebase

worked for me 8)

CooSee ' Ya
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
OnlyOne
n00b
n00b


Joined: 13 Jan 2007
Posts: 59

PostPosted: Thu Apr 03, 2008 9:28 pm    Post subject: Reply with quote

After update kdesvn today (on qt4.4.1_pre20080329) I can't login with kdm (klauncher segmentation fault or like that). I can't login in xfce4 too. With xdm all is ok.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3456
Location: Gainesville, Florida

PostPosted: Thu Apr 03, 2008 9:39 pm    Post subject: Reply with quote

OnlyOne wrote:
Quote:
after update kdesvn today (on qt4.4.1_pre20080329) I can't login with kdm (klauncher segmentation fault or like that). I can't login in xfce4 too. With xdm all is ok.
I had a similar problem with kdm yesterday, with qt-4.4.1_pre20080402, and had to use gdm. I'm not sure which it is- kde svn itself, or qt. My error is on P.6, here: https://forums.gentoo.org/viewtopic-t-677156-postdays-0-postorder-asc-start-125.html

BTW- If you are using qt snapshots, Berniyh wants us to use the qt snapshot thread, instead of posting here. :)
_________________
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.40-r5, gcc-14
kernel-6.11.3 USE=experimental python3_12.7-final-0
Back to top
View user's profile Send private message
OnlyOne
n00b
n00b


Joined: 13 Jan 2007
Posts: 59

PostPosted: Fri Apr 04, 2008 5:53 am    Post subject: Reply with quote

Thank you for support) As I get there are no solution yet, right?
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, 4 ... 27, 28, 29  Next
Page 3 of 29

 
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