Russ Cox is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

rsc / plan9port http://swtch.com/plan9port/

Plan 9 from User Space (aka plan9port) is a port of many Plan 9 programs from their native Plan 9 environment to Unix-like operating systems. See the web site http://swtch.com/plan9port/ for details.

Clone this repository (size: 58.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/rsc/plan9port
hg clone ssh://hg@bitbucket.org/rsc/plan9port

Issues

#85 Can't build on Lion (Xcode 4.2, WSYSTYPE=x11)

Reported by quico (last edited )

On my OS X 10.7.1 with Xcode 4.2 and a WSYSTYPE=x11 parameter, INSTALL is generating the following output.

(...)
* Resetting /usr/local/plan9/config
* Compiler version:
	gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
* Running on Darwin: checking architecture...
	x86-64 found.
>>> Using LOCAL.config options:
	WSYSTYPE=x11
* Building everything (be patient)...
>>> cd /usr/local/plan9/src/cmd/venti/srv; mk clean       
done
[ "$SYSNAME" != Darwin ] || ranlib ../lib/*.a
>>> cd /usr/local/plan9/src/libventi; mk nuke  
rm -f *.[o] [o].out  y.tab.[ch] /usr/local/plan9/lib/libventi.a
ranlib: can't open file: ../lib/*.a (No such file or directory)
mk: for i in ...  : exit status=exit(1)
>>> cd /usr/local/plan9/src/cmd/rio; mk all             
9l -o o.rio client.o color.o cursor.o error.o event.o grab.o key.o main.o manage.o menu.o rio.o -L/usr/X11R6/lib64/ -lXext -lX11
nm: no name list
nm: no name list
* Installing everything in /usr/local/plan9/bin...
>>> cd /usr/local/plan9/src/cmd/rio; mk -k install     
9l -o o.rio client.o color.o cursor.o error.o event.o grab.o key.o main.o manage.o menu.o rio.o -L/usr/X11R6/lib64/ -lXext -lX11
nm: no name list
nm: no name list
* Cleaning up...                              
* Renaming hard-coded /usr/local/plan9 paths...           
* Building web manual...
* Done.
(...)
Status: resolved Responsible: nobody Type: bug Priority: major
Milestone: none Component: none Version: none

Attachments

No attachments added for this issue yet.

Comments and changes

  1. #1 quico

    written

    • Changed content.
  2. #2 Russ Cox

    written

    • Changed status from new to open.

    I see the no name list warning/errors but they are not stopping the build. Do you see something stopping the build?

  3. #3 quico

    written , last edited

    • Changed status from open to resolved.

    Sorry, Russ: I wrongly attributed my broken plan9port to those errors. After your latest commits, everything is running fine. Thanks!

Add comment / attachment

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?