From owner-freebsd-java@FreeBSD.ORG Fri Oct 28 18:56:14 2005 Return-Path: X-Original-To: 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 E404616A41F for ; Fri, 28 Oct 2005 18:56:14 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FC643D45 for ; Fri, 28 Oct 2005 18:56:14 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 2635DF246E for ; Fri, 28 Oct 2005 11:56:14 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00807-07 for ; Fri, 28 Oct 2005 11:56:12 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 9274EF2437 for ; Fri, 28 Oct 2005 11:56:12 -0700 (PDT) From: Sean McNeil To: java@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Fri, 28 Oct 2005 11:56:12 -0700 Message-Id: <1130525772.62620.7.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: zlib issue solutions X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 18:56:15 -0000 There have been two solutions to the problem with zlib and Java presented, but I see no resolution to the problem. The most recent and best solution (IMHO) is to use zlib in the build. The alternative is to privatize the symbols. When will one of these fixes be incorporated into the port? The zlib issue causes problems with anything using gtk from Java manifesting in core dumps and theme visual misbehavior. I'm sure it is not just limited to gtk. To refresh peoples memory, these discussions were: http://lists.freebsd.org/pipermail/freebsd-java/2005-October/004487.html http://lists.freebsd.org/pipermail/freebsd-java/2005-October/004476.html Cheers, Sean