ceph-lcm
ceph-lcm copied to clipboard
Not able to build images
what ever the version it was i am getting same error
Command : make build_containers
Working on : master
Failed on : all version (v1.1.0 , 1.0.0 )
Error Message:
The following packages have unmet dependencies: git : Depends: perl-modules but it is not going to be installed Depends: liberror-perl but it is not going to be installed E: Unable to correct problems, you have held broken packages. The command '/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends curl wget xz-utils git && wget https://github.com/jwilder/dockerize/releases/download/v0.3.0/dockerize-linux-amd64-v0.3.0.tar.gz && tar -C /usr/local/bin -xzf dockerize-linux-amd64-v0.3.0.tar.gz && rm dockerize-linux-amd64-v0.3.0.tar.gz && wget https://nodejs.org/dist/v6.9.4/node-v6.9.4-linux-x64.tar.xz && tar xf node-v6.9.4-linux-x64.tar.xz && mkdir -p /static /ssl /etc/nginx && cd /project && git reset --hard && echo "frontend=$(git rev-parse HEAD)" > /etc/git-release && install containerization/files/curl-healthcheck.sh /usr/local/bin/curl-healthcheck && cp containerization/files/devconfigs/nginx-dhparam.pem /ssl/dhparam.pem && cp containerization/files/devconfigs/nginx-selfsigned.crt /ssl/ssl.crt && cp containerization/files/devconfigs/nginx-selfsigned.key /ssl/ssl.key && cp containerization/files/nginx.conf /etc/nginx/nginx.conf && cd /project/ui && PATH=/node-v6.9.4-linux-x64/bin:$PATH sh -c 'npm install && npm run build && npm cache clean' && PATH=/node-v6.9.4-linux-x64/bin:$PATH npm ls --json=true > /packages-npm && mv build/* /static && cd / && apt-get purge -y wget xz-utils git && apt-get clean && apt-get autoremove --purge -y && rm -r /project /var/lib/apt/lists/* /node-v6.9.4-linux*' returned a non-zero code: 100 Makefile:311: recipe for target 'build_container_frontend' failed make: *** [build_container_frontend] Error 100