From owner-freebsd-arm@FreeBSD.ORG Sun Dec 1 02:03:52 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C4B9382 for ; Sun, 1 Dec 2013 02:03:52 +0000 (UTC) Received: from nk11p04mm-asmtp002.mac.com (nk11p04mm-asmtpout002.mac.com [17.158.236.237]) by mx1.freebsd.org (Postfix) with ESMTP id 13D7A1823 for ; Sun, 1 Dec 2013 02:03:51 +0000 (UTC) Received: from [192.168.2.105] (dslb-188-096-207-220.pools.arcor-ip.net [188.96.207.220]) by nk11p04mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTPSA id <0MX300DNUSA66380@nk11p04mm-asmtp002.mac.com> for freebsd-arm@freebsd.org; Sun, 01 Dec 2013 01:03:45 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.72,1.0.14,0.0.0000 definitions=2013-11-30_02:2013-11-29,2013-11-30,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=6 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1308280000 definitions=main-1311300246 From: Jeremy Boy Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: quoted-printable Subject: Re: package building in arm Date: Sun, 01 Dec 2013 02:03:47 +0100 Message-id: <882FBAB9-A491-48DA-B24D-BAA79FCE3B2D@me.com> To: freebsd-arm@freebsd.org MIME-version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 02:03:52 -0000 > Hi, Hi Ganbold! >=20 > I'm trying to build netperf, but it first builds dependent ports like = pkg > etc. > When building pkg it gives me an error and bt is like following: >=20 I encounter the same issue with pkg-1.2.x. My workaround is checking out = pkg-1.1.4. In your ports tree (if you checked out your ports tree with = svn), use the following command: svn up -r 334645 ports-mgmt/pkg This will =84update=93 your port for pkg to an older version. >=20 > http://pastebin.ca/2484277 >=20 I would appreciate if you pasted needed output directly into your = e-mail, since pages like pastebin.ca might delete your text after some = time. Thanks! :-) >=20 > Is it know issue ? >=20 I can=92t find a related issue on github. Feel free to contribute what = you figured out at https://github.com/freebsd/pkg. I will write some = lines about this in the next few days, too. > thanks, >=20 > Ganbold Greetings, Jeremy=