Re: [9fans] Additional compilers under 9vx.OSX

2011-05-04 Thread ron minnich
what's weird is I'm just not seeing any of these problems. Good fun. ron

Re: [9fans] Additional compilers under 9vx.OSX

2011-05-04 Thread Greg Comeau
In article , Greg Comeau wrote: >In article , >Greg Comeau wrote: >>In article , >>Greg Comeau wrote: >>>As mentioned in a post yesterday, we seem to have succeeded in getting >>>5c et al built. However, in resuming playing around at least one case >>>/bin/ape/sh is producing: >>>./command-name

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-21 Thread Greg Comeau
In article <90f71fcedeb5b45a5bed515862b8a...@hamnavoe.com>, Richard Miller <9f...@hamnavoe.com> wrote: >> 1) If it is upgraded to latest version of Snow Leopard (I think 10.6.3?), >>will anything regarding 9vx.OSX break? > >As far as I can tell, 9vx works fine on MacOSX 10.6.7. Just a note tha

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-21 Thread Greg Comeau
In article , Greg Comeau wrote: >In article , >Greg Comeau wrote: >>As mentioned in a post yesterday, we seem to have succeeded in getting >>5c et al built. However, in resuming playing around at least one case >>/bin/ape/sh is producing: >> >>./command-name[3]: other-command-name: cannot execut

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-12 Thread David Leimbach
Sent from my iPhone On Apr 12, 2011, at 8:51 AM, com...@panix.com (Greg Comeau) wrote: > In article , > David Leimbach wrote: >> On Apr 11, 2011, at 3:44 AM, erik quanstrom wrote: > the way to do this is > cd /sys/src; objtype=arm mk && mk clean Just getting to play with

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-12 Thread Lucio De Re
>> cd /sys/src/cmd >> for (d in 5?) @{cd $d && mk install} >> >>I'm not going to try that now... > > I am :) Well, actually, given the /bin/ape/sh problem, > what I'm going to try to do is try to set up an alternative > 9vx.OSX install from scratch, and apply the latter above instead >

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-12 Thread Greg Comeau
In article , Lucio De Re wrote: >>>the way to do this is >>> cd /sys/src; objtype=arm mk && mk clean >> >> Just getting to play with this... had to do some copying of some of >> the files first among other setbacks... ok, plain mk asks what to make, >> and so I tried 'mk all' which is sayin

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-12 Thread Greg Comeau
In article , David Leimbach wrote: >On Apr 11, 2011, at 3:44 AM, erik quanstrom wrote: the way to do this is cd /sys/src; objtype=arm mk && mk clean >>> >>> Just getting to play with this... had to do some copying of some of >>> the files first among other setbacks... ok, plain mk

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread David Leimbach
Sent from my iPhone On Apr 11, 2011, at 3:44 AM, erik quanstrom wrote: >>> the way to do this is >>>cd /sys/src; objtype=arm mk && mk clean >> >> Just getting to play with this... had to do some copying of some of >> the files first among other setbacks... ok, plain mk asks what to make

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Greg Comeau
In article , Greg Comeau wrote: >As mentioned in a post yesterday, we seem to have succeeded in getting >5c et al built. However, in resuming playing around at least one case >/bin/ape/sh is producing: > >./command-name[3]: other-command-name: cannot execute - Access Denied > >since doing the mk'

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread erik quanstrom
> >the way to do this is > > cd /sys/src; objtype=arm mk && mk clean > > Just getting to play with this... had to do some copying of some of > the files first among other setbacks... ok, plain mk asks what to make, > and so I tried 'mk all' which is saying 5c does not exist, but > that's one

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Lucio De Re
>>the way to do this is >> cd /sys/src; objtype=arm mk && mk clean > > Just getting to play with this... had to do some copying of some of > the files first among other setbacks... ok, plain mk asks what to make, > and so I tried 'mk all' which is saying 5c does not exist, but > that's one

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Greg Comeau
In article , ron minnich wrote: >I regularly build kernels and full bins for arm on 9vx. the biggest >issue with osx is when you install 9vx on a case-insenstive file >system: things like /bin/Kill and /bin/kill don't quite work out. Thanks for the heads up, I seem to have run into this trying to

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Greg Comeau
In article <784be5fe9a0079d80a76434d252dd...@coraid.com>, erik quanstrom wrote: >> 2) If I recall as it was installed a while ago it came with 8c/8l and >>respective includes/libs already available. However, things like >>5c and its requirements do not seem to be available by default. >>

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Greg Comeau
In article <90f71fcedeb5b45a5bed515862b8a...@hamnavoe.com>, Richard Miller <9f...@hamnavoe.com> wrote: >> 1) If it is upgraded to latest version of Snow Leopard (I think 10.6.3?), >>will anything regarding 9vx.OSX break? > >As far as I can tell, 9vx works fine on MacOSX 10.6.7. Great, 9vx is s

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Greg Comeau
In article <784be5fe9a0079d80a76434d252dd...@coraid.com>, erik quanstrom wrote: >> 2) If I recall as it was installed a while ago it came with 8c/8l and >>respective includes/libs already available. However, things like >>5c and its requirements do not seem to be available by default. >>

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-11 Thread Greg Comeau
As mentioned in a post yesterday, we seem to have succeeded in getting 5c et al built. However, in resuming playing around at least one case /bin/ape/sh is producing: ./command-name[3]: other-command-name: cannot execute - Access Denied since doing the mk's. Obviously something in those builds

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-08 Thread erik quanstrom
On Fri Apr 8 05:10:49 EDT 2011, rogpe...@gmail.com wrote: > i'm not keen on disks within disks because you either have to waste > lots of space or risk running out of it. true, but ... is disk space your most constrained resource? is a free byte on disk wasted or not? i bought the smallest prac

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-08 Thread roger peppe
i'm not keen on disks within disks because you either have to waste lots of space or risk running out of it. On 7 April 2011 16:45, Paul Lalonde wrote: > Fortunately you can build a case-insensitive file system on a mac, within a > file.  Disk Utility lets you make a filesystem in a file, and you

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Stanley Lieber
> would a better solution be a modification to 9vx to allow it to generate > virtual > disks in a file. Then you could start fossil/kfs/cwfs/pacfs/other in plan9 and > have the same functionality and the ability to have the filesystem work > exactly > like plan9 - permissions, dates, append only

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Steve Simon
would a better solution be a modification to 9vx to allow it to generate virtual disks in a file. Then you could start fossil/kfs/cwfs/pacfs/other in plan9 and have the same functionality and the ability to have the filesystem work exactly like plan9 - permissions, dates, append only files etc. ju

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread ron minnich
On Thu, Apr 7, 2011 at 10:13 AM, Anthony Sorace wrote: > On Apr 7, 2011, at 11:45, Paul Lalonde wrote: > >> Fortunately you can build a case-insensitive file system on a mac, within a >> file. > > Just in case this wasn't obvious, you can do this with the real, on-disk > filesystem, too. There's

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Anthony Sorace
On Apr 7, 2011, at 11:45, Paul Lalonde wrote: > Fortunately you can build a case-insensitive file system on a mac, within a > file. Just in case this wasn't obvious, you can do this with the real, on-disk filesystem, too. There's no "upgrading" an existing FS, so this is most practical when ge

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread ron minnich
On Thu, Apr 7, 2011 at 8:45 AM, Paul Lalonde wrote: > Fortunately you can build a case-insensitive file system on a mac, within a > file.  Disk Utility lets you make a filesystem in a file, and you can click > "case-sensitive".  Big win, and though you have to size the FS ahead, it's > also nice t

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Paul Lalonde
1s/case-insensitive/case-sensitive/ On Thu, Apr 7, 2011 at 8:45 AM, Paul Lalonde wrote: > Fortunately you can build a case-insensitive file system on a mac, within a > file. Disk Utility lets you make a filesystem in a file, and you can click > "case-sensitive". Big win, and though you have to

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Paul Lalonde
Fortunately you can build a case-insensitive file system on a mac, within a file. Disk Utility lets you make a filesystem in a file, and you can click "case-sensitive". Big win, and though you have to size the FS ahead, it's also nice to have my 9vx install all in one disk file for moving to othe

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread ron minnich
I regularly build kernels and full bins for arm on 9vx. the biggest issue with osx is when you install 9vx on a case-insenstive file system: things like /bin/Kill and /bin/kill don't quite work out. ron

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Bakul Shah
On Apr 7, 2011, at 1:34 PM, com...@panix.com (Greg Comeau) wrote: 2) If I recall as it was installed a while ago it came with 8c/8l and respective includes/libs already available. However, things like 5c and its requirements do not seem to be available by default. What's the easiest way to

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread Richard Miller
> 1) If it is upgraded to latest version of Snow Leopard (I think 10.6.3?), >will anything regarding 9vx.OSX break? As far as I can tell, 9vx works fine on MacOSX 10.6.7.

Re: [9fans] Additional compilers under 9vx.OSX

2011-04-07 Thread erik quanstrom
> 2) If I recall as it was installed a while ago it came with 8c/8l and >respective includes/libs already available. However, things like >5c and its requirements do not seem to be available by default. >What's the easiest way to get the binaries and end-user install tree >for the