Re: Cross buildworld on amd64 for i386 errors

2016-01-25 Thread Daniel Eischen
On Mon, 25 Jan 2016, Craig Rodrigues wrote: On Mon, Jan 25, 2016 at 1:55 PM, Daniel Eischen wrote: I'm trying to build an i386 buildworld on an amd64 system. I'm at r294370. This is what I've tried so far: make TARGET_ARCH=i386 MAKEOBJDIRPREFIX=/opt/foo/obj.x86 -j8 buildworld make TARG

Re: Cross buildworld on amd64 for i386 errors

2016-01-25 Thread Daniel Eischen
On Mon, 25 Jan 2016, Craig Rodrigues wrote: On Mon, Jan 25, 2016 at 1:55 PM, Daniel Eischen wrote: I'm trying to build an i386 buildworld on an amd64 system. I'm at r294370. This is what I've tried so far: make TARGET_ARCH=i386 MAKEOBJDIRPREFIX=/opt/foo/obj.x86 -j8 buildworld make TARG

Re: Cross buildworld on amd64 for i386 errors

2016-01-25 Thread Craig Rodrigues
On Mon, Jan 25, 2016 at 1:55 PM, Daniel Eischen wrote: > > I'm trying to build an i386 buildworld on an amd64 system. > I'm at r294370. > > This is what I've tried so far: > > make TARGET_ARCH=i386 MAKEOBJDIRPREFIX=/opt/foo/obj.x86 -j8 buildworld > make TARGET=i386 MAKEOBJDIRPREFIX=/opt/foo/o

Re: Cross buildworld on amd64 for i386 errors

2016-01-25 Thread Daniel Eischen
On Mon, 25 Jan 2016, Daniel Eischen wrote: I'm trying to build an i386 buildworld on an amd64 system. I'm at r294370. I just updated to r294737 and tried again without the -j8. This is what I've tried so far: make TARGET_ARCH=i386 MAKEOBJDIRPREFIX=/opt/foo/obj.x86 -j8 buildworld make TAR

Cross buildworld on amd64 for i386 errors

2016-01-25 Thread Daniel Eischen
I'm trying to build an i386 buildworld on an amd64 system. I'm at r294370. This is what I've tried so far: make TARGET_ARCH=i386 MAKEOBJDIRPREFIX=/opt/foo/obj.x86 -j8 buildworld make TARGET=i386 MAKEOBJDIRPREFIX=/opt/foo/obj.x86 -j8 buildworld Neither of which work. They both result in th

Re: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD

2016-01-25 Thread Kevin Oberman
Thanks, all! Especially to Lars and Edward Tomasz who actually understood my request (which was probably less clear than it should have been) and provided the exact incantation required! Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D

Re: FYI: "make -DNO_CLEAN buildworld" failed (stable/10 @r294657 -> r294721)

2016-01-25 Thread Bryan Drewery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 1/25/16 4:54 AM, David Wolfskill wrote: > I'm using 'WITH_FAST_DEPEND=1' in /etc/src.conf; re-starting the > build (without "-DNO_CLEAN") was successful. > > Oh -- I'm also using -j16. > > The error looked like: > World build started on Mo

Re: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD

2016-01-25 Thread Julian H. Stacey
Kevin Oberman wrote: > Since the removal of NTFS support, it is unclear how to get USB drives > formatted as NTFS (or ExFAT) to automatically mount. Prior to FreeBSD 10 it > was possible to replace /sbin/mount_ntfs with a script that would generate > appropriate options and exec /usr/local/sbin/ntf

Re: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD

2016-01-25 Thread Edward Tomasz Napierała
On 0125T1943, Eugene Grosbein wrote: > On 25.01.2016 19:14, Andrzej Bylicki wrote: > > Hello, > > > > I mounted all of my NTFS formatted drives via fuse from the > > sysutils/fusefs-ntfs port. I am not entirely sure, but assuming that it is > > possible to automate the mounting procedure by adding

Re: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD

2016-01-25 Thread Edward Tomasz Napierała
On 0124T1650, Kevin Oberman wrote: > Since the removal of NTFS support, it is unclear how to get USB drives > formatted as NTFS (or ExFAT) to automatically mount. Prior to FreeBSD 10 it > was possible to replace /sbin/mount_ntfs with a script that would generate > appropriate options and exec /usr/

Re: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD

2016-01-25 Thread Eugene Grosbein
On 25.01.2016 19:14, Andrzej Bylicki wrote: > Hello, > > I mounted all of my NTFS formatted drives via fuse from the > sysutils/fusefs-ntfs port. I am not entirely sure, but assuming that it is > possible to automate the mounting procedure by adding the correct line to > /etc/fstab. It is possibl

FYI: "make -DNO_CLEAN buildworld" failed (stable/10 @r294657 -> r294721)

2016-01-25 Thread David Wolfskill
I'm using 'WITH_FAST_DEPEND=1' in /etc/src.conf; re-starting the build (without "-DNO_CLEAN") was successful. Oh -- I'm also using -j16. The error looked like: >>> World build started on Mon Jan 25 03:53:22 PST 2016 ... >>> stage 4.4: building everything ... --- all_subdir_ssh-pkcs11-helper ---

RE: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD

2016-01-25 Thread Andrzej Bylicki
Hello, I mounted all of my NTFS formatted drives via fuse from the sysutils/fusefs-ntfs port. I am not entirely sure, but assuming that it is possible to automate the mounting procedure by adding the correct line to /etc/fstab. Hope this helps :). Best regards, Andy _