From owner-freebsd-mips@FreeBSD.ORG Wed Nov 19 02:03:36 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A70FB22 for ; Wed, 19 Nov 2014 02:03:36 +0000 (UTC) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C27466A for ; Wed, 19 Nov 2014 02:03:36 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id v63so8460311oia.15 for ; Tue, 18 Nov 2014 18:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:cc:content-type; bh=bZq0mq+NIySO0avvmfnHQBy6g8hIizxIJSpdBfs/lhM=; b=F2Hp+i8yXBKBLXMBZF33avse0f2PJvoL/YBxaUTtq2i0nLFRVxw7RF7RlX1x57r/6h zMiAJuEz9ycCwMuXRYDOaK9wTGEhZ2LKCcne7Pinbw/tBZHAnIyVoVH6yWrznYooDqmt FHywL4YSkDWY9jgiP2BhHljRXeGroZPeVYdpaIOok0Vf+M7eh7fU7qRWwCprjCohIsij Vgeu03bwc+EY1iSdc3O2ObBhjf5SDCY4YaAEJqNbbOKMqbKe/TRVZCGl+F3fTBOkEZ7Y JiiEBhvv6M9ZmxcYLtjfTpo9n3m3PTJUsV5sRvhd/84fjaBUkVcIZoEtNCT2CJq3Q8Wj TjQQ== MIME-Version: 1.0 X-Received: by 10.60.94.167 with SMTP id dd7mr33832558oeb.35.1416362615254; Tue, 18 Nov 2014 18:03:35 -0800 (PST) Sender: ndorfman@gmail.com Received: by 10.60.143.1 with HTTP; Tue, 18 Nov 2014 18:03:35 -0800 (PST) In-Reply-To: <20141119004236.GA95694@anubis.morrow.me.uk> References: <546BA46C.4050908@gmail.com> <20141118200226.GP44537@home.opsec.eu> <20141118212630.GQ44537@home.opsec.eu> <546BBB26.5050603@gmail.com> <546BC7AE.3080705@gmail.com> <20141119004236.GA95694@anubis.morrow.me.uk> Date: Tue, 18 Nov 2014 21:03:35 -0500 X-Google-Sender-Auth: JaEhvaV3SgEzpawyH-7fWZbr0mQ Message-ID: Subject: Re: is pkgng=no valid? From: Nathan Dorfman Cc: freebsd-mips@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 02:03:36 -0000 On Tue, Nov 18, 2014 at 7:42 PM, Ben Morrow wrote: > I had to patch a few things to get everything to work. In particular, > pkg won't build on mips without a patch to strip(1) that stops it from > trying to strip static libraries: there's a bug there that hasn't been > fixed yet. D'oh, my memory seems to be failing me. What Ben is saying does sound familiar now. I might have just worked around it by using something like 'cd /usr/ports/*/pkgng && make STRIP=/bin/echo install' Not as clean a solution as patching strip, certainly, but hopefully it gets you up and running if you don't want to bother with all that. > Ben