Package Details: renderman 26.3.2352291-2

Git Clone URL: https://aur.archlinux.org/renderman.git (read-only, click to copy)
Package Base: renderman
Description: Proprietary photorealistic 3D rendering software produced by Pixar Animation Studios
Upstream URL: https://renderman.pixar.com
Licenses: custom
Submitter: furby
Maintainer: furby (meepzh)
Last Packager: meepzh
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-29 07:32 (UTC)
Last Updated: 2025-06-12 09:43 (UTC)

Pinned Comments

meepzh commented on 2024-04-15 05:11 (UTC)

If you have rpm-tools installed, then this package will install the downloaded rpms for you.

Latest Comments

1 2 Next › Last »

meepzh commented on 2025-06-12 09:46 (UTC) (edited on 2025-06-12 09:46 (UTC) by meepzh)

Ah yes, thanks for that reminder.

I understand. I had a re-read of the wiki, and it seems that those dependencies are optional https://wiki.archlinux.org/title/PKGBUILD#depends I was told off for including them in another package some time ago, which is why I was hesitant now. But it's good to get a second opinion.

micwoj92 commented on 2025-06-11 16:59 (UTC)

This is just so all link dependencies are listed.
Please remove libidn and libicu50 these are not needed anymore.

meepzh commented on 2025-06-10 20:31 (UTC) (edited on 2025-06-11 08:26 (UTC) by meepzh)

Thank you for flagging the update and the dependency list, micwoj92. I wouldn't expect packages like glibc to be listed. Would you mind elaborating please?

micwoj92 commented on 2025-06-10 20:20 (UTC)

Deps list should be: dbus fontconfig freetype2 gcc-libs glib2 glibc krb5 libdrm libglvnd libice libsm libx11 libxcb libxcomposite libxext libxkbcommon libxkbcommon-x11 wayland xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm zlib zstd

mac666er commented on 2025-01-13 20:21 (UTC)

@meepzh my pleasure. I have had a similar issue in Windows that I was never really able to flush out because there is no standard output. I worked with Pixar on it and I was not able to pinpoint it there, even with their help. Linux, was relatively easy, as it should be!

Now we are waiting to hear back from Autodesk on why their maya 2025 rpm package does not launch single sign on outside of redhat (I've read that it doesn't launch even in rocky) I suspect there is some weird library they use that auto-detects environment and then asks to launch a browser. If it doesn't detect redhat, it asks for Microsoft edge. Once they fix that and launches in ubuntu, rocky, etc, I think you will be able to update renderman for maya.

meepzh commented on 2024-09-04 09:10 (UTC)

Sorry for the long delays, and thank you for the detailed error information @mac666er! Those details were really helpful narrowing down the issue to renderman-pro-server, where I've symlinked ncurses and added numactl as a dependency. Much appreciated!

mac666er commented on 2024-08-21 16:54 (UTC)

I was able to install renderman and renderman for maya 26.2 in arch linux with the redhat version 9 installers for maya 2024.

However, XPU on screen renders would not work. They would error out with:

D02001 {WARNING} TgPathDLOpen: Bad DSO found: /opt/pixar/RenderManProServer-26.2/lib/libxpu.so (libncurses.so.6: cannot open shared object file: No such file or directory) (System Error: No such file or directory)

with some digging, this fixed the issue:

cd /usr/lib ln -s libncurses++w.so libncurses.so.6

Hopefully you find this post helpful!

meepzh commented on 2024-04-15 05:11 (UTC)

If you have rpm-tools installed, then this package will install the downloaded rpms for you.

meepzh commented on 2022-04-16 05:00 (UTC)

@Alkaris, the rpm should go in your cloned copy of the AUR package repository before you makepkg it. Does that work for you or are there more specifics?

Alkaris commented on 2022-04-09 05:43 (UTC)

Not sure where to put the RPM package since it always fails when I put it into the install directory.