On Wed, 26 Feb 2014 18:43:41 +0100
Carsten Jensen <to...@tomse.dk> wrote:

> I've been installing it from scratch on 10.0 and it compiled without
> problems + all the dependencies.
> 
> I haven't tested it on older versions of FreeBSD.
> Which version are you running?

I am also on 10-RELEASE amd64.

I didn't think this should matter, but apparently it does. I have
Windows 7 and FreeBSD 10 dual-boot laptop with shared FAT32 partition:

pacija@kaa:~ % sudo gpart show ada0
=>        63  1250263665  ada0  MBR  (596G)
          63        1985        - free -  (993K)
        2048      204800     1  ntfs  (100M)
      206848   167567360     2  ntfs  (80G)
   167774208   104857600     3  freebsd  [active]  (50G)
   272631808   977629184     4  fat32  (466G)
  1250260992        2736        - free -  (1.3M)

FAT32 partition is mounted in directory under my home dir:

pacija@kaa:~ % cat /etc/fstab
/dev/ada0s3a / ufs rw 1 1
/dev/ada0s3b none swap sw 0 0
/dev/ada0s4 /home/pacija/data msdosfs rw,large,noatime,-Len_GB.UTF-8 2 2
tmpfs /tmp tmpfs rw,size=128m,mode=1777 0 0
proc /proc procfs rw 0 0

If I put port dir on freebsd partition
(eg. /home/pacija/Desktop/fs-uae), port compiles fine. If I put it on
fat32 partition, I get those chown errors.
-- 
Marko Cupać
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to