Hi, We are getting the following error now. npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! ceph-dashboard@0.0.0 build: `ng build "--prod"` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the ceph-dashboard@0.0.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. ╭─────────────────────────────────────╮ │ │ │ Update available 5.6.0 → 6.0.0 │ │ Run npm i -g npm to update │ │ │ ╰─────────────────────────────────────╯ npm ERR! A complete log of this run can be found in: npm ERR! /home/biren/.npm/_logs/2018-04-26T14_32_39_157Z-debug.log make[2]: *** [../src/pybind/mgr/dashboard/frontend/dist] Error 1 make[1]: *** [src/pybind/mgr/dashboard/CMakeFiles/mgr-dashboard-frontend-build.dir/all] Error 2 Please let us know how this can be fixed. Thanks, Elita On Thu, Apr 26, 2018 at 5:57 PM, Elita Lobo <loboelita@xxxxxxxxx> wrote: > Hi Jos, > > Thanks for the quick reply. We have solved the issues by installing > the LZ4 and curl packages separately. Just wanted to know if this is > an expected behavior. > > Also, we are still not able to fix the following error that we get > while running make command. > > 21112 verbose argv > "/home/biren/Ceph_Work/ceph/build/src/pybind/mgr/dashboard/node-env/bin/node" > "/home/biren/Ceph_Work/ceph/build/src/pybind/mgr/dashboard/node-env/bin/npm" > "install" > 21113 verbose node v8.10.0 > 21114 verbose npm v5.6.0 > 21115 error code E504 > 21116 error 504 Timeout while reading response from Server: > os-locale@https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz > 21117 verbose exit [ 1, true ] > > > Please let us know if you have a solution to the above problem. > > Thanks, > Elita > > On Thu, Apr 26, 2018 at 5:11 PM, Jos Collin <jcollin@xxxxxxxxxx> wrote: >> As a work around I did: >> >> On Thursday 26 April 2018 04:18 PM, Elita Lobo wrote: >>> >>> Hi, >>> >>> We re-tried installing the latest version of Ceph from source and got >>> several dependency issues while running ./do_cmake.sh command ( lz4 >>> library not found, CMake Error at >>> /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 >>> (message): >>> Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) ). >>> >>> Can you please tell us which version of Ubuntu is the latest version >>> of Ceph compatible with? We are currently trying to install it on >>> Ubuntu 16.04. >> >> sudo apt-get install libcurl4-gnutls-dev >> sudo apt-get install libcurl4-nss-dev >> sudo apt-get install libcurl4-openssl-dev >> >>> >>> Also install_deps.sh throws an error - ceph-build package not found >>> while it was trying to run the following command which we have now >>> commented out. >>> $SUDO env DEBIAN_FRONTEND=noninteractive apt-get -y remove ceph-build-deps >>> >>> Can you please let us know which script installs this package so that >>> we can accordingly check why it is missing in our system. >> >> The same happens here too. But I was able to build by leaving install-deps >> at this state. >> >> " >> Removing ceph-build-deps (12.1.2-1) ... >> mk-build-deps: Unable to install ceph-build-deps at /usr/bin/mk-build-deps >> line 402. >> mk-build-deps: Unable to install all build-dep packages >> " >>> >>> >>> >>> Thanks, >>> Elita >>> -- >>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in >>> the body of a message to majordomo@xxxxxxxxxxxxxxx >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >> -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html