summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-12-04 04:23:51 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-12-04 04:23:51 +0000
commitc41533a30c52c51113f6d71d51d93df8fd1a67b4 (patch)
tree62acde1d74eb613334078498ac1b45822ac6d550
parentVersion bump and fixed compilation with autoconf 2.64 (fixes bug #294453 and ... (diff)
downloadgentoo-2-c41533a30c52c51113f6d71d51d93df8fd1a67b4.tar.gz
gentoo-2-c41533a30c52c51113f6d71d51d93df8fd1a67b4.tar.bz2
gentoo-2-c41533a30c52c51113f6d71d51d93df8fd1a67b4.zip
Added short notice regarding possible parallel make issues per bug #244896.
(Portage version: 2.1.7.10/cvs/Linux x86_64)
-rw-r--r--sci-libs/vtk/ChangeLog6
-rw-r--r--sci-libs/vtk/vtk-5.4.2.ebuild9
2 files changed, 13 insertions, 2 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 9ab188e6134b..86a441946da0 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.56 2009/11/24 04:02:08 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.57 2009/12/04 04:23:51 markusle Exp $
+
+ 04 Dec 2009; Markus Dittrich <markusle@gentoo.org> vtk-5.4.2.ebuild:
+ Added short notice regarding possible parallel make issues per bug
+ #244896.
24 Nov 2009; Markus Dittrich <markusle@gentoo.org> vtk-5.4.2.ebuild:
Removed boost from RDEPEND (fixes bug #293083).
diff --git a/sci-libs/vtk/vtk-5.4.2.ebuild b/sci-libs/vtk/vtk-5.4.2.ebuild
index d7de8728022b..43512fca7197 100644
--- a/sci-libs/vtk/vtk-5.4.2.ebuild
+++ b/sci-libs/vtk/vtk-5.4.2.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/sci-libs/vtk/vtk-5.4.2.ebuild,v 1.3 2009/11/24 04:02:08 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2.ebuild,v 1.4 2009/12/04 04:23:51 markusle Exp $
EAPI="2"
inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4
@@ -50,6 +50,13 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/VTK
pkg_setup() {
+ echo
+ einfo "Please note that the VTK build occasionally fails when"
+ einfo "using parallel make. Hence, if you experience a build"
+ einfo "failure please try re-emerging with MAKEOPTS=\"-j1\" first."
+ echo
+ epause 5
+
java-pkg-opt-2_pkg_setup
if use qt3 && use qt4; then
echo