diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-11-02 20:50:34 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-11-02 20:50:34 +0000 |
commit | 86a23e8b686aa96474de692e3ee5c764ec76ad30 (patch) | |
tree | b608f9ddc4b2bfe1f806d683f0b02ea30a8fd03d /net-p2p | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-86a23e8b686aa96474de692e3ee5c764ec76ad30.tar.gz gentoo-2-86a23e8b686aa96474de692e3ee5c764ec76ad30.tar.bz2 gentoo-2-86a23e8b686aa96474de692e3ee5c764ec76ad30.zip |
Add postinst elog messages about bug #259884.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/vuze/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/vuze/vuze-4.2.0.8.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net-p2p/vuze/ChangeLog b/net-p2p/vuze/ChangeLog index f706d10ad86d..6584b8a961e3 100644 --- a/net-p2p/vuze/ChangeLog +++ b/net-p2p/vuze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/vuze # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/ChangeLog,v 1.21 2009/09/29 05:36:34 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/ChangeLog,v 1.22 2009/11/02 20:50:34 caster Exp $ + + 02 Nov 2009; Vlastimil Babka <caster@gentoo.org> vuze-4.2.0.8.ebuild: + Add postinst elog messages about bug #259884. *vuze-4.2.0.8 (28 Sep 2009) diff --git a/net-p2p/vuze/vuze-4.2.0.8.ebuild b/net-p2p/vuze/vuze-4.2.0.8.ebuild index 1455ea239e5f..59a2dc6472b2 100644 --- a/net-p2p/vuze/vuze-4.2.0.8.ebuild +++ b/net-p2p/vuze/vuze-4.2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/vuze-4.2.0.8.ebuild,v 1.1 2009/09/29 05:36:34 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/vuze-4.2.0.8.ebuild,v 1.2 2009/11/02 20:50:34 caster Exp $ EAPI=2 @@ -131,6 +131,12 @@ pkg_postinst() { elog elog "If you have problems starting Vuze, try starting it" elog "from the command line to look at debugging output." + elog + elog "If vuze crashes with sun-jdk or icedtea and crash log includes CompileTask" + elog "add this line to the end of your ~/.axureus/gentoo.config file:" + local opts='-XX:CompileCommand=exclude,com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl$5,runSupport' + elog "JAVA_OPTIONS='${opts}'" + elog "This is a workaround for a bug in the JDK, see https://bugs.gentoo.org/show_bug.cgi?id=259884" fdo-mime_desktop_database_update } |