From owner-freebsd-ports@FreeBSD.ORG Sun Mar 6 05:28:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCD1216A4CE; Sun, 6 Mar 2005 05:28:18 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6968F43D1D; Sun, 6 Mar 2005 05:28:17 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp2070.dyn.pacific.net.au (ppp2070.dyn.pacific.net.au [61.8.32.112])j265SDqZ024938; Sun, 6 Mar 2005 16:28:14 +1100 From: Sam Lawrance To: Serge Gagnon In-Reply-To: <1110083580.1089.2.camel@quenix1> References: <1110083580.1089.2.camel@quenix1> Content-Type: text/plain Date: Sun, 06 Mar 2005 16:29:30 +1100 Message-Id: <1110086970.790.72.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: glewis@freebsd.org Subject: Re: java/jdk13 doesn't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 05:28:18 -0000 On Sat, 2005-03-05 at 23:33 -0500, Serge Gagnon wrote: > Hello, I got this when i try to build java/jdk and i got the same thing > on another FreeBSD 5.3 box. Port tree are up to date. > > ; sudo make > printf: missing format character > ===> jdk-1.3.1p9_4 is*** Error code 1 > > Stop in /usr/ports/java/jdk13. > > ; uname -srp > FreeBSD 5.3-STABLE i386 Serge, the error is about to tell you the port is forbidden. Try setting WITHOUT_PLUGIN=yes. Or, at your own risk, install the plugin anyway with NO_IGNORE=yes. Greg, make -V IGNORE shows "===> jdk-1.3.1p9_4 "is forbidden: Vulnerabilities in the browser plugin"." Which doesn't play nice with ECHO_MSG being set to /usr/bin/printf later in the makefile. Maybe you could use this instead: ECHO_MSG= builtin echo -e which is capable of handling the C style escape characters.