ärger mit configure script nach portupgrade

soul_rebel

ist immer auf der flucht
also gestern abend war mal wieder ein portupgrade fällig und da ich nciht so viel zeit und resourcen habe musste es ein portupgrade -aPP sein.
nach einem pkgdb -F war dann auch alles in ordnung:
xorg von 6.8.1 auf 6.8.2, kde von 3.4.0 auf 3.4.1, qt von 3.3.3 auf 3.3.4
d.h. außer dass es beim einloggen hieß kdeinit könne nciht gefunden werden (während kde aber korrekt bootet). nun das eigentliche problem ist configure scripts finden qt nciht mehr. das heißt sie brechen ab und sagen sie fänden es nciht aber im config.log steht was anderes drinn:
Code:
configure:29654: checking for Qt
configure: 29719: /usr/lib/qt3/include/qstyle.h
configure: 29719: /usr/lib/qt3/qstyle.h
configure: 29719: /usr/lib/qt/include/qstyle.h
taking that
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
configure:29837: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_THREAD_SAFE  -pthread -L/usr/lib/qt/lib -L/usr/X11R6/lib     conftest.cc  -lqt-mt     -lXext -lX11 -lSM -lICE  -lpthread 1>&5
/usr/X11R6/lib/libXft.so.2: undefined reference to `FT_GlyphSlot_Embolden'
configure:29840: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 300 && QT_VERSION < 0x040000)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:29880: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
kann jemand damit was anfangen? ich hab schon vermutet , dass es mit der undefinded reference von libXft zu tun haben könnte, aber weiß nciht genau weiter... :(
ist echt ätzend nicht coden zu können...
danke für hilfe!
 
hm hat sich erledigt.
habe libXft von 2.1.7 auf 2.1.6_2 downgegradet. jetzt gehts wieder!
ich kann allen nur raten bei 2.1.6 zu bleiben !!!
 
Hallo soul_rebel,

hier läuft libXft-2.1.7 und das aktuellste KDE / qt33. :)
Zu qt33 stand was in UPDATING.
Auf Freshports steht es auch,
vielleicht liegt es ja daran?


Gruß, Fusselbär
 
@andreasmeyer:
ich weiß dass portupgrade -aP besser ist, aber hatte nciht viel zeit...

@ fusselbär:
nene, lag nciht daran, hatte immer dass normale qt33 ohne KDE_OPTIONS...
naja im moment läufts, beim nächsten upgrade schau ich mal weiter...
 
Zurück
Oben