-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 8/8/11 9:21 AM, [email protected] wrote: > I have been using a fresh install of Fink to install Lazarus on Mac > OS X v10.6.8. I get this error both when I try to install > lazarus-aqua and lazarus-gtk2. I have fink configured for i386, but > lazarus seems to be compiling for powerpc. Any suggestions how to fix > this? > > Package manager version: 0.31.0 Distribution version: > selfupdate-rsync Fri Aug 5 16:54:43 2011, 10.6, i386 Trees: > local/main stable/main Xcode Version: 4.0.2-1 > > > > > make -C > /sw/src/fink.build/fpc-cross-powerpc-darwin-2.4.2-1/fpcbuild-2.4.2/fpcsrc/rtl > > 'OPT=-ap' all > make -C darwin all /bin/mkdir -p > /sw/src/fink.build/fpc-cross-powerpc-darwin-2.4.2-1/fpcbuild-2.4.2/fpcsrc/rtl/units/powerpc-darwin > > arch -ppc > /sw/src/fink.build/fpc-cross-powerpc-darwin-2.4.2-1/fpcbuild-2.4.2/fpcsrc/../../ppcuniversal > > - -dNOMOUSE -Ur -dFPC_USE_LIBC -Ur -Xs -O2 -n -Fi../inc -Fi../powerpc > -Fi../unix -Fi../bsd -Fi../bsd/powerpc -Fi../darwin/powerpc -FE. > -FU/sw/src/fink.build/fpc-cross-powerpc-darwin-2.4.2-1/fpcbuild-2.4.2/fpcsrc/rtl/units/powerpc-darwin > > - -ap -dpowerpc -dRELEASE -Us -Sg ../bsd/system.pp > thread.inc(344,10) Warning: Function result does not seem to be set > thread.inc(356,11) Warning: Function result does not seem to be set > thread.inc(373,11) Warning: Function result does not seem to be set > thread.inc(378,11) Warning: Function result does not seem to be set > thread.inc(383,11) Warning: Function result does not seem to be set > thread.inc(406,10) Warning: Function result does not seem to be set > thread.inc(421,10) Warning: Function result does not seem to be set > thread.inc(440,11) Warning: Function result does not seem to be set > thread.inc(464,11) Warning: Function result does not seem to be set > thread.inc(470,11) Warning: Function result does not seem to be set > thread.inc(511,10) Warning: Function result does not seem to be set > /usr/bin/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or > /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc > not installed Installed assemblers are: > /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 > /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 make[7]: > *** [system.ppu] Broken pipe make[6]: *** [darwin_all] Error 2 > make[5]: *** [rtl] Error 2 make[4]: *** [next] Error 2 make[3]: *** > [ppc1] Error 2 make[2]: *** [cycle] Error 2 make[1]: *** > [compiler_cycle] Error 2 make: *** [build-stamp.powerpc-darwin] Error > 2 ### execution of /var/tmp/tmp.1.g83ton failed, exit code 2 Removing > runtime build-lock... Removing build-lock package... > /sw/bin/dpkg-lockwait -r > fink-buildlock-fpc-cross-powerpc-darwin-2.4.2-1 (Reading database ... > 10000 files and directories currently installed.) Removing > fink-buildlock-fpc-cross-powerpc-darwin-2.4.2-1 ... Failed: phase > compiling: fpc-cross-powerpc-darwin-2.4.2-1 failed > >
Your problem is *not* with lazarus. What is failing is fpc-cross-powerpc-darwin, as stated above. lazarus-common, on which lazarus-gtk2 and lazarus-aqua each depend, carries an explicit dependency on i386 on fpc-cross-powerpc-darwin, which is the fpc powerpc cross-compiler. It builds for me with the compilers from Xcode 3.2.6 installed. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5AOdYACgkQB8UpO3rKjQ/QgQCfUG7F3Mk7Dlmz85CZhFD3oW9c MGkAniLBSJgoHwYc38MSaunNnomNYai8 =/FDs -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
