From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 20 16:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A35E1065683 for ; Wed, 20 Aug 2008 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 108F78FC1B for ; Wed, 20 Aug 2008 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7KGU1In065114 for ; Wed, 20 Aug 2008 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7KGU19t065111; Wed, 20 Aug 2008 16:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 20 Aug 2008 16:30:01 GMT Resent-Message-Id: <200808201630.m7KGU19t065111@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6F11065674 for ; Wed, 20 Aug 2008 16:25:15 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE2E8FC26 for ; Wed, 20 Aug 2008 16:25:15 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m7KGP95l021626 for ; Wed, 20 Aug 2008 17:25:09 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.14.2/8.14.2/Submit) id m7KGP8C3021625; Wed, 20 Aug 2008 17:25:08 +0100 (BST) (envelope-from matthew) Message-Id: <200808201625.m7KGP8C3021625@happy-idiot-talk.infracaninophile.co.uk> Date: Wed, 20 Aug 2008 17:25:08 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126687: [maintainer] databases/mysql-connector-java50 not buildable with jdk-1.6.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2008 16:30:02 -0000 >Number: 126687 >Category: ports >Synopsis: [maintainer] databases/mysql-connector-java50 not buildable with jdk-1.6.x >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 20 16:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 7.0-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.0-STABLE FreeBSD 7.0-STABLE #42: Sun Aug 3 21:10:15 BST 2008 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: Problem pointed out by pointyhat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20080819154558/mysql-connector-java-5.0.8_1.log Use either jdk-1.4 or jdk-1.5 to build this version of mysql-connector-java. >How-To-Repeat: >Fix: --- mysql-connector-java50.diff begins here --- diff -Nur /usr/ports/databases/mysql-connector-java50/Makefile mysql-connector-java50/Makefile --- /usr/ports/databases/mysql-connector-java50/Makefile 2008-06-07 08:02:35.000000000 +0100 +++ mysql-connector-java50/Makefile 2008-08-20 17:16:23.000000000 +0100 @@ -24,7 +24,7 @@ USE_JAVA= yes USE_ANT= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.4 1.5 ALL_TARGET= clean dist MAKE_ARGS= -Djavalibdir=${JAVALIBDIR} BUILDDIR= ${WRKDIR}/${DISTNAME}/build/${DISTNAME} @@ -61,7 +61,7 @@ @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_COMPILE=yes Install the pre-compiled .jar file" @${ECHO_MSG} "" - @${ECHO_MSG} "This port requires JDK 1.4.x or better to compile, but the" + @${ECHO_MSG} "This port requires JDK 1.4.x or JDK 1.5.x to compile, but the" @${ECHO_MSG} "JDBC driver can be made to operate with JVM 1.2.x or better" @${ECHO_MSG} "" --- mysql-connector-java50.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: