![]() |
|
|||||||
| FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
hi
if I try to install after ports tree update kde-lite from ports on my freeBSD 7.0 (upgrade from 6.3) then I get the following message: Code:
checking if UIC has KDE plugins available... knows someone howto solve this problem ? |
|
|||
|
thanks, I tried to update qmake and qt33, but still doesn't help.
any other idea ? |
|
|||
|
still cannot find any solution to solve this problem.
|
|
|||
|
a very strange problem...
|
|
||||
|
kde-lite is nothing more than a metaport that installs other KDE ports. It is not a watered down or lightweight version of KDE.
My favorite way to install KDE is to forget about the metaports and go directly for the main ports themselves. First make sure your ports tree is up-to-date. Then update the ports you already have installed so that the KDE ports have up-to-date dependencies. Then install x11/kdelibs3 Then install x11/kdebase3 After kdebase is installed, you will at least have a basic KDE desktop up and running. Then you can install whatever other KDE ports you want at your leisure. Hasn't failed me yet. |
|
|||
|
yep, I've reported this BUG, but still no solution.
|
|
|||
|
Quote:
Code:
# portupgrade -fRr x11/kdelibs3 Code:
/usr/local/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kshortcutdialog_simple.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_simple,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"' >> kshortcutdialog_simple.cpp; else rm -f kshortcutdia
Mutex unlock failure: Operation not permitted
|
|
|||
|
Quote:
Code:
# ls -l /lib/libthr* /usr/lib/libpthr* -r--r--r-- 1 root <<<<<<< current 66928 Mar 10 20:37 /lib/libthr.so.3 lrwxr-xr-x 1 root <<<<<<< current 8 Mar 10 20:38 /usr/lib/libpthread.a -> libthr.a |
|
||||
|
You don't have a symlink for libpthread.so.
Code:
# cd /usr/lib # ln -sf /lib/libthr.so.3 libthr.so # ln -sf libthr.so libpthread.so Last edited by BSDKaffee; 12th June 2008 at 08:17 PM. Reason: fix symlink |
|
|||
|
thanks a lot, but how is the best way to rebuild all of ports ?
you mean: Code:
# portupgrade -af Last edited by ccc; 12th June 2008 at 12:05 PM. |
|
||||
|
It depends on how many ports and which ports are already installed. But since you are upgrading to 7.0 from 6.3, probably the best thing to do is deinstall as many ports as possible, if not all, then start fresh. You probably would have had to do this anyway because of the gettext update, so it is not much of a loss.
I wouldn't recommend portupgrade -af because portupgrade itself and its dependencies would need updated first. Plus if any port fails to build, you will have trouble figuring out where it failed and where to pickup where it left off. I made a mistake in the simlink I gave you before. Do this instead: Code:
# cd /usr/lib # ln -sf /lib/libthr.so.3 libthr.so # ln -sf libthr.so libpthread.so Last edited by BSDKaffee; 12th June 2008 at 08:16 PM. |
|
|||
|
thx a lot !
it helps, now I can install kde-lite without problems. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| checking upgrade worked? | carpman | FreeBSD Installation and Upgrading | 2 | 6th February 2009 10:37 PM |
| Upgrading firefox to firefox 3 -keeping plugins+bookmarks | kasse | FreeBSD Ports and Packages | 11 | 5th July 2008 01:34 PM |
| jdk16 plugins on FreeBSD 7 AMD64 | ninjatux | FreeBSD General | 0 | 26th June 2008 07:55 PM |
| WARNING: Vulnerability database out of date, checking anyway | mfaridi | FreeBSD Security | 9 | 8th May 2008 06:13 AM |