Over the weekend a friend of mine using fink unstable ran
$ fink selfupdate $ fink update-all $ fink install qt on his powerbook, and the build failed while linking qt designer. An excerpt from his logfile follows. On my own ibook I have a known-to-work non-fink version of qt-x11-free-3.0.1 that we cooked ourselves prior to installing fink. I had switched to fink's qt-3.0.1-2 because it builds more cleanly, but for comparison I ran "fink selfupdate" and "fink update-all" on my machine, using unstable, and then I tried rebuilding our non-fink version of qt. The build failed at the same spot as did qt-3.0.1-2 from fink, with identical undefined symbols, so I suppose that both versions of qt-3.0.1 are trying to link against something in fink that has recently changed. I will be looking for the problem tonight, but if someone else has encountered this and has some helpful insights, I'd be grateful to hear them. -- Kaben. ---------- Forwarded message ---------- Date: Tue, 19 Mar 2002 02:28:20 -0800 Subject: qt build failure Kaben, here's the message. It fails near the end at "c++ -o (insert huge object list here)" -Evan test -d ../../../bin/designer.app/Contents/MacOS/ || mkdir -p ../../../bin/designer.app/Contents/MacOS/ c++ -o ../../../bin/designer.app/Contents/MacOS/designer command.o formwindow.o defs.o layout.o main.o mainwindow.o mainwindowactions.o metadatabase.o pixmapchooser.o propertyeditor.o resource.o sizehandle.o orderindicator.o widgetfactory.o hierarchyview.o listboxeditorimpl.o connectioneditorimpl.o newformimpl.o workspace.o editslotsimpl.o listvieweditorimpl.o connectionviewerimpl.o customwidgeteditorimpl.o paletteeditorimpl.o styledbutton.o iconvieweditorimpl.o multilineeditorimpl.o formsettingsimpl.o asciivalidator.o splashloader.o designerapp.o designerappiface.o actioneditorimpl.o actionlistview.o actiondnd.o project.o projectsettingsimpl.o sourceeditor.o outputwindow.o widgetdatabase.o parser.o config.o pixmapcollection.o previewframe.o previewwidgetimpl.o paletteeditoradvancedimpl.o sourcefile.o filechooser.o wizardeditorimpl.o qcompletionedit.o timestamp.o formfile.o database.o dbconnectionimpl.o dbconnectionsimpl.o tableeditorimpl.o dbconnections.o dbconnection.o dbconnectioneditor.o tableeditor.o listboxeditor.o connectioneditor.o editslots.o newform.o listvieweditor.o connectionviewer.o customwidgeteditor.o paletteeditor.o iconvieweditor.o preferences.o multilineeditor.o formsettings.o about.o pixmapfunction.o createtemplate.o actioneditor.o projectsettings.o finddialog.o replacedialog.o gotolinedialog.o pixmapcollectioneditor.o previewwidget.o paletteeditoradvanced.o wizardeditor.o listeditor.o moc_command.o moc_formwindow.o moc_layout.o moc_mainwindow.o moc_pixmapchooser.o moc_propertyeditor.o moc_sizehandle.o moc_orderindicator.o moc_widgetfactory.o moc_hierarchyview.o moc_listboxeditorimpl.o moc_connectioneditorimpl.o moc_newformimpl.o moc_workspace.o moc_editslotsimpl.o moc_listvieweditorimpl.o moc_connectionviewerimpl.o moc_customwidgeteditorimpl.o moc_paletteeditorimpl.o moc_styledbutton.o moc_iconvieweditorimpl.o moc_multilineeditorimpl.o moc_formsettingsimpl.o moc_asciivalidator.o moc_actioneditorimpl.o moc_actionlistview.o moc_actiondnd.o moc_project.o moc_projectsettingsimpl.o moc_sourceeditor.o moc_outputwindow.o moc_previewframe.o moc_previewwidgetimpl.o moc_paletteeditoradvancedimpl.o moc_sourcefile.o moc_filechooser.o moc_wizardeditorimpl.o moc_qcompletionedit.o moc_timestamp.o moc_formfile.o moc_database.o moc_dbconnectionimpl.o moc_dbconnectionsimpl.o moc_tableeditorimpl.o moc_dbconnections.o moc_dbconnection.o moc_dbconnectioneditor.o moc_tableeditor.o moc_listboxeditor.o moc_connectioneditor.o moc_editslots.o moc_newform.o moc_listvieweditor.o moc_connectionviewer.o moc_customwidgeteditor.o moc_paletteeditor.o moc_iconvieweditor.o moc_preferences.o moc_multilineeditor.o moc_formsettings.o moc_about.o moc_pixmapfunction.o moc_createtemplate.o moc_actioneditor.o moc_projectsettings.o moc_finddialog.o moc_replacedialog.o moc_gotolinedialog.o moc_pixmapcollectioneditor.o moc_previewwidget.o moc_paletteeditoradvanced.o moc_wizardeditor.o moc_listeditor.o -L/sw/src/qt-3.0.1-2/qt-x11-free-3.0.1/lib -L/sw/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/sw/src/qt-3.0.1-2/qt-x11-free-3.0.1/lib -lz -lqt-mt -lGLU -lGL -lXmu -lICE -lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lXft -lfreetype /usr/bin/ld: Undefined symbols: _addWidgetFactory__14QWidgetFactoryPB0 _create__14QWidgetFactoryP9QIODeviceP7QObjectP7QWidgetPCc _create__14QWidgetFactoryRC7QStringP7QObjectP7QWidgetPCc _qwf_execute_code _qwf_forms _qwf_functions _qwf_language _qwf_stays_on_top _elementToVariant__7DomToolRC11QDomElementRC8QVariant _elementToVariant__7DomToolRC11QDomElementRC8QVariantR7QString _fixDocument__7DomToolR12QDomDocument _readColor__7DomToolRC11QDomElement __._14QWidgetFactory ___14QWidgetFactory ___tf14QWidgetFactory ___ti14QWidgetFactory make[4]: *** [../../../bin/designer.app/Contents/MacOS/designer] Error 1 make[3]: *** [sub-designer] Error 2 make[2]: *** [sub-designer] Error 2 make[1]: *** [sub-tools] Error 2 make: *** [init] Error 2 ### failed, exit code 2 Failed: compiling qt-3.0.1-2 failed _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel