[gentoo-user] Maya 2011 anyone

2010-11-09 Thread Zeerak Mustafa Waseem
Hey guys,

I've been trying to install Maya 2011 for some time now. I get the rpms 
unpacked 
(http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112id=15770983linkID=9242259)
 with no major difficulties.
The dynamic linking needed is in place (ebuild I'm writing to make life easier 
for other people is attatched) as far as I can tell.
The problem occurs when I attempt to run it. I get (What I've found to be error 
20) an error with the licensing despite having a valid license.
Questions are:
Does anyone have maya 2011 running on their gentoo box, and possibly willing to 
help?
If not then is anyone willing to help? This has me boggled, I've tried to the 
best of my knowledge to make it run but can't seem to get past it.
I've primarily followed this (http://etoia.free.fr/?p=1611) article on how to 
install.
The only deviation has been not copying to /usr, /var, there's nothing needing 
/etc, and /opt.
I've the instruction of exporting the maya path has been followed although it's 
been directed to where the maya install is, rather than to /usr/autodesk/maya...

Help would be much appreciated :)

-- 
Zeerak Waseem
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Maya-2011 for x86 and amd64$

# RPM versions within the tarballs which will get installed
# Matchmover is a camera tracking tool
# Adlmapps is needed to activate
# Adlclient and server are needed to activate
# There is no support for backburner at the current time
# Backburner can distribute cputime to another computer
# Backburner monitor can monitor same with webmonitor
# Toxik is a film compositing tool
# Maya is a 3d editing tool
# Mayadocs for documentation

inherit rpm eutils versionator

IUSE=bundled-libs backburner backburner-monitor backburner-webmonitor doc
matchmover toxik openmotif

S=${WORKDIR}

DESCRIPTION=Autodesk's Maya. Commercial modeling and animation package
HOMEPAGE=http://www.alias.com/eng/products-services/maya/index.shtml;

# Patches to download go into SRC_URI
SRC_URI=autodesk_maya_2011_sp1_linux_64bit.tgz

RESTRICT=fetch nouserpriv

SLOT=$(get_version_component_range 1-2)

LICENSE=maya-11.0 mayadoc-11.0

# Still having trouble getting the docs working right.
KEYWORDS=~amd64

DEPEND=app-arch/rpm2targz app-arch/tar

RDEPEND=|| ( app-shells/tcsh app-shells/csh )
x11-libs/libxcb app-admin/gamin dev-libs/libgamin
media-libs/libquicktime dev-lang/python media-libs/audiofile
sys-libs/e2fsprogs-libs media-libs/openal
media-libs/libpng:1.2

amd64? (
!bundled-libs? ( x11-libs/libXpm x11-libs/libXmu x11-libs/libXt
x11-libs/libXp x11-libs/libXi x11-libs/libXext 
x11-libs/libX11
x11-libs/libXau x11-libs/libxcb )
bundled-libs? ( app-emulation/emul-linux-x86-xlibs )
bundled-libs? ( app-emulation/emul-linux-x86-baselibs )
bundled-libs? ( app-emulation/emul-linux-x86-qtlibs )
openmotif? ( x11-libs/openmotif ) ) 

MAYADIR=/opt/Autodesk

pkg_nofetch() {
einfo This ebuild expects your files to be placed in ${DISTDIR}:
#   einfo
#   einfo Downloads from Alias's support server:
#   einfo 
htp://usa.autodesk.com/adsk/servlet/ps/dl/item?linkID=9242259id=15113998siteID=123112
}

src_unpack() {

# Unpack downloaded tarall containing RPMss
unpack ${A}
# Begin the mass rpm conversion/unpacking

rpm2cpio adlmapps3-3.0.17-0.x86_64.rpm | cpio -idmvu

assert Failed to unpack adlmapps3-3.0.17-0.x86_64.rpm

rpm2cpio adlmflexnetclient-3.0.17-0.x86_64.rpm | cpio -idmvu

assert Failed to unpack adlmflexnetclient-3.0.17-0.x86_64.rpm

rpm2cpio adlmflexnetserver-3.0.17-0.x86_64.rpm | cpio -idmvu

assert Failed to adlmflexnetserver-3.0.17-0.x86_64.rpm

rpm2cpio Maya2011_0_64-2011.0-419.x86_64.rpm | cpio -idmvu

assert Failed to unpack Maya2011_0_64-2011.0-419.x86_64.rpm

if use doc; then
rpm2cpio Maya2011_0_64-docs_en_US_64-2011-88.x86_64.rpm | cpio 
-idmvu
assert Failed to unpack 
maya2011_0_64-docs_en_US_64-2011-88.x86_64.rpm
fi

# Due to backburner having to be in 32-bit and depending
# On packages such as glibc it is for now (with my current
# knowledge on ebuilds and such, not possible to support
# the install of backburner.
#
if use backburner ; then
rpm2cpio backburner.sw.base-2011-1470.i386.rpm | cpio -idmvu

assert Failed to unpack backburner.sw.base-2011-1470.i386.rpm

rpm2cpio autodesk.backburner.monitor-2011-377.i386.rpm | cpio 
-idmvu

assert Failed to unpack 
autodesk.backburner.monitor-2011-377.i386.rpm
fi

if use backburner-webmonitor ; then
rpm2cpio backburner_webmonitor.sw.base-2011-1470.i386.rpm 

Re: [gentoo-user] Maya

2007-04-01 Thread Samir Faci

Well, when I said commercial version, I meant the off the shelf product,
which you do have to buy.

You can probably try their demo version and see how you like it.  I haven't
played with their free version (assuming they have a linux version of it).

--
Samir

On 3/27/07, Mick [EMAIL PROTECTED] wrote:


On Tuesday 27 March 2007 04:13, Samir Faci wrote:
 As far as I know the learning edition isn't available for linux, I might
be
 wrong.

 They do have their commercial version which works great on
linux.  Unlike
 other company that came out with linux versions which turned out to be
 re-wrap of their 1.0 release of their software from 10 years ago written
 for linux, the Maya software works really well, and it seems very
feature
 rich. (Not that I can make heads or tails of half the features it has).

Thanks Samir,

Assuming you don't have to buy it (or do you?) do you need to register it
-
how?
--
Regards,
Mick




Re: [gentoo-user] Maya

2007-03-27 Thread Mick
On Tuesday 27 March 2007 04:13, Samir Faci wrote:
 As far as I know the learning edition isn't available for linux, I might be
 wrong.

 They do have their commercial version which works great on linux.  Unlike
 other company that came out with linux versions which turned out to be
 re-wrap of their 1.0 release of their software from 10 years ago written
 for linux, the Maya software works really well, and it seems very feature
 rich. (Not that I can make heads or tails of half the features it has).

Thanks Samir,

Assuming you don't have to buy it (or do you?) do you need to register it - 
how?
-- 
Regards,
Mick


pgpq42l7JCUMQ.pgp
Description: PGP signature


Re: [gentoo-user] Maya [OT]

2007-03-27 Thread Daniel Iliev
Samir Faci wrote:
 As far as I know the learning edition isn't available for linux, I
 might be wrong.

 They do have their commercial version which works great on linux. 
 Unlike other company that came out with linux versions which turned
 out to be re-wrap of their 1.0 release of their software from 10 years
 ago written for linux, the Maya software works really well, and it
 seems very feature rich. (Not that I can make heads or tails of half
 the features it has).

 Hope that helped.

Indeed!
Maya + A cluster of PCs + Linux = Star Wars ;-)

I thought the following two articles may be interesting for you:

http://www.linuxjournal.com/article/6011

http://www.geek.com/news/geeknews/2002Jul/chi20020723015531.htm

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Maya [OT]

2007-03-27 Thread Rob Rutherford




Indeed!
Maya + A cluster of PCs + Linux = Star Wars ;-)



I noticed you left the word script out of the list.  :-D

Rob


Re: [gentoo-user] Maya [OT]

2007-03-27 Thread Daniel Iliev
Rob Rutherford wrote:



 Indeed!
 Maya + A cluster of PCs + Linux = Star Wars ;-)


 I noticed you left the word script out of the list.  :-D

 Rob

Oh, of course! I haven't forgotten all these little things that Mr.
Lucas and his team have taken care of to make my favorite movie, but I
was trying not to get far too OT (like now) ;-)


Cheers to all fans of Star Wars!

(...and apologies to all others for the OT)


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Maya

2007-03-26 Thread Mick
On Sunday 25 March 2007 18:57, Neil Walker wrote:
 Mick wrote:
  This may be a silly question, but I am trying to understand if Maya is
  free for Linux - despite it being a commercial product.
 
  The License page says that we should go to
  http://www.aliaswavefront.com/spar to register, but the link is dead.
 
  What do you know about this package and the license thing?

 Hmm. Autodesk Maya Learning (an old version) is free - but only
 available for Windows and Mac OSX AFAIK. Never heard of a Linux version
 - let alone Gentoo.

Thanks Neil,
===
# eix maya
* media-gfx/maya
 Available versions:  (6.5)  ~6.5
 Homepage:
http://www.alias.com/eng/products-services/maya/index.shtml
 Description: Alias Wavefront's Maya. Commercial modeling and 
animation package.
==

-- 
Regards,
Mick


pgpuV0DpYJ350.pgp
Description: PGP signature


Re: [gentoo-user] Maya

2007-03-26 Thread Samir Faci

As far as I know the learning edition isn't available for linux, I might be
wrong.

They do have their commercial version which works great on linux.  Unlike
other company that came out with linux versions which turned out to be
re-wrap of their 1.0 release of their software from 10 years ago written for
linux, the Maya software works really well, and it seems very feature rich.
(Not that I can make heads or tails of half the features it has).

Hope that helped.

--
Samir


On 3/26/07, Mick [EMAIL PROTECTED] wrote:


On Sunday 25 March 2007 18:57, Neil Walker wrote:
 Mick wrote:
  This may be a silly question, but I am trying to understand if Maya is
  free for Linux - despite it being a commercial product.
 
  The License page says that we should go to
  http://www.aliaswavefront.com/spar to register, but the link is dead.
 
  What do you know about this package and the license thing?

 Hmm. Autodesk Maya Learning (an old version) is free - but only
 available for Windows and Mac OSX AFAIK. Never heard of a Linux version
 - let alone Gentoo.

Thanks Neil,
===
# eix maya
* media-gfx/maya
 Available versions:  (6.5)  ~6.5
 Homepage:
http://www.alias.com/eng/products-services/maya/index.shtml
 Description: Alias Wavefront's Maya. Commercial modeling and
animation package.
==

--
Regards,
Mick




[gentoo-user] Maya

2007-03-25 Thread Mick
This may be a silly question, but I am trying to understand if Maya is free 
for Linux - despite it being a commercial product.

The License page says that we should go to http://www.aliaswavefront.com/spar 
to register, but the link is dead.

What do you know about this package and the license thing?
-- 
Regards,
Mick


pgp74STcQzy6z.pgp
Description: PGP signature


Re: [gentoo-user] Maya

2007-03-25 Thread Neil Walker

Mick wrote:
This may be a silly question, but I am trying to understand if Maya is free 
for Linux - despite it being a commercial product.


The License page says that we should go to http://www.aliaswavefront.com/spar 
to register, but the link is dead.


What do you know about this package and the license thing?
  
Hmm. Autodesk Maya Learning (an old version) is free - but only 
available for Windows and Mac OSX AFAIK. Never heard of a Linux version 
- let alone Gentoo.


Be lucky,

Neil

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] maya on Gentoo linux?

2005-10-16 Thread Holly Bostick
Gentoo Shadow schreef:
 dear friends,
 
 where can i download de maya ple trial for gentoo linux?

You can't-- from the website--
http://www.alias.com/glb/eng/products-services/maya/maya_ple/get_maya_ple.jsp
-- where you should have looked first; I mean, honestly...!

 Get Maya® Personal Learning Edition
 Download Now!
 
 Please complete the form: (Items in bold are required.)
 Select your operating system | View System Requirements*
   Windows 2000/XP Professional (147 MB download)
   Macintosh OS X (157 MB download)
 ===  *(Maya PLE is not available on LINUX; neither Maya nor Maya PLE
 is available on Windows ME/98 or Mac OS 9 or earlier)

I suppose you could try the Windows version on Wine or Crossover Office
or VMWare, but that's up to you.

Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] maya on Gentoo linux?

2005-10-15 Thread Gentoo Shadow
dear friends,

where can i download de maya ple trial for gentoo linux?-- ...The future lies ahead. ___ Have you mooed today?  ---\^__^
 \ (oo) \___
(__)
\
)\/\||--w|||
||Gentoo Linux 2.6.12-gentoo-r4-AIT-v3.3#