Daniel E. Macks <[EMAIL PROTECTED]> said: > Alexander K. Hansen <[EMAIL PROTECTED]> said: >> On 3/11/06, Chip G. <[EMAIL PROTECTED]> wrote: >>> >>> This was what my session looked like: >>> >>> $ dpkg --print-architecture >>> Bus error >>> $ dpkg --print-gnu-build-architecture >>> Bus error >>> $ dpkg --print-installation-architecture >>> darwin-powerpc >> >> I get the same thing--the two functions that give bus errors probably >> aren't implemented for fink. > > 2Same effect on 10.4/ppc for me too (dpkg-1.10.21-217). However, on > 10.3 (dpkg-1.10.21-217), those first two give me: > > dpkg: warning, architecture `ppc-darwin' not in remapping table > ppc-darwin > > instead of a bus error. Let's try the related command... [and let's try it on a system that doesn't have a corrupted PATH, hmm?]
10.3 $ dpkg-architecture DEB_BUILD_ARCH=darwin-powerpc DEB_BUILD_GNU_CPU=powerpc DEB_BUILD_GNU_SYSTEM=darwin DEB_BUILD_GNU_TYPE=powerpc-darwin DEB_HOST_ARCH=darwin-powerpc DEB_HOST_GNU_CPU=powerpc DEB_HOST_GNU_SYSTEM=darwin DEB_HOST_GNU_TYPE=powerpc-darwin 10.4/pcc % dpkg-architecture dpkg-architecture: warning: Unknown gcc system type powerpc-apple-darwin8, falling back to default (native compilation) dpkg-architecture: warning: Specified GNU system type powerpc-darwin does not match gcc system type powerpc-apple-darwin8. DEB_BUILD_ARCH=darwin-powerpc DEB_BUILD_GNU_CPU=powerpc DEB_BUILD_GNU_SYSTEM=darwin DEB_BUILD_GNU_TYPE=powerpc-darwin DEB_HOST_ARCH=darwin-powerpc DEB_HOST_GNU_CPU=powerpc DEB_HOST_GNU_SYSTEM=darwin DEB_HOST_GNU_TYPE=powerpc-darwin So it really does look like a bug in dpkg--maybe falls off the end of an array of known host types? dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
