docker-maya icon indicating copy to clipboard operation
docker-maya copied to clipboard

Maya 2024 has file conflicts with tcl and gcc-toolset-9

Open glevner opened this issue 5 months ago • 7 comments

I am trying to use the maya:2024 Docker image to build a plugin for Maya. I also need gcc 9, which involves installing Rocky Linux's gcc-toolset-9 package. But when I try to install it in my container, I get the following conflict from dnf:

Error: Transaction test error:
  file /usr/lib/.build-id/cd/9687ac50cadf056217eb40880462e51975351b from install of tcl-1:8.6.8-2.el8.x86_64 conflicts with file from package Maya2024_64-2024.0-4640.x86_64

Attempting to install the tcl package results in the same error. And I cannot remove the existing tcl package, because dnf does not think it is installed...

glevner avatar Sep 16 '24 14:09 glevner