Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2012 10:42:09 +0100
From:      "Steven Hartland" <killing@multiplay.co.uk>
To:        =?iso-8859-1?Q?sami_m=E4ntysaari?= <saku537@gmail.com>, <freebsd-java@FreeBSD.org>
Subject:   Re: Java error in FreeBSD
Message-ID:  <41EC9B5FC6504F9B82BCC3790781064B@multiplay.co.uk>
References:  <CABR7vx3qYPrm21tVDg=EMqRZBEVKmw54c58P6gwvvgeU8BGiqQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0E3F_01CD1706.9460B1E0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 8bit

I guess your on 8.2 or similar, if so its likely a machine code bug
in libz.

The attached patch fixes this. Once applied you need to either
manually recompile and reinstall libz or recompile and install world.

    Regards
    Steve
----- Original Message ----- 
From: "sami mäntysaari" <saku537@gmail.com>
To: <freebsd-java@FreeBSD.org>
Sent: Monday, April 09, 2012 1:31 PM
Subject: Java error in FreeBSD


> In this email is error log
>


--------------------------------------------------------------------------------


> _______________________________________________
> freebsd-java@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" 


================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337
or return the E.mail to postmaster@multiplay.co.uk.
------=_NextPart_000_0E3F_01CD1706.9460B1E0
Content-Type: application/octet-stream;
	name="libz.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="libz.patch"

Index: lib/libz/Makefile=0A=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=
--- lib/libz/Makefile	(revision 218815)=0A=
+++ lib/libz/Makefile	(working copy)=0A=
@@ -25,11 +25,11 @@=0A=
 CFLAGS+=3D	-DASMV -DNO_UNDERLINE=0A=
 .endif=0A=
 =0A=
-.if ${MACHINE_ARCH} =3D=3D "amd64"=0A=
-.PATH:		${.CURDIR}/contrib/gcc_gvmat64=0A=
-SRCS+=3D		gvmat64.S=0A=
-CFLAGS+=3D	-DASMV -DNO_UNDERLINE=0A=
-.endif=0A=
+#.if ${MACHINE_ARCH} =3D=3D "amd64"=0A=
+#.PATH:		${.CURDIR}/contrib/gcc_gvmat64=0A=
+#SRCS+=3D		gvmat64.S=0A=
+#CFLAGS+=3D	-DASMV -DNO_UNDERLINE=0A=
+#.endif=0A=
 =0A=
 minigzip:	all minigzip.o=0A=
 	$(CC) -o minigzip minigzip.o -L. -lz=0A=

------=_NextPart_000_0E3F_01CD1706.9460B1E0--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41EC9B5FC6504F9B82BCC3790781064B>