From owner-freebsd-questions@FreeBSD.ORG Wed Oct 30 00:38:34 2013 Return-Path: Delivered-To: questions@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 ESMTP id 9FA8B2B1 for ; Wed, 30 Oct 2013 00:38:34 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74B7223DB for ; Wed, 30 Oct 2013 00:38:34 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id fa1so137107pad.27 for ; Tue, 29 Oct 2013 17:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rredz5att4jScBY7ZjbJ7eUcH4U3cTsgHV8etKsyprI=; b=LPylBcK1iGBk6tY2IX6JwZ8tSH+6SrMceGSKIW9gElzBchzKsrdkjH4B/o9F0i4U0+ g+HXc0Fs3mFjWy41odSyCyDuUOmDDgFWkWjCO3hwbgY6Bae124jA2GegFkEJqxYpeKg0 0f9TxjFCPovxuh1BbFsVoyaE+qx4uB1e5Nls7ruz0uz6ehyBNv9OTBBuYEL0D2XJXEf4 QmnsbHw/m2FpTHY7DaKY5bKq4geQ8TfxgPBOoWSWBOfwMN16Tty2n+aMjw7d4V7Bpc6g BkXIdDoRnFNiNKLjcLGRz86aY7TAPfb1LyFU0tEnk55FHwehuXAIN2EumL10oV2IWf/r DGrw== MIME-Version: 1.0 X-Received: by 10.66.251.1 with SMTP id zg1mr272930pac.160.1383093514153; Tue, 29 Oct 2013 17:38:34 -0700 (PDT) Received: by 10.70.92.79 with HTTP; Tue, 29 Oct 2013 17:38:34 -0700 (PDT) In-Reply-To: <526da2c4.LR/kurkiWs4zrTJ/%jay@m5.chicago.il.us> References: <526da2c4.LR/kurkiWs4zrTJ/%jay@m5.chicago.il.us> Date: Tue, 29 Oct 2013 19:38:34 -0500 Message-ID: Subject: Re: Cannot build security/nss on 9.0-RELEASE-p3 From: Adam Vande More To: jay@m5.chicago.il.us Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 00:38:34 -0000 On Sun, Oct 27, 2013 at 7:33 PM, Jay F Shachter wrote: > I cannot build, or cannot figure out how to build, security/nss on > 9.0-RELEASE-p3. Behold: > > > [root@norman /usr/ports/security/nss]# uname -a > FreeBSD norman 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 > 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > i386 > [root@norman /usr/ports/security/nss]# make install clean > ===> nss-3.15.2 improper use of USE_PERL5. > *** Error code 1 > > Stop in /usr/ports/security/nss. > [root@norman /usr/ports/security/nss]# gmake -v > GNU Make 3.82 > Built for i386-portbld-freebsd9.0 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later < > http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > [root@norman /usr/ports/security/nss]# gmake install clean > Makefile:42: *** missing separator. Stop. > [root@norman /usr/ports/security/nss]# sed -n 42,47p Makefile > .if !defined(WITH_DEBUG) > MAKE_ENV+= BUILD_OPT=1 > BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ > .else > BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ > .endif > > > The security/nss port is needed by firefox (unless there is a > configuration option that allows firefox to be built without it), > which is why I want it; currently my only graphical browser on that > system is chrome. > > Thank you in advance for any and all replies. > Update your ports tree, check /etc/make.conf, and use a port managment tool, eg portmaster. -- Adam