lightwave icon indicating copy to clipboard operation
lightwave copied to clipboard

Failed to build container on `master` branch

Open lubronzhan opened this issue 7 years ago • 2 comments

User Statement:

Hi this is Lubron from VIC team. I tried to build Lightwave container based on Lightwave source code on branch master, but failed

Details: I've tried to build LW container based on Lightwave Source code. So I clone the source code and checkout master Then run make container

But failed with

Package sed-4.2.2 is already installed.
Found 1 problem(s) while resolving
1. package vmware-lightwave-server-6.6.3-0.x86_64 requires vmware-directory = 6.6.3, but none of the providers can be installed
Error(1301) : Hawkey general runtime error
The command '/bin/sh -c tdnf update --refresh -y         tdnf         rpm-4.11.2         pcre-8.39         openssl-1.0.2j         expat-2.2.0         curl-7.51         bzip2-1.0.6 &&     tdnf install -y         apache-tomcat-8.0.37         boost-1.60.0         commons-daemon-1.0.15-7.ph1.x86_64         likewise-open-6.2.10         openjre-1.8.0.102         procps-ng-3.3.11         sed-4.2.2         vmware-lightwave-server-6.6.3 &&     rpm -e --nodeps systemd &&     mkdir -p /var/run/sshd &&     chmod -rx /var/run/sshd &&     rm -rf /usr/share/doc/* &&     rm -rf /usr/share/man/* &&     rm -rf /usr/include/* &&     /opt/likewise/sbin/lwsmd --start-as-daemon &&     /opt/likewise/bin/lwregshell set_value "[HKEY_THIS_MACHINE\\Services\\vmafd]"         Arguments "/opt/vmware/sbin/vmafdd -c" &&     /opt/likewise/bin/lwregshell set_value "[HKEY_THIS_MACHINE\\Services\\vmca]"          Arguments "/opt/vmware/sbin/vmcad -c" &&     /opt/likewise/bin/lwregshell set_value "[HKEY_THIS_MACHINE\\Services\\vmdir]"         Arguments "/opt/vmware/sbin/vmdird -l 0 -f /opt/vmware/share/config/vmdirschema.ldif" &&     /opt/likewise/bin/lwregshell set_value "[HKEY_THIS_MACHINE\\Services\\vmdns]"         Arguments "/opt/vmware/sbin/vmdnsd"' returned a non-zero code: 21
Failed to build docker image

Env: OS: Photon OS 1.0 - photon-1.0-13c08b6.iso Pre-installed Pkg:        commons-daemon-1.0.15-7.ph1.x86_64
       openjre-1.8.0.102
       apache-tomcat-8.0.37
       likewise-open-devel-6.2.11
       boost-devel-1.60.0
       jansson-devel
       apache-maven-3.3.9-6.ph1.noarch
       apache-ant-1.9.6-4.ph1.noarch
       ant-contrib-1.0b3-8.ph1
       jaxws-ri-2.2.10-2.ph1

lubronzhan avatar Mar 01 '17 00:03 lubronzhan