-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-centos7_maya.sh error #5
Comments
It seems that the download failed without telling why... could you list the content of the ../downloads folder? |
welll...I fix that problem already...But now I got this... Successfully built d6800c4a7525 |
Could you send the actual command line you are running? |
|
you should run |
Well apologies I found a bad tag indeed, it's fixed in master |
thx for help. But I can't use that for now.. Downloading from proxy http: http://192.168.1.120:8000/Maya2017_DEVKIT_Linux.tgz |
I know 2018 is working if you want to try? |
I try to build 2017.. Now I get this error... -- Found PySide: True |
[root@localhost linux]# ./build-centos7_maya.sh 2017 -- Configuring incomplete, errors occurred!** |
I try to use this script to build AL_USDMaya.
but I got this error.
Linux localhost.localdomain 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Centos 7,Docker version 18.06.1-ce.
[root@localhost linux]# ./build-centos7_maya.sh -2017
..........
...........
..........
Successfully built 05b9d9a0e204
Successfully tagged usd-docker/vfx:1-centos7
Build Maya v
Sending build context to Docker daemon 57.86kB
Step 1/10 : FROM usd-docker/vfx:latest-centos7
---> 05b9d9a0e204
Step 2/10 : ARG current_host_ip_address
---> Using cache
---> b02c92a165f1
Step 3/10 : ARG maya_version
---> Using cache
---> e4faed16398c
Step 4/10 : LABEL maya.version="${maya_version}.0" maintainer="Animal Logic"
---> Using cache
---> 1c28d7d9fd06
Step 5/10 : ENV MAYA_LOCATION=$BUILD_DIR/maya{maya_version}DevKit
---> Using cache
---> 060284fdb5a9
Step 6/10 : ENV HTTP_HOSTNAME=$current_host_ip_address
---> Using cache
---> b5738f466101
Step 7/10 : ENV MAYA_EXECUTABLE=$MAYA_LOCATION/bin/maya
---> Using cache
---> e617539667ae
Step 8/10 : ENV MAYA_MAJOR_VERSION="${maya_version}"
---> Using cache
---> 8fe1799b5234
Step 9/10 : COPY scripts/build_maya.sh scripts/download_maya.sh /tmp/
---> Using cache
---> 1c969dc3e3d4
Step 10/10 : RUN /tmp/download_maya.sh && /tmp/build_maya.sh
---> Using cache
---> d6800c4a7525
Successfully built d6800c4a7525
Successfully tagged usd-docker/maya:1-centos7
Build USD v18.11
Sending build context to Docker daemon 57.86kB
Step 1/15 : ARG maya_version
Step 2/15 : FROM usd-docker/maya${maya_version}:latest-centos7
pull access denied for usd-docker/maya2017, repository does not exist or may require 'docker login'
./build-centos7_maya.sh: line 26: 300 Terminated python -m SimpleHTTPServer
The text was updated successfully, but these errors were encountered: