From owner-freebsd-ports@FreeBSD.ORG Fri Jul 31 22:07:32 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA3AD1065670 for ; Fri, 31 Jul 2009 22:07:32 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 451FC8FC08 for ; Fri, 31 Jul 2009 22:07:31 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by bwz2 with SMTP id 2so1363532bwz.43 for ; Fri, 31 Jul 2009 15:07:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ibORoZLaGH5tV1YeQNsnCVgJDs6zif384cG88C6shYU=; b=Dpt5QjWi2U7nwkio99y9sjjPEYdHR9pjKl1XD5YjMBJnu0PFolWX5ABN8CcREQym11 Ptypf9fL8rOBcIXHNjJeGAIwBBB3R51k9RmvLXUpTOh5H25Rq7dScWWnPuF0rr6UxvLG QWbu1/XR4ZjG8uKSKRZXDoeDMI/riN+myjrc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=etOkQ9q3dmJYjCIiZaNKodY9SkXeU/imJlT0Xg0ClFrW08XpAkvZHfWSbnEzKh6WaW 1r8QvOzMej+LRCl2Pa6YGgIVm62wz4LPaHwGa34m9WB20ongAWUQPK/ofOXBzB1sZy7Z 8Uy5HfwZAGXWZq/QIcRBnc/BraTOXbFBdmZMk= MIME-Version: 1.0 Received: by 10.239.132.205 with SMTP id 13mr289211hbs.168.1249078050979; Fri, 31 Jul 2009 15:07:30 -0700 (PDT) In-Reply-To: <4A736062.1010102@missouri.edu> References: <4A736062.1010102@missouri.edu> Date: Fri, 31 Jul 2009 19:07:30 -0300 Message-ID: From: "Carlos A. M. dos Santos" To: Stephen Montgomery-Smith Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: diablo-jdk with FreeBSD-8.0 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: Fri, 31 Jul 2009 22:07:32 -0000 On Fri, Jul 31, 2009 at 6:21 PM, Stephen Montgomery-Smith wrote: > I am running a very recent amd64 version of FreeBSD-8.0. diablo-jdk is no > longer working. I am guessing it is the bumped shared library versions > (because I did do "make delete-old-libs" as part of my installation). I was bitten by this snake a few hours ago. Solved it by creating a /etc/libmap.conf with # echo libz.so.4 libz.so.5 > /etc/libmap.conf That allowed it to run well enough to bootstrap the building of jdk 1.5: # cd /usr/ports/java/jdk15 # make install Then I deleted Diablo with # pkg_delete diablo\* I built jdk 1.5 because I need it, but I guess you can build jdk 1.6. > My guess is that the problem will be solved when a version 8.0 of diablo-jdk > comes out, and I was inquiring about an ETA. So I guess. -- My preferred quotation of Robert Louis Stevenson is "You cannot make an omelette without breaking eggs". Not because I like the omelettes, but because I like the sound of eggs being broken.