From owner-freebsd-java@FreeBSD.ORG Sun Oct 9 16:16:57 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0966B16A422 for ; Sun, 9 Oct 2005 16:16:57 +0000 (GMT) (envelope-from hwhartman@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F1D843D46 for ; Sun, 9 Oct 2005 16:16:56 +0000 (GMT) (envelope-from hwhartman@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so6167nzk for ; Sun, 09 Oct 2005 09:16:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BgPE1ZhD75aPTZV7wLnMjxBqs/04hspBnyxFKKhon9bGvXc8u8IFgs0W+8HlsrWvtCWDEo4JcvAIZYwxOw4NPXsYxFbvLs4CgGNmr7CJG7bHiNT4mnPTgR6tf1YMeP6/NnUPco2/2VnCpqiCtOIiQYT6LGzTyz3m0uxMv+K5YUw= Received: by 10.36.196.9 with SMTP id t9mr1762641nzf; Sun, 09 Oct 2005 09:16:55 -0700 (PDT) Received: by 10.36.252.70 with HTTP; Sun, 9 Oct 2005 09:16:55 -0700 (PDT) Message-ID: Date: Sun, 9 Oct 2005 09:16:55 -0700 From: Hanns Hartman To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: JDK14 make error X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hanns Hartman List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 16:16:57 -0000 Hi, I am trying to compile jdk14 for freebsd6 beta5 on an amd64 and when I run the make file I get the following error # make printf: missing format character =3D=3D=3D> jdk-1.4.2p7_1 is*** Error code 1 Stop in /usr/ports/java/jdk14. I have tried deleting my jdk directory and then re cvsing the files with no luck. I am cvsing with RELEASE6_0_0. Also The makefile works for jdk15 and when I compair the two where there are printf's they seem all the same to me. If you need anymore out put let me know thanks Hanns