Re: Zfs & MacPorts

2008-09-28 Thread Charles Darwin
On 28-Sep-08, at 4:17 PM, Ryan Schmidt wrote: > On Sep 28, 2008, at 07:33, Rainer Müller wrote: > >> Charles Darwin wrote: >> >>> Is it possible to install ports on a zfs formatted volume? >> >> Can't think of a reason why it should not be possible. >> >>> and if so, >>> what is the proper way of

Re: Zfs & MacPorts

2008-09-28 Thread Ryan Schmidt
On Sep 28, 2008, at 07:33, Rainer Müller wrote: > Charles Darwin wrote: > >> Is it possible to install ports on a zfs formatted volume? > > Can't think of a reason why it should not be possible. > >> and if so, >> what is the proper way of doing it? Would ´PATH=/bin:/sbin:/usr/bin:/ >> usr/sbin ./

Re: Zfs & MacPorts

2008-09-28 Thread Rainer Müller
Charles Darwin wrote: > As of now it is not possible to boot from zfs so I thought if I have > something like grep (OK, bad example) installed through ports that > might cause problem during the start up since it's part of Darwin. > Then I guess my question is; is any part of Darwin (except of

Re: Zfs & MacPorts

2008-09-28 Thread Charles Darwin
On 28-Sep-08, at 8:33 AM, Rainer Müller wrote: > Charles Darwin wrote: >> Hi all, >> >> Is it possible to install ports on a zfs formatted volume? > > Can't think of a reason why it should not be possible. > As of now it is not possible to boot from zfs so I thought if I have something like gr

Re: Zfs & MacPorts

2008-09-28 Thread Rainer Müller
Charles Darwin wrote: > Hi all, > > Is it possible to install ports on a zfs formatted volume? Can't think of a reason why it should not be possible. > and if so, > what is the proper way of doing it? Would ´PATH=/bin:/sbin:/usr/bin:/ > usr/sbin ./configure --enable-readline --prefix=path/to/

Zfs & MacPorts

2008-09-28 Thread Charles Darwin
Hi all, Is it possible to install ports on a zfs formatted volume? and if so, what is the proper way of doing it? Would ´PATH=/bin:/sbin:/usr/bin:/ usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/dir/ opt´ do it? Charles ___ macport

Re: Fixed: C compiler cannot create executables

2008-09-28 Thread Anders F Björklund
Martin Krischik wrote: >> He said it was 13MB. So my guess is that some script did a >> >> cp foo /usr/local >> >> expected that /usr/local already existed as a directory. >> > This is why the "--target-directory" was invented (at least for gnu's > cp). Very helpful for scripts. Also very helpfu