Date: Sun, 06 Mar 2005 16:29:30 +1100 From: Sam Lawrance <boris@brooknet.com.au> To: Serge Gagnon <ser_gagnon@sympatico.ca> Cc: glewis@freebsd.org Subject: Re: java/jdk13 doesn't build Message-ID: <1110086970.790.72.camel@dirk.no.domain> In-Reply-To: <1110083580.1089.2.camel@quenix1> References: <1110083580.1089.2.camel@quenix1>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1110086970.790.72.camel>