From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 18:17:24 2005 Return-Path: X-Original-To: freeBSD-ports@freebsd.org 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 4B9E416A41F; Sun, 9 Oct 2005 18:17:24 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from above.proper.com (above.proper.com [208.184.76.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2285343D45; Sun, 9 Oct 2005 18:17:24 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from [10.20.30.249] (dsl2-63-249-92-231.cruzio.com [63.249.92.231]) (authenticated bits=0) by above.proper.com (8.12.11/8.12.9) with ESMTP id j99IHNtm014278; Sun, 9 Oct 2005 11:17:23 -0700 (PDT) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: Date: Sun, 9 Oct 2005 11:17:21 -0700 To: freeBSD-ports@freebsd.org, glewis@freebsd.org From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: Weird error in making java/linux-ibm-jdk14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 18:17:24 -0000 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