[kde-freebsd] Current problem reports assigned to k...@freebsd.org
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description o ports/137587 kde[PATCH] audio/arts: Add more OPTIONS and proper CONFIG f ports/137178 kdeaudio/gmm++: gmm_superlu_interface.h contains starnge o ports/137131 kdex11/kdebase3: genkdmconf leaves new kdmrc world readab o ports/133078 kde[PATCH] kmix (multimedia/kdemultimedia4) incorrectly b o ports/124639 kdekde audio/arts sound skipping on playback; non-artsd s o ports/124321 kdex11/kdebase3 - KDE logins do not work with nsswitch LD o ports/117440 kdemisc/kdeedu3 - Request to package README.ephemerides f o ports/113295 kdenet-im/kopete: pleawse add 'make config' to choose kop 8 problems total. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] 9-CURRENT (r197801) && artsd of kde-3.5.10_2 gives SIGSEGV
El día Sunday, October 11, 2009 a las 07:14:21PM +, Paul B Mahol escribió: > Make sure that all libraries and binarys are rebuild, thare may be ABI > changes and not > support for older code Hi Paul, I've compiled all (kernel, user land and the ports) in a virtual machine I'm using for preparing binary installation, i.e. after compiling the ports I create packages to install them on machines where you either can't compile for being to small/slow (like my EeePC 900) or to give a binary set away for installation where machines have limited access to Internet. I've build and installed kernel and user land based on SVN checkout: # svn info Path: . URL: svn://svn.freebsd.org/base/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 197801 Node Kind: directory Schedule: normal Last Changed Author: maxim Last Changed Rev: 197799 Last Changed Date: 2009-10-06 06:57:18 +0200 (Tue, 06 Oct 2009) # uname -a FreeBSD vm-azul.Sisis.de 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r197801: Tue Oct 6 13:57:38 CEST 2009 g...@vm-azul.sisis.de:/usr/obj/usr/src/sys/REBELION-HEAD i386 When kernel and user land have been on 9-CURRENT, I removed /usr/ports, checked them out with CVS and build all my ports, especially KDE3. I don't see how an old library or binary can cause this. Only some ABI change which is not supported in the KDE sources... Don't know if someone from FreeBSD's KDE team can (or will) comment on it. It seems to me that they all went away (to KDE4 :-)). Thx matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] Filelight for KDE4
On Fri, 09 Oct 2009 17:45:17 -0500, Rusty Nejdl wrote: I'm working on a port of Filelight for KDE4 and am having some CMAKE/Porting issues I'm hoping someone can assist with. Everything compiles fine but when it gets to the linking stage, it fails: /usr/bin/c++ -fPIC -O2 -pipe -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -DQT_NO_DEBUG -lc -shared -Wl,-soname,filelightpart.so -o ../../lib/filelightpart.so CMakeFiles/filelightpart.dir/filelightpart_automoc.o CMakeFiles/filelightpart.dir/part.o CMakeFiles/filelightpart.dir/scan.o CMakeFiles/filelightpart.dir/progressBox.o CMakeFiles/filelightpart.dir/Config.o CMakeFiles/filelightpart.dir/settingsDialog.o CMakeFiles/filelightpart.dir/fileTree.o CMakeFiles/filelightpart.dir/localLister.o CMakeFiles/filelightpart.dir/remoteLister.o CMakeFiles/filelightpart.dir/summaryWidget.o -L/usr/ports/sysutils/filelight-kde4/work/filelight-1.9-rc2/lib -L/usr/local/kde4/lib -L/usr/local/lib/qt4 ../../lib/libradialmap.a /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/kde4/lib/libkparts.so.5.0.1 /usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/kde4/lib/libkde3support.so.5.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 /usr/local/kde4/lib/libkfile.so.5.0.1 /usr/local/kde4/lib/libsolid.so.5.0.1 -lqimageblitz /usr/local/kde4/lib/libkparts.so.5.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 /usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/lib/qt4/libQtDBus.so /usr/local/lib/qt4/libQtSvg.so /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtXml.so /usr/local/kde4/lib/libsolid.so.5.0.1 /usr/local/lib/qt4/libQtCore.so -pthread /usr/local/lib/qt4/libQtGui.so /usr/local/lib/qt4/libQt3Support.so -Wl,-rpath,/usr/local/kde4/lib:/usr/local/lib/qt4 -Wl,-rpath-link,/usr/local/kde4/lib /usr/bin/ld: cannot find -lqimageblitz I don't see a /usr/local/lib in the -I line above, which is where libqimageblitz.so is located. I can imagine several ways of fixing this but I'm looking for the right one that isn't a hack as my knowledge of the cmake system is pretty thin. Suggestions? Sioncerely, Rusty Nejdl http://networking.ringofsaturn.com This was fixed upstream and I now have it working. I'll work through submitting this up to the main FreeBSD repository. I've attached it for anyone who wants to test it. Let me know if I need to change anything as I wasn't quite sure what to do with the funky file names and converting to the Makefile format. Thanks! Rusty Nejdl http://networking.ringofsaturn.com filelight-kde4.tgz Description: Binary data ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information