From owner-freebsd-arm@FreeBSD.ORG Sat Oct 4 19:43:40 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C94ECFA for ; Sat, 4 Oct 2014 19:43:40 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75E6ACB6 for ; Sat, 4 Oct 2014 19:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=EWiTINmWIobyu5e91Ww+J+jHZcvU1jpMRIQVp8p1to0=; b=IO0ntcIVX1Us2hqr7loPYy/Yhcb1YLSY3//P31kTSYpWjy5SrqZb4IG56thCvYBUQMJZzQ39jlIQlW0lDR/IZTPs5KZNPHJHEvfynjgclf23WLq+HMm2gR2XeuPh513eo8ZfKCjRASfxNKEI3F0xmupB05YsnSHcwb7Lx+f02t0=; Received: from [182.5.31.141] (port=30866 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XaVEw-0012eZ-M2; Sat, 04 Oct 2014 13:43:39 -0600 Date: Sun, 5 Oct 2014 03:43:34 +0800 From: Erich Dollansky To: "Herbert J. Skuhra" Subject: Re: nss make configure stops without error message Message-ID: <20141005034334.711fd5d9@X220.alogt.com> In-Reply-To: <86r3ynwsrs.wl-hskuhra@eumx.net> References: <20141005024935.6e9de9f3@X220.alogt.com> <86r3ynwsrs.wl-hskuhra@eumx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 19:43:40 -0000 Hi, On Sat, 04 Oct 2014 21:15:35 +0200 "Herbert J. Skuhra" wrote: > Hi, > > On Sun, 5 Oct 2014 02:49:35 +0800 > Erich Dollansky wrote: > > > when I try a make configure in > > > > /usr/ports/security/nss > > > > on a Raspberry running 10.1BETA3, I get this error without any hint > > of the cause: > > > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/ports/security/nss > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/security/nss > > > > Any idea? > > Is your ports tree up-to-date? I've seen this with vulnerable ports. > Try to run 'make -d e configure' or 'make -d A configure'. it was one or two weeks old but I am just downloading the new ports. Thanks. Erich