From owner-freebsd-ports@FreeBSD.ORG Wed Feb 26 18:30:39 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD7469CF for ; Wed, 26 Feb 2014 18:30:39 +0000 (UTC) Received: from mail-yk0-x22f.google.com (mail-yk0-x22f.google.com [IPv6:2607:f8b0:4002:c07::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99C821A5C for ; Wed, 26 Feb 2014 18:30:39 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id 131so3558925ykp.6 for ; Wed, 26 Feb 2014 10:30:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=uCW90AMNG7VZ/qhzCGH20m50UVDfvIGLXRUjKba5BRs=; b=WmotUFgs0j84pUf8eEpNTvBpy4gY6NF0oIfH/Xn1L3qdK2dByu3Wyo1+SOB111TOgi YkF/3arwmeyvQPhCwROEjj8MoD65fEx0zLRTjUTlW6hB5iL0pHcRSzm/pPDlynnDiSHj AwgQd6ClMEz3myPPG6Ak12ipF242l/AWpc47Y5iRoDEsMaeuQCR6a7YnrdEE9M1uMMtS trQ24g50+zuRQ+g5pMMbvBpZ/1ef5uorWjLhLB5QN74/l8O2+zdUyAKK/FgfF+GWb/jj ueaAdGXkS0l9NithgYIC04T9bvW0ebcTv/73f9G/twsqm5PhWealam6gVoTMovqqBtqU tI/g== X-Received: by 10.236.31.138 with SMTP id m10mr9531163yha.55.1393439438782; Wed, 26 Feb 2014 10:30:38 -0800 (PST) Received: from [192.168.0.100] ([179.217.196.192]) by mx.google.com with ESMTPSA id v41sm5126139yhi.19.2014.02.26.10.30.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 10:30:35 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <530E32E1.1020700@freebsd.org> Date: Wed, 26 Feb 2014 15:30:57 -0300 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: fs-uae amiga emulator References: <20140217200537.419f13ea1786dc5e8b7b0365@mimar.rs> <5302726F.4010505@freebsd.org> <20140226153526.afd6d3eb74f8c30dca1a319e@mimar.rs> <530E27CD.2030500@tomse.dk> <20140226192532.cecaa11eb4031191e22976e6@mimar.rs> In-Reply-To: <20140226192532.cecaa11eb4031191e22976e6@mimar.rs> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 18:30:39 -0000 On 02/26/14 15:25, Marko Cupać wrote: > On Wed, 26 Feb 2014 18:43:41 +0100 > Carsten Jensen 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. Yes, fat32 file system not recognize unix permissions. ;)