From owner-freebsd-ports@FreeBSD.ORG Wed Feb 26 18:25:38 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 8BF6E4DC for ; Wed, 26 Feb 2014 18:25:38 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB26196A for ; Wed, 26 Feb 2014 18:25:37 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id A941AB9033; Wed, 26 Feb 2014 19:25:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1393439133; x=1395253534; bh=TA1bVOLhHo/yQ6aGLlX3AD3vRh+rg9PsohQ F8oMcJdw=; b=ZZEK4NDCZJ+FTACgtRLIYjjuUkjSEDaWKeXzv2GicOKB9Ny8JDz ohI0nbZiAuiQ+bAT/WBOhLeF45KOkJ+1Q3VoOlvlLY1/HIlS4xu6Dr//rUPxA4aj PEGbtXRzyP2IrlLYkhgjkA4tOFBgYdYfnkBym1FvliP1Rgjqjvl5Xz3M= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id NMYMGk1jrGc8; Wed, 26 Feb 2014 19:25:33 +0100 (CET) Received: from kaa.mimar.rs (93-87-212-124.dynamic.isp.telekom.rs [93.87.212.124]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id C6099B9022; Wed, 26 Feb 2014 19:25:33 +0100 (CET) Date: Wed, 26 Feb 2014 19:25:32 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: Carsten Jensen Subject: Re: fs-uae amiga emulator Message-Id: <20140226192532.cecaa11eb4031191e22976e6@mimar.rs> In-Reply-To: <530E27CD.2030500@tomse.dk> References: <20140217200537.419f13ea1786dc5e8b7b0365@mimar.rs> <5302726F.4010505@freebsd.org> <20140226153526.afd6d3eb74f8c30dca1a319e@mimar.rs> <530E27CD.2030500@tomse.dk> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org 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:25:38 -0000 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. >=20 > 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 =3D> 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=3D128m,mode=3D1777 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. --=20 Marko Cupa=C4=87