[kde-freebsd] checking if UIC has KDE plugins available... no

Michael Nottebrock lofi at freebsd.org
Fri Jun 1 22:23:08 CEST 2007


On Friday, 1. June 2007, Ion-Mihai Tetcu wrote:
> Hi,
>
>
>
> on my -CURRENT desktop, after a round of portupgrade -fa because of the
> recent changes any build of kde ports ends with:
>
> [..]
>
> checking if Qt needs -ljpeg... no
> checking for rpath... yes
> checking for KDE... libraries /usr/local/lib, headers /usr/local/include
> checking if UIC has KDE plugins available... no
> configure: error: you need to install kdelibs first.
> ===>  Script "configure" failed unexpectedly.
> [..]
>
> This system started as a fresh current with Xorg7.2 installed from the
> experimental tarball, with the installed ports updated daily after the
> freeze was over.
>
>
> [..]
> configure:29755: rm -rf SunWS_cache; c++ -o conftest -Wnon-virtual-dtor
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG
> -DNO_DEBUG -O2 -O2 -pipe -fno-exceptions -fno-check-new -fno-common
> -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread
> -DQT_THREAD_SUPPORT   -I/usr/loca l/include -I/usr/local/include 
> -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE   -L/usr/local/lib
> -L/usr/local/lib    -L/usr/local/lib -D_THREAD_SAFE -pthr ead conftest.cc
> -Wl,-export-dynamic -L/usr/local/lib -L/usr/local/lib -ljpeg 
> -L/usr/local/lib -lqt-mt -lpng -lz -lm -ljpeg   -lXext -lX11 -lSM -lICE  
> 1>&5 configure:29758: $? = 0
> configure:29817: result: libraries /usr/local/lib, headers
> /usr/local/include using -mt configure:29999: checking for moc
> configure:30071: result: /usr/local/bin/moc
> configure:30079: checking for uic
> configure:30133: result: /usr/local/bin/uic
> configure:30164: checking whether uic supports -L
> configure:30175: /usr/local/bin/uic -L /nonexistent conftest.ui >/dev/null
> configure:30178: $? = 0
> configure:30190: result: yes
> configure:30202: checking whether uic supports -nounload
> configure:30213: /usr/local/bin/uic -nounload  conftest.ui >/dev/null
> configure:30216: $? = 0
> configure:30228: result: yes
> configure:30265: checking if Qt needs -ljpeg
> configure:30306: rm -rf SunWS_cache; c++ -o conftest -Wnon-virtual-dtor
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG
> -DNO_DEBUG -O2 -O2 -pipe -fno-exceptions -fno-check-new -fno-common
> -I/usr/local/include  -I/usr/local/include -D_THREAD_SAFE -pthread
> -DQT_THREAD_SUPPORT   -I/usr/loc al/include -I/usr/local/include 
> -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE   conftest.cc
> -L/usr/local/lib -D_THREAD_SAFE -pthread -L/usr/local/lib -lq t-mt -lpng
> -lz -lm  -lXext -lX11 -lSM -lICE 1>&5
> conftest.cc: In function 'int main()':
> conftest.cc:57: warning: 'argv' is used uninitialized in this function
> configure:30312: $? = 0
> configure:30316: test -z
>
>                          || test ! -s conftest.err
>
> configure:30319: $? = 0
> configure:30322: test -s conftest
> configure:30325: $? = 0
> configure:30354: result: no
> configure:30386: checking for rpath
> configure:30418: result: yes
> configure:30421: checking for KDE
> configure: 30474: /usr/local/include/ksharedptr.h
> taking that
> configure: 30504: /usr/local/lib/libkio.la
> taking that
> configure: 30522: /usr/local/lib/kde3/plugins/designer/kdewidgets.la
> taking that
> configure:30595: result: libraries /usr/local/lib, headers
> /usr/local/include configure:30634: checking if UIC has KDE plugins
> available
> configure:30661: /usr/local/bin/uic -L /usr/local/lib/kde3/plugins/designer
> -nounload -impl actest.h actest.ui > actest.cpp configure:30664: $? = 0
> configure:30678: result: no
> configure:30681: error: you need to install kdelibs first.
>
>
> The full log is here:
> http://sce-tindy.tecnik93.com/FreeBSD/errors/kde/config.log
>
>
>  # ll /usr/local/lib/kde3/plugins/designer
> total 392
> -rw-r--r--  1 root  wheel   28038 May 12 02:14 kdepimwidgets.a
> -rwxr-xr-x  1 root  wheel    1692 May 12 02:14 kdepimwidgets.la
> -rwxr-xr-x  1 root  wheel   28847 May 12 02:14 kdepimwidgets.so
> -rw-r--r--  1 root  wheel  141658 Jun  1 05:26 kdewidgets.a
> -rwxr-xr-x  1 root  wheel    1526 Jun  1 05:26 kdewidgets.la
> -rwxr-xr-x  1 root  wheel  124812 Jun  1 05:26 kdewidgets.so
> -rw-r--r--  1 root  wheel   27126 May 12 02:14 kpartsdesignerplugin.a
> -rwxr-xr-x  1 root  wheel    1539 May 12 02:14 kpartsdesignerplugin.la
> -rwxr-xr-x  1 root  wheel   38462 May 12 02:14 kpartsdesignerplugin.so
>
>
> root(itetcu)@it/SU>
> /home/itetcu/wrk/usr/ports/x11-wm/kompmgr/work/kdebase-3.5.6 [10:40:38] 0 #
> find . -name actest.ui
> root(itetcu)@it/SU>
> /home/itetcu/wrk/usr/ports/x11-wm/kompmgr/work/kdebase-3.5.6 [10:44:54] 0 #
> locate actest.ui
> root(itetcu)@it/SU>
> /home/itetcu/wrk/usr/ports/x11-wm/kompmgr/work/kdebase-3.5.6 [10:45:00] 0 #
>
>
> portupgrading -f kdelibs went OK.
>
>
> Any help ?

Possibly qt was not updated properly and now refuses the KDE plugins due to a 
different buildkey (from the gcc change). Try updating qmake and qt33.

Cheers,
-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-freebsd/attachments/20070601/d9ee8136/attachment.pgp 


More information about the kde-freebsd mailing list