Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2005 11:17:21 -0700
From:      Paul Hoffman <phoffman@proper.com>
To:        freeBSD-ports@freebsd.org, glewis@freebsd.org
Subject:   Weird error in making java/linux-ibm-jdk14
Message-ID:  <p06230947bf6f0e62d6e2@[10.20.30.249]>

next in thread | raw e-mail | index | archive | help
On a fairly clean 5.4 system:
=====
# make
printf: missing format character
===>  linux-ibm-jdk-1.4.2_2 is*** Error code 1

Stop in /usr/ports/java/linux-ibm-jdk14.
=====

I can make other ports just fine, so it seems local to this one. I 
just did a cvsup to be sure I didn't have something bolloxed.

The probably-bad text in the Makefile is:

.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && 
!defined(PACKAGE_BUILDING)
ECHO_MSG=/usr/bin/printf
IGNORE=:\n\
Because of licensing restrictions, you must manually fetch the IBM Java SDK\n\
${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}). 
Please access\n\
${DOWNLOAD_URL}, and select the\n\
\"Dev Kit for Linux\", ${JDK_VERSION}, for the \"32-bit xSeries 
(Intel Compat)\"\n\
platform.  After registration, download the archive and place it in\n\
${DISTDIR}.  Then run make again.\n
.endif




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