From owner-freebsd-ports@FreeBSD.ORG Wed Feb 26 14:35:37 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 C78DCA99; Wed, 26 Feb 2014 14:35:37 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 29B161FEA; Wed, 26 Feb 2014 14:35:36 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id DDF1EB9033; Wed, 26 Feb 2014 15:35:33 +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= 1393425327; x=1395239728; bh=CpnWEFaJNiidvT5SUaoFvYdF9J4p79CcXwm AVN+LjaE=; b=zRbsyLU3ngIphhGtGeSWWEGdMxROubL24kw7VW/DvRVucWkbWhp MuXfQnsC1O1fbt/5FZM3Qa+zKVif8BmZcdM7xbYzxV3Y9DGBQ7/cSQ987Pv2aWK7 J6sqKCFBsCwtVeBOrp4fnHAGfDzVhHiSPUwhuYLsWooI9HbaSuan2c+4= 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 4wVTeob3Q-5E; Wed, 26 Feb 2014 15:35:27 +0100 (CET) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (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 DB483B9022; Wed, 26 Feb 2014 15:35:26 +0100 (CET) Date: Wed, 26 Feb 2014 15:35:26 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: "Danilo E. Gondolfo" Subject: Re: fs-uae amiga emulator Message-Id: <20140226153526.afd6d3eb74f8c30dca1a319e@mimar.rs> In-Reply-To: <5302726F.4010505@freebsd.org> References: <20140217200537.419f13ea1786dc5e8b7b0365@mimar.rs> <5302726F.4010505@freebsd.org> 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: riggs@FreeBSD.org, 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 14:35:37 -0000 On Mon, 17 Feb 2014 17:34:55 -0300 "Danilo E. Gondolfo" wrote: > Hello, >=20 > In this case, making a port is quite simple. > Maybe I forgot something. But basically is this. >=20 > To extract: sh fs-uae.shar Sorry it took me some time to get to this. make fails with bunch of chown errors: chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.= 4.0/gensrc/cpuemu_31.cpp: Invalid argument chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.= 4.0/gensrc: Invalid argument chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.= 4.0/out/.dummy: Invalid argument chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.= 4.0/out: Invalid argument chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.= 4.0: Invalid argument chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work: Invalid argument *** Error code 1 Similar thing happen with another port I am testing (mixxx). Perhaps it has something to do with staging? --=20 Marko Cupa=C4=87