[kde-freebsd] Unabled to open the screensaver window
hello, Since i updated my FreeBSD 6.3 box yesterday, the display hangs up while KDE is runnning. I guess this occured when the screensaver or power management was launched. I published a message about this issue on freebsd-stable list. But, when i select the screensaver menu, the 'KDE configuration center' crashed. follow the link below: http://user.lamaiziere.net/david/crash_kde regards, -- David MarecĀ www.diablotins.org ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
[kde-freebsd] Unabled to open the screensaver window
hello, Since i updated my FreeBSD 6.3 box yesterday, the display hangs up while KDE is runnning. I guess this occured when the screensaver or power management was launched. I published a message about this issue on freebsd-stable list. But, when i select the screensaver menu, the 'KDE configuration center' crashed. follow the link below: http://user.lamaiziere.net/david/crash_kde regards, -- David MarecĀ www.diablotins.org ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
Re: [kde-freebsd] kde upgrade 3.5.8 fails
On Tuesday, 30. October 2007, JoaoBR wrote: > on i386 the upgrade went fine but on identical ports it still fails on > amd64 > > do I miss somehing or is something wrong? Quick guess: lang/python25 compiled without threads support? Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org signature.asc Description: This is a digitally signed message part. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
[kde-freebsd] anyone else having problems compiling kdepim 3.5.8?
It's not yet showing up on the cluster because dependent ports are failing, but when I try to portupgrade here I get the following. Any ideas? mcl /usr/local/bin/moc ./addresseeeditorwidget.h -o addresseeeditorwidget.moc /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I../kaddressbook/interfaces -I../kaddressbook/features -I../kaddressbook/views -I../kaddressbook/printing -I../kaddressbook/common -I../kaddressbook/editors -I../kaddressbook/common -I.. -I/kaddressbook/editors -I../libkdepim -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -D_LARGE_FILES=1 -DHAVE_BOOST -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT addresseeeditorwidget.lo -MD -MP -MF .deps/addresseeeditorwidget.Tpo -c -o addresseeeditorwidget.lo addresseeeditorwidget.cpp addresseeeditorwidget.cpp: In member function `virtual void AddresseeEditorWidget::load()': addresseeeditorwidget.cpp:532: error: 'class KABC::Addressee' has no member named 'department' addresseeeditorwidget.cpp:534: error: 'class KABC::Addressee' has no member named 'department' addresseeeditorwidget.cpp: In member function `virtual void AddresseeEditorWidget::save()': addresseeeditorwidget.cpp:578: error: 'class KABC::Addressee' has no member named 'setDepartment' gmake[3]: *** [addresseeeditorwidget.lo] Error 1 gmake[3]: Leaving directory `/usr/home/pcvs/ports/deskutils/kdepim3/work/kdepim-3.5.8/kaddressbook' mcl ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
Re: [kde-freebsd] anyone else having problems compiling kdepim 3.5.8?
On Thursday 01 November 2007 03:07:33 Mark Linimon wrote: > It's not yet showing up on the cluster because dependent ports are > failing, but when I try to portupgrade here I get the following. > > Any ideas? > > mcl > > /usr/local/bin/moc ./addresseeeditorwidget.h -o > addresseeeditorwidget.moc > /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile > c++ -DHAVE_CONFIG_H -I. -I.. -I../kaddressbook/interfaces > -I../kaddressbook/features -I../kaddressbook/views > -I../kaddressbook/printing -I../kaddressbook/common > -I../kaddressbook/editors -I../kaddressbook/common -I.. > -I/kaddressbook/editors -I../libkdepim -I/usr/local/include > -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT > -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H > -D_THREAD_SAFE -D_LARGE_FILES=1 -DHAVE_BOOST -Wno-long-long -Wundef -Wall > -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe > -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common > -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT > -DQT_NO_TRANSLATION -MT addresseeeditorwidget.lo -MD -MP -MF > .deps/addresseeeditorwidget.Tpo -c -o addresseeeditorwidget.lo > addresseeeditorwidget.cpp > addresseeeditorwidget.cpp: In member function `virtual void > AddresseeEditorWidget::load()': > addresseeeditorwidget.cpp:532: error: 'class KABC::Addressee' has no > member named 'department' > addresseeeditorwidget.cpp:534: error: 'class KABC::Addressee' has no > member named 'department' > addresseeeditorwidget.cpp: In member function `virtual void > AddresseeEditorWidget::save()': > addresseeeditorwidget.cpp:578: error: 'class KABC::Addressee' has no > member named 'setDepartment' > gmake[3]: *** [addresseeeditorwidget.lo] Error 1 > gmake[3]: Leaving directory > `/usr/home/pcvs/ports/deskutils/kdepim3/work/kdepim-3.5.8/kaddressbook' No problem here on 7.0_BETA1/amd64, at least from the kdepim3 before you fixed the bison use... A. -- Andy Fawcett | [EMAIL PROTECTED] | [EMAIL PROTECTED] "In an open world without walls and fences, | [EMAIL PROTECTED] we wouldn't need Windows and Gates." -- anon | [EMAIL PROTECTED] ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
Re: [kde-freebsd] anyone else having problems compiling kdepim 3.5.8?
On Thursday 01 November 2007 10:09:21 Andy Fawcett wrote: > On Thursday 01 November 2007 03:07:33 Mark Linimon wrote: > > It's not yet showing up on the cluster because dependent ports are > > failing, but when I try to portupgrade here I get the following. > > > > Any ideas? > > > > mcl > > > > /usr/local/bin/moc ./addresseeeditorwidget.h -o > > addresseeeditorwidget.moc > > /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile > > c++ -DHAVE_CONFIG_H -I. -I.. -I../kaddressbook/interfaces > > -I../kaddressbook/features -I../kaddressbook/views > > -I../kaddressbook/printing -I../kaddressbook/common > > -I../kaddressbook/editors -I../kaddressbook/common -I.. > > -I/kaddressbook/editors -I../libkdepim -I/usr/local/include > > -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT > > -I/usr/local/include -I/usr/local/include -I/usr/local/include > > -D_GETOPT_H -D_THREAD_SAFE -D_LARGE_FILES=1 -DHAVE_BOOST -Wno-long-long > > -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 > > -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions > > -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST > > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT > > addresseeeditorwidget.lo -MD -MP -MF > > .deps/addresseeeditorwidget.Tpo -c -o addresseeeditorwidget.lo > > addresseeeditorwidget.cpp > > addresseeeditorwidget.cpp: In member function `virtual void > > AddresseeEditorWidget::load()': > > addresseeeditorwidget.cpp:532: error: 'class KABC::Addressee' has no > > member named 'department' > > addresseeeditorwidget.cpp:534: error: 'class KABC::Addressee' has no > > member named 'department' > > addresseeeditorwidget.cpp: In member function `virtual void > > AddresseeEditorWidget::save()': > > addresseeeditorwidget.cpp:578: error: 'class KABC::Addressee' has no > > member named 'setDepartment' > > gmake[3]: *** [addresseeeditorwidget.lo] Error 1 > > gmake[3]: Leaving directory > > `/usr/home/pcvs/ports/deskutils/kdepim3/work/kdepim-3.5.8/kaddressbook' > > No problem here on 7.0_BETA1/amd64, at least from the kdepim3 before you > fixed the bison use... > > A. NO problems here with kdepim-3.5.8 on freebsd 6.1 amd64 David ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
Re: [kde-freebsd] kde upgrade 3.5.8 fails
JoaoBR schrieb: > On Wednesday 31 October 2007 05:45:30 Michael Nottebrock wrote: > >> On Tuesday, 30. October 2007, JoaoBR wrote: >> >>> on i386 the upgrade went fine but on identical ports it still fails on >>> amd64 >>> >>> do I miss somehing or is something wrong? >>> >> Quick guess: lang/python25 compiled without threads support? >> >> > > unfortunately not, I disabled only ipv6 from the standard options > > now I just removed the python2.4 dependency from kdeutils, it was for any > reason having python2.4 and python2.5 as dependency but still fails with the > same compile error > I'm still fairly convinced that the problem is with your python installation (check http://portsmon.freebsd.org/portoverview.py?category=misc&portname=kdeutils3 - no errors on amd64 in a fairly recent build). Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org signature.asc Description: OpenPGP digital signature ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd
[kde-freebsd] KDE4 Status and Support
Hi, I was wondering what condition KDE4 is in regards to FreeBSD. Does it compile and run, also have some ports been written for some of the KDE4 packages. I have noticed a trend to break up these big monolithic packages into smaller units (openSuse in particular have done this for KDE4 and we have done it for Xorg 7.3 in ports), will KDE4 in ports be following suite? Lastly is there anyway I (and anyone else) can help with the effort of getting KDE4 to FreeBSD. Thank you for the great work!!! David ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd