On 1/7/07, Sean Lake <[EMAIL PROTECTED]> wrote: > sudo fink update-all has been trying to update aquaterm on my system > for several days now without success. I'm having trouble telling what > exact version I have installed. AquaTerm says its version is v1.0, fwiw. > > Data dump to follow. > > Any help would be appreciated. > > Sean > > * fink --version : > Package manager version: 0.26.0 > Distribution version: 0.8.1.rsync powerpc > > * fink info aquaterm : aquaterm-1.0.1-1 > > * OSX Version: 10.4.8 , 640 MB RAM on an 800 MHz G4 iBook > > * gcc-4.0 --version : > powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. > build 5341) > > * Excerpts of relevant output (more available upon request): > CompileC build/AquaTerm.build/Deployment/AQTFwk.build/Objects-normal/ > i386/AQTFunctions.o /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/ > AQTFunctions.m normal i386 objective-c com.apple.compilers.gcc.4_0 > cd /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm > /usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-trigraphs - > fpascal-strings -fasm-blocks -g -Os -DAQT_APP -fmessage-length=0 - > mmacosx-version-min=10.1 -I/sw/src/fink.build/aquaterm-1.0.1-1/ > aquaterm/build/AquaTerm.build/Deployment/AQTFwk.build/AquaTerm.hmap - > Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/sw/src/ > fink.build/aquaterm-1.0.1-1/aquaterm/build/Deployment -I/sw/src/ > fink.build/aquaterm-1.0.1-1/aquaterm/build/Deployment/include -I/sw/ > src/fink.build/aquaterm-1.0.1-1/aquaterm/build/AquaTerm.build/ > Deployment/AQTFwk.build/DerivedSources -isysroot /Developer/SDKs/ > MacOSX10.4u.sdk -include /Library/Caches/com.apple.Xcode.0/ > SharedPrecompiledHeaders/AppKit-csfmqcnxiglevneusenlrmdicosm/AppKit.h > -c /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/AQTFunctions.m -o /sw/ > src/fink.build/aquaterm-1.0.1-1/aquaterm/build/AquaTerm.build/ > Deployment/AQTFwk.build/Objects-normal/i386/AQTFunctions.o > > Ld /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/build/AquaTerm.build/ > Deployment/AQTFwk.build/Objects-normal/i386/AquaTerm normal i386 > cd /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm > /usr/bin/gcc-4.0 -o /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/ > build/AquaTerm.build/Deployment/AQTFwk.build/Objects-normal/i386/ > AquaTerm -L/sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/build/ > Deployment -F/sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/build/ > Deployment -filelist /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/ > build/AquaTerm.build/Deployment/AQTFwk.build/Objects-normal/i386/ > AquaTerm.LinkFileList -arch i386 -prebind -Wl,-single_module - > compatibility_version 1 -current_version 1 -install_name /sw/Library/ > Frameworks/AquaTerm.framework/Versions/A/AquaTerm -Wl,-S -Wl,-Y,1455 - > dynamiclib -mmacosx-version-min=10.1 -framework Foundation -framework > AppKit -isysroot /Developer/SDKs/MacOSX10.4u.sdk > ld: warning prebinding disabled because of undefined symbols > ld: Undefined symbols: > .objc_class_name_NSDate > #################### // list truncated by Sean for brevity > _NSIsEmptyRect > /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/build/AquaTerm.build/ > Deployment/AQTFwk.build/Objects-normal/i386/AQTAdapter.o reference to > undefined .objc_class_name_NSDate > #################### // list truncated by Sean for brevity > /sw/src/fink.build/aquaterm-1.0.1-1/aquaterm/build/AquaTerm.build/ > Deployment/AQTFwk.build/Objects-normal/i386/AQTFunctions.o reference > to undefined _NSZeroRect > /usr/bin/libtool: internal link edit command failed > ** BUILD FAILED ** > ### execution of /var/tmp/tmp.0.ArWmIk failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-aquaterm-1.0.1-1 > (Reading database ... 73101 files and directories currently installed.) > Removing fink-buildlock-aquaterm-1.0.1-1 ... > Failed: phase installing: aquaterm-1.0.1-1 failed >
One way to tell what version of a package you have installed is via fink dumpinfo -fallversions <packagename> : the installed version will have an 'i' by it. I suspect that your problem may be that you need a newer version of the Xcode Tools. Packages that build OS X app bundles (like aquaterm) not uncommonly have problems with older (or newer) Xcode versions than they were tested with by the maintainer. aquaterm built fine for me with Xcode 2.4.1. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
