Hi. (maybe this problem is allready solved, but i haven't found a solution on the internet, yet... so please dont blame me)
Problem: I want to update my old KDE 3.3 to 3.5.3 using the freebsd-ports on my uptodate FBSD 6.1. (FreeBSD 6.1-STABLE #4: Wed Aug 16 21:48:06 CEST 2006) When triing to do a "make" within the "/usr/ports/x11/kdelibs3"-directory the building-process startes without any problem, but then suddenly stops complaining about a segfault of a "uic"-commando: --[cut]------ ... gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.3/kdeui' rm -f kshortcutdialog_simple.cpp echo '#include <kdialog.h>' > kshortcutdialog_simple.cpp echo '#include <klocale.h>' >> kshortcutdialog_simple.cpp /usr/X11R6/bin/uic -nounload -tr tr2i18n -i kshortcutdialog_simple.h ./kshortcut dialog_simple.ui > kshortcutdialog_simple.cpp.temp ; ret=$?; \ /usr/local/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kshortcutdialog_simp le.cpp.temp | /usr/local/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/local/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_kshortcutdialog_sim ple,g" | /usr/local/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> kshortcutdialog _simple.cpp ;\ rm -f kshortcutdialog_simple.cpp.temp ;\ if test "$ret" = 0; then echo '#include "kshortcutdialog_simple.moc"' >> kshortc utdialog_simple.cpp; else rm -f kshortcutdialog_simple.cpp ; exit $ret ; fi Segmentation fault (core dumped) gmake[3]: *** [kshortcutdialog_simple.cpp] Error 139 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.3/kdeui' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.3/kdeui' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. --[cut]--- I tried to figure out which part of the last build-line is responsible for this segfault and noticed that "/usr/X11R6/bin/uic -nounload -tr tr2i18n -i kshortcutdialog_simple.h ./kshortcut dialog_simple.ui" coredumps. uic works fine without the "-i"mplentation-part, but that wont help i guess. As uic is part of the qt-package i updated this one as well without any success for the kdelibs. (installed Qt [with KDE_Patches activated]: qt-copy-3.3.6_2, # uic -version "User Interface Compiler for Qt version 3.3.6") Any ideas what to do or what more informations you need to help me? Cu Rene. ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 _______________________________________________ kde-freebsd mailing list [email protected] http://kf.liquidneon.com/mailman/listinfo/kde-freebsd
