Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 21:04:24 +0100
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Cannot build security/nss on 9.0-RELEASE-p3
Message-ID:  <526EC348.4070002@gmail.com>
In-Reply-To: <526da2c4.LR/kurkiWs4zrTJ/%jay@m5.chicago.il.us>
References:  <526da2c4.LR/kurkiWs4zrTJ/%jay@m5.chicago.il.us>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <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.

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,




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?526EC348.4070002>