Hello,

I would like to use Plan9port (including Acme) on OS X Lion. But building the current Plan9port tree (1ddb9b093c12) with Xcode 4.1 gives me multiple errors.*

Is there a place where I could find Plan9port binaries from an older OS X? I miss Acme terribly.


I wish you a lovely weekend.



* The "multiple errors" are:

1) Devdraw fails to build (http://9fans.net/archive/?q=plan9port%3A+cocoa+programmer+needed).

2) The linker gives "malformed archive TOC entry for" errors with libraries such as lib9, libbio, libmap, libplumb, or libthread (https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-build-on-os-x-lion-latest#comment-585887). Running "for(i in $PLAN9/lib/*.a) ranlib $i" at the right time seems to solve the issue.

3) There seems to be an issue with 9pserve too; launching Plumber gives for example:

9pserve <nil>: Aug  6 19:20:04.214 note: sys: bus error
plumber: post9pservice plumb: 9pserve failed


"uname -a" gives:
Darwin djmac.lan 11.0.0 Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64 x86_64

"gcc -v" gives:
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)