summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-30 21:34:14 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-30 21:34:14 +0000
commitc74b915acc6b2cf611f4e0f56cde285145edf3f1 (patch)
treef633ce11886d999a5c3fcc566457c78d759cac51 /media-gfx/maya
parentStable on amd64. (diff)
downloadgentoo-2-c74b915acc6b2cf611f4e0f56cde285145edf3f1.tar.gz
gentoo-2-c74b915acc6b2cf611f4e0f56cde285145edf3f1.tar.bz2
gentoo-2-c74b915acc6b2cf611f4e0f56cde285145edf3f1.zip
Added notes about this only working with -linuxthreads-tls -ntplonly systems, and using LD_ASSUME_KERNEL.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/maya')
-rw-r--r--media-gfx/maya/files/aw_flexlm4
-rw-r--r--media-gfx/maya/maya-5.0.1-r1.ebuild7
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/maya/files/aw_flexlm b/media-gfx/maya/files/aw_flexlm
index 96d78ca8d6fa..5b546c445c34 100644
--- a/media-gfx/maya/files/aw_flexlm
+++ b/media-gfx/maya/files/aw_flexlm
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/files/aw_flexlm,v 1.3 2005/07/30 20:45:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/files/aw_flexlm,v 1.4 2005/07/30 21:34:14 eradicator Exp $
# description: aw_flexlm controls the Flexlm License Server Daemon for \
# Alias|Wavefront Products.
@@ -30,7 +30,7 @@ checkconfig() {
start() {
checkconfig || return 1
ebegin "Starting FLEXlm License Server Daemon for Alias|Wavefront software"
- su nobody -c "/opt/aw/COM/etc/lmgrd -c ${LICENSE_FILE} -l ${LOG}"
+ LD_ASSUME_KERNEL=2.4.1 su nobody -c "/opt/aw/COM/etc/lmgrd -c ${LICENSE_FILE} -l ${LOG}"
eend $?
}
diff --git a/media-gfx/maya/maya-5.0.1-r1.ebuild b/media-gfx/maya/maya-5.0.1-r1.ebuild
index 614ba05f32de..609326bbb730 100644
--- a/media-gfx/maya/maya-5.0.1-r1.ebuild
+++ b/media-gfx/maya/maya-5.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.12 2005/07/30 20:45:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.13 2005/07/30 21:34:14 eradicator Exp $
# Note that this ebuild requires you to set the MAYA_INSTALL_LOC environment
# variable to the location of your maya RPMS and documentation:
@@ -236,4 +236,9 @@ pkg_postinst() {
# http://www.highend2d.com/boards/showthreaded.php?Cat=&Board=linuxforum&Number=174726&page=&view=&sb=&o=
ewarn "You should disable klipper, xfce4-clipman, and any other clipboard"
ewarn "utilities as they have been shown to cause maya to crash."
+
+ ewarn "You need to have a linuxthreads (without tls) glibc installed to"
+ ewarn "use this package. In otherwords, you need to NOT have linuxthreads-tls"
+ ewarn "or nptlonly in your USE flags when you emerge glibc. If you use nptl,"
+ ewarn "you'll need to start maya with 'LD_ASSUME_KERNEL=2.4.1 maya'"
}