From owner-freebsd-ports@FreeBSD.ORG Fri Sep 26 11:21:57 2003 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 25B7016A4B3 for ; Fri, 26 Sep 2003 11:21:57 -0700 (PDT) Received: from smtp6.andrew.cmu.edu (SMTP6.andrew.cmu.edu [128.2.10.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4178E43FDF for ; Fri, 26 Sep 2003 11:21:55 -0700 (PDT) (envelope-from enoch@cmu.edu) Received: from webmail.andrew.cmu.edu (WEBMAIL1.andrew.cmu.edu [128.2.10.91]) by smtp6.andrew.cmu.edu (8.12.10/8.12.9) with SMTP id h8QILsS9012321 for ; Fri, 26 Sep 2003 14:21:54 -0400 Received: from 128.2.65.61 (SquirrelMail authenticated user tingchak@ANDREW.CMU.EDU) by webmail.andrew.cmu.edu with HTTP; Fri, 26 Sep 2003 14:21:53 -0400 (EDT) Message-ID: <3054.128.2.65.61.1064600513.squirrel@webmail.andrew.cmu.edu> Date: Fri, 26 Sep 2003 14:21:53 -0400 (EDT) From: "Enoch Chan" To: "freebsd-ports@FreeBSD.ORG" User-Agent: SquirrelMail/1.4.2 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: imake not found error during installation of jdk 1.3 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: Fri, 26 Sep 2003 18:21:57 -0000 Dear all, I am trying to install jdk13 (from usr/ports/java/jdk13) on FreeBSD 4.8-RELEASE. The port collection came from cvsup2.freebsd.org when I installed and upgraded the port collection using cvsup. The installation process stopped with a long list of error similar to the one listed below: Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XRes... imake: not found *** Error code 127 When I tried to look for imake (using "which imake"), nothing returns. Then, I installed imake (under /usr/ports/devel/imake) manually. When I looked under /var/db/pkg, I found two versions of imake (namely imake-1.0 and imake-4.3.0_1). Still "which imake" returns nothing. As you can tell by now, I am a newbie. Any suggestions are highly appreciated! Thanks, Enoch.