Hi, I am using System Version: Mac OS X 10.5.1 (9B18), Kernel Version: Darwin 9.1.0 with xcode 3.0, gcc version 4.0.1 (Apple Inc. build 5465)
I don't know if this helps but I renamed /usr/include/iconv.h to iconv.xxx to make sure that it didn't get picked up. This time when I ran fink reinstall qt4-x11 it ran for a very long time and seemed to get to a "make install" stage. It failed with "qt4-x11/plugins/codecs: No such file or directory" Some more context below. thanks Martin /bin/rm -rf /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021 /bin/mkdir -p /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw /bin/mkdir -p /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/DEBIAN /usr/sbin/chown -R root:admin /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021 /usr/bin/install -d -m 755 /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtCore.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtDBus.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtNetwork.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtScript.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtSql.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtTest.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/lib/libQtXml.4*.dylib /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/lib/ /usr/bin/install -d -m 755 /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/plugins /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/plugins/codecs /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/plugins/ mv: rename /sw/src/fink.build/root-qt4-x11-4.3.2-1021/sw/lib/qt4-x11/plugins/codecs to /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.2-1021/sw/lib/qt4-x11/plugins/codecs: No such file or directory ### execution of /bin/mv failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-qt4-x11-4.3.2-1021 (Reading database ... 7403 files and directories currently installed.) Removing fink-buildlock-qt4-x11-4.3.2-1021 ... Failed: phase installing: qt4-x11-core-shlibs-4.3.2-1021 failed Martin Costabel wrote: > > alexor wrote: >> thank you for the reply. I am using Leopard on a MacBook. >> >> On closer inspection of the log there is >> >> c++ -c -pipe -Os -Wall -W -D__USE_WS_X11__ -I../../../mkspecs/darwin-g++ >> -I. >> -I. -o iconv.o iconv.cpp >> c++ -headerpad_max_install_names >> -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib >> -prebind -o iconv iconv.o >> Undefined symbols: >> "_iconv", referenced from: >> _main in iconv.o >> "_iconv_close", referenced from: >> _main in iconv.o >> "_iconv_open", referenced from: >> _main in iconv.o > > I am seeing this, too, but it does not prevent qt4-x11 from building > correctly. In fact, you have to put it into its context. In my build > log, I see that paragraph preceded by > > POSIX iconv auto-detection... () > > and ended by > > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [iconv] Error 1 > POSIX iconv disabled. > GNU libiconv auto-detection... () > > So the error is in fact not an error, but simply a test of the flavor of > iconv that is installed. The GNU libiconv auto-detection then succeeds. > > The tests are somewhat unrealistic, because they use neither > -I/sw/include nor -L/sw/lib, so they are not even looking at Fink's > iconv, which is the one that is used afterwards (at least the dylib, I > am not so sure about the header). Indeed, if one looks at the > gnu-libiconv binary that is created in this test, one sees that it is > linked with /usr/lib/libiconv.2.dylib. > >> There seems to be a lot of activity on the fink lists regarding this >> problem >> (not only in relation to qt4-x11) and I am not sure how to resolve it. I >> tried various suggestions that had been posted and I even tried moving >> the >> /usr/local directory out of the way but to no avail - stumped. I >> reinstalled >> libiconv-dev, libiconv-bin and libiconv. > > The annoying thing is that many people, including me, and IIRC also the > qt4-x11 maintainer, do *not* get the build crash you are seeing, and > therefore cannot really investigate the cause. > > Oh, and BTW you still haven't said which version of OSX and what > architecture you are running. Xcode and gcc versions might be of > interest, too. > > -- > Martin > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Fink-users mailing list > Fink-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/fink-users > > -- View this message in context: http://www.nabble.com/Problem-with-qt4-x11-from-mac-newcomer-tp14554179p14566030.html Sent from the fink-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users