On 9/8/05, Viv Kendon <[EMAIL PROTECTED]> wrote: > On Thu, 8 Sep 2005, Alexander K. Hansen wrote: > > > On 9/8/05, Viv Kendon <[EMAIL PROTECTED]> wrote: > >> openoffice compiled nicely for several hours until > >> > >> ------------------------------ > > > > <snip> > > > >> Making: ../unxmacxp.pro/lib/libjvmfwk.dylib.3.jnilib > >> create-bundle: ../unxmacxp.pro/lib/libjvmfwk.dylib.3.jnilib successfully > >> created > >> /sw/src/fink.build/openoffice.org-1.9m121-59/solenv/bin/checkdll.sh > >> -L../unxmacxp.pro/lib > >> -L/sw/src/fink.build/openoffice.org-1.9m121-59/solver/680/unxmacxp.pro/lib > >> -L/usr/lib -L/usr/X11R6/lib ../unxmacxp.pro/lib/libjvmfwk.dylib.3 > >> Checking DLL ../unxmacxp.pro/lib/libjvmfwk.dylib.3 ...dyld: NSAddImage() > >> error > >> dyld: Library not loaded: /sw/lib/libiconv.2.dylib > >> Referenced from: > >> /sw/src/fink.build/openoffice.org-1.9m121-59/solver/680/unxmacxp.pro/lib/libxml2.2.dylib > >> Reason: Incompatible library version: libxml2.2.dylib requires version > >> 6.0.0 or later, but libiconv.2.dylib provides version 5.0.0 > >> ../unxmacxp.pro/lib/libjvmfwk.dylib.3 > >> /sw/src/fink.build/openoffice.org-1.9m121-59/solenv/bin/checkdll.sh: line > >> 67: 23085 Trace/BPT trap $checkdll "$*" > >> dmake: Error code 1, while making '../unxmacxp.pro/lib/libjvmfwk.dylib.3' > >> dmake: '../unxmacxp.pro/lib/libjvmfwk.dylib.3' removed. > >> '---* tg_merge.mk *---' > >> > >> ERROR: Error 65280 occurred while making > >> /sw/src/fink.build/openoffice.org-1.9m121-59/jvmfwk/source > >> dmake: Error code 1, while making 'build_all' > >> '---* tg_merge.mk *---' > >> ### execution of /var/tmp/tmp.1.tWHj2W failed, exit code 255 > >> > >> libiconv has been changing fast: I already have three > >> versions in my debs and I only installed this fink a week > >> ago. So I definitely compiled the installed version against > >> xorg, which was my first guess about the problem. > >> > >> Does anyone have another suggestion? > >> > >> My system: > >> Package manager version: 0.24.10 > >> Distribution version: 0.8.0.rsync > >> TiBook G4 with MacOSX 10.4.2 > >> xcode 2.2 preview > >> HFS+ case sensitive > >> xorg-6.8.2-35 and all else in fink up to date unstable > >> except g77 and mozilla (binary installs). > >> > >> TIA > >> -- Viv > >> ------------------------------------------------ > >> Dr Viv Kendon [EMAIL PROTECTED] > >> Quantum Information tel: 0113 343 3858 > >> Physics & Astronomy University of Leeds > >> http://quantum.leeds.ac.uk/~viv > >> > > > > In this case I shouldn't think the X11 flavor would matter--libiconv > > has no dependency on x11. > > > > What's your current version of libiconv? > > > > And if you run "otool -L /sw/lib/libiconv.2.dylib" what do you get? > > For purposes of comparison, I have libiconv-1.10-5, which gives me: > > > > $ otool -L /sw/lib/libiconv.2.dylib > > /sw/lib/libiconv.2.dylib: > > /sw/lib/libiconv.2.dylib (compatibility version 6.0.0, current > > version 6.0.0) > > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > > current version 1.0.0) > > /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current > > version 92.0.0) > > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > > current version 88.0.0) > > fink list libiconv > Information about 4853 packages read in 9 seconds. > i libiconv 1.10-6 Character set conversion > library > i libiconv-bin 1.10-6 Executables for libiconv > package > i libiconv-dev 1.10-6 Developer files for > libiconv package > > otool -L /sw/lib/libiconv.2.dylib > /sw/lib/libiconv.2.dylib: > /sw/lib/libiconv.2.dylib (compatibility version > 6.0.0, current version 6.0.0) > /usr/lib/libgcc_s.1.dylib (compatibility version > 1.0.0, current version 1.0.0) > /usr/lib/libmx.A.dylib (compatibility version 1.0.0, > current version 92.0.0) > /usr/lib/libSystem.B.dylib (compatibility version > 1.0.0, current version 88.0.0) > > that looks pretty similar except for being one version newer > than yours...and just to be sure: > > ls -l /sw/lib/libiconv.2.dylib > 0 lrwxr-xr-x 1 root admin 20 Sep 7 08:10 > /sw/lib/libiconv.2.dylib -> libiconv.2.3.0.dylib > ls -l /sw/lib/libiconv.2.3.0.dylib > 1220 -rw-r--r-- 1 root admin 1248052 Sep 7 08:09 > /sw/lib/libiconv.2.3.0.dylib > > which is about 12 hours older than the ooo build I was > running. > > I have the build dir intact, and the last 10,000 or so lines > of the build log saved, so there is plenty to dig through if > you can suggest what to look for. > > thanks... > -- Viv > ------------------------------------------------ > Dr Viv Kendon [EMAIL PROTECTED] > Quantum Information tel: 0113 343 3858 > Physics & Astronomy University of Leeds > http://quantum.leeds.ac.uk/~viv >
That's weirrd--you've got compatibility version 6.0.0 as was required. -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
