Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 88759

Summary: Ebuild Request - Maya 6.5
Product: Gentoo Linux Reporter: Bryce Thomas <brycesub>
Component: New packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: java, sfs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Maya 6.5 Ebuild based off of the Maya 6.0 Ebuild in Portage
Patches Maya Doc Server startup script to use system's own JRE.
md5sums of the Maya 6.5 RPMs for use by the ebuild.

Description Bryce Thomas 2005-04-11 12:53:07 UTC
Ebuild request for Alias|Wavefront Maya 6.5

Reproducible: Always
Steps to Reproduce:
Comment 1 Bryce Thomas 2005-04-11 12:54:25 UTC
Created attachment 56016 [details]
Maya 6.5 Ebuild based off of the Maya 6.0 Ebuild in Portage

Works for me.
Comment 2 Bryce Thomas 2005-04-11 12:55:20 UTC
Created attachment 56017 [details, diff]
Patches Maya Doc Server startup script to use system's own JRE.
Comment 3 Bryce Thomas 2005-04-11 12:56:21 UTC
Created attachment 56018 [details]
md5sums of the Maya 6.5 RPMs for use by the ebuild.

This goes in the media-gfx/maya/files directory.
Comment 4 Bryce Thomas 2005-04-11 12:59:57 UTC
Comment on attachment 56017 [details, diff]
Patches Maya Doc Server startup script to use system's own JRE.

This goes in media-gfx/maya/files
Comment 5 Bryce Thomas 2005-04-20 03:15:33 UTC
Comment on attachment 56017 [details, diff]
Patches Maya Doc Server startup script to use system's own JRE.

>--- insroot/usr/aw/maya6.5/docs/startDocServer.sh.orig	2005-04-11 12:17:30.299671216 -0500
>+++ insroot/usr/aw/maya6.5/docs/startDocServer.sh	2005-04-11 12:19:44.738233448 -0500
>@@ -60,7 +60,7 @@
> 		fi
> 	;;
> 	Linux)
>-		JAVACMD=./jre/bin/java;
>+		JAVACMD=`which java`;
> 	;;
> esac
>
Comment 6 Luca Barbato gentoo-dev 2005-05-18 04:10:19 UTC
java team please review the java related patch
Comment 7 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-18 05:31:54 UTC
i would rather patch it to have a line like "JAVACMD=$(java-config -J);", better
than simply trying to find the java command using "which".
Comment 8 Bryce Thomas 2005-05-18 14:36:43 UTC
I agree with #7 I was unaware of java-config when i wrote the patch.  I have
since changed the script to say:

Linux)
                JAVACMD=`java-config -J`;
        ;;
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-06-19 13:05:08 UTC
*** Bug 96542 has been marked as a duplicate of this bug. ***
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2005-08-18 10:00:21 UTC
Already in portage for a few weeks, closing.