From owner-freebsd-questions@FreeBSD.ORG Mon Oct 28 20:04:30 2013 Return-Path: Delivered-To: freebsd-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 6EA51256 for ; Mon, 28 Oct 2013 20:04:30 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07B072A1C for ; Mon, 28 Oct 2013 20:04:29 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id w61so7095373wes.24 for ; Mon, 28 Oct 2013 13:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=lb0QISS5CreHsb8r6MfMXdrZab3w2tsRRNsbllbPfm4=; b=1BZmlsBQs8rV/40KGFXmltmBly2mj1MtsSXKISWV6qAsvZo/jG7yFr25EKd49spZMR rhu0yA5Y3U11OOyA6tc89pGCiVSOqBl8Ry0QHa7mD+0JsS6bVs9598QdDl1mowP8m3+7 jVC/0E9uoST8X+Rh9OpkeN6XOBZznyL7WVpDAZMloh3E1T9zKQIViOLgdFE4F4JGp80y vKdd55uxW40m3bfBzOEdk0ZPCwyP+eTeuIvd/MVkH75HP2TT3Szu3CgtaKbeMwzLm8mD B8vZ7emAD/DI97wYADpsp63uHlZrHSe6FeTujGNj6NFSTR87JQ55QSn4AQx3daP647xY azPQ== X-Received: by 10.180.12.198 with SMTP id a6mr5392734wic.38.1382990668401; Mon, 28 Oct 2013 13:04:28 -0700 (PDT) Received: from [192.168.0.10] (139.33.91.91.rev.sfr.net. [91.91.33.139]) by mx.google.com with ESMTPSA id c10sm1806245wie.11.2013.10.28.13.04.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 13:04:27 -0700 (PDT) Message-ID: <526EC348.4070002@gmail.com> Date: Mon, 28 Oct 2013 21:04:24 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Cannot build security/nss on 9.0-RELEASE-p3 References: <526da2c4.LR/kurkiWs4zrTJ/%jay@m5.chicago.il.us> In-Reply-To: <526da2c4.LR/kurkiWs4zrTJ/%jay@m5.chicago.il.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Mon, 28 Oct 2013 20:04:30 -0000 On 28.10.2013 01:33, 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 > Can you please update your ports tree? Maybe this has been fixed. > 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 > 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. The ports tree only works with BSD style makefiles, don't use gmake. > [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 > > Cheers,