From owner-freebsd-arm@FreeBSD.ORG Sat Oct 4 19:57:54 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56614F35 for ; Sat, 4 Oct 2014 19:57:54 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09431DB0 for ; Sat, 4 Oct 2014 19:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=uDmJ3sfVAQcBjxcfQED6eP DcfTE=; b=ojlw3uXTFiNsI1LT+eqOpz5gHq2l/cnAXJVc+dQTreM3PSIkiBe/BQ DD3hsNyKWXs0FuY1FDbU6Lpb3RVMcy0Kj7Pg0xdI1UC2uRAzWpMuTNlWQv55Ng+y ElNypu6Feu91nBiA60lEEbn1ItKlg3D4wbGFH5aw/+/jsUIHRaDoc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=zfRjokhSRDTMzaiYs0l1wEnEjvi6X 5FPRFWsnSuuZT3Wlpr1EbEaWX6tfaJujWsyiSqduVg1m/97i6b2BhppnDDNcN3CA iqbN4g3bMWjacjFlkyGI4+S8JMTFWFAuTHRia74rR9rgyblcvX3w58FzL79Baetb UnU4EDbYbuXPII= Date: Sat, 04 Oct 2014 21:15:35 +0200 Message-ID: <86r3ynwsrs.wl-hskuhra@eumx.net> From: "Herbert J. Skuhra" To: freebsd-arm@FreeBSD.org Subject: Re: nss make configure stops without error message In-Reply-To: <20141005024935.6e9de9f3@X220.alogt.com> References: <20141005024935.6e9de9f3@X220.alogt.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.0.50 (i386-pc-freebsd10.1) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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:57:54 -0000 Hi, On Sun, 5 Oct 2014 02:49:35 +0800 Erich Dollansky wrote: > Hi, > > 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'. -- Herbert