Hi, I tried following the steps as you had mentioned and I am stuck while building the package using dpkg-buildpackage -j4 with below mentioned error message :
*Submodule path 'src/rocksdb': checked out 'dcdb0dd29232ece43f093c99220b0eea7ead51ff'** **Unable to checkout 'b0d1137d31e4b36b72ccae9c0a9a13de2ec82faa' in submodule path 'ceph-erasure-code-corpus'** **Unable to checkout '67383cc060dd9f90d398eed5a00e31eb70845dd8' in submodule path 'ceph-object-corpus'* I have attached the log file also for your reference. Please suggest. Thanks. Daleep Singh Bais On 12/03/2015 01:36 AM, ceph new wrote: > for now the prosses for me was : > git clone https://github.com/ceph/ceph.git > git checkout infernalis > cd ceph > apt-get install debhelper autoconf automake autotools-dev libbz2-dev > cmake default-jdk gdisk javahelper junit4 libaio-dev libatomic-ops-dev > libbabeltrace-ctf-dev libbabeltrace-dev libblkid-dev libboost-dev > libboost-program-options-dev libboost-system-dev libboost-thread-dev > libboost-regex-dev libboost-random-dev libcurl4-gnutls-dev libedit-dev > libfcgi-dev libfuse-dev libkeyutils-dev libleveldb-dev libnss3-dev > libsnappy-dev liblttng-ust-dev libtool libudev-dev libxml2-dev > python-nose python-sphinx python-virtualenv uuid-runtime xfslibs-dev > xfsprogs xmlstarlet libtcmalloc-minimal4 libgoogle-perftools-dev > libgoogle-perftools4 > ./install-deps.sh > dpkg-buildpackage -j3 > > i get kill-OOM so i will add swap space and run it > > On Wed, Dec 2, 2015 at 12:30 PM, Swapnil Jain <swap...@linux.com > <mailto:swap...@linux.com>> wrote: > > If you can point me to some documention, I can do that. > > > *Swapnil Jain* > >> On 02-Dec-2015, at 7:31 pm, Alfredo Deza <ad...@redhat.com> wrote: >> >> On Tue, Dec 1, 2015 at 11:58 PM, Swapnil Jain <swap...@linux.com >> <mailto:swap...@linux.com>> wrote: >>> >>> Hi, >>> >>> Any plans to release Infernalis Debian 8 binary packages for >>> armhf. As I only see it for amd64. >> >> This would be pretty simple to do but we don't have any ARM boxes >> around and nothing is immediately available for us >> to setup any. >> >>> >>> >>> >>> >>> >>> Swapnil Jain >>> >>> _______________________________________________ >>> ceph-users mailing list >>> ceph-users@lists.ceph.com <mailto:ceph-users@lists.ceph.com> >>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >>> > > > _______________________________________________ > ceph-users mailing list > ceph-users@lists.ceph.com <mailto:ceph-users@lists.ceph.com> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > > > > > _______________________________________________ > ceph-users mailing list > ceph-users@lists.ceph.com > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
dpkg-source -b ceph dpkg-source: info: using source format `1.0' dpkg-source: warning: source directory 'ceph' is not <sourcepackage>-<upstreamversion> 'ceph-9.2.0' dpkg-source: info: building ceph in ceph_9.2.0-1.tar.gz dpkg-source: info: building ceph in ceph_9.2.0-1.dsc debian/rules build dh_testdir ./autogen.sh + set -e + test -f src/ceph.in + which libtoolize + [ /usr/bin/libtoolize ] + LIBTOOLIZE=libtoolize + test -d .git + + gitgrep submodule --quiet usage update.*--force + echo --force + force=--force + git submodule sync Synchronizing submodule url for 'ceph-erasure-code-corpus' Synchronizing submodule url for 'ceph-object-corpus' Synchronizing submodule url for 'src/civetweb' Synchronizing submodule url for 'src/erasure-code/jerasure/gf-complete' Synchronizing submodule url for 'src/erasure-code/jerasure/jerasure' Synchronizing submodule url for 'src/gmock' Synchronizing submodule url for 'src/rocksdb' + git submodule update --force --init --recursive fatal: Unable to create '/root/ceph/.git/modules/ceph-erasure-code-corpus/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. fatal: Unable to create '/root/ceph/ceph-object-corpus/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. Submodule path 'src/civetweb': checked out '8d271315a541218caada366f84a2690fdbd474a2' Submodule path 'src/erasure-code/jerasure/gf-complete': checked out '9caeefbf2860e56a75502f4d3342deed5b5ba265' Submodule path 'src/erasure-code/jerasure/jerasure': checked out '02731df4c1eae1819c4453c9d3ab6d408cadd085' Submodule path 'src/gmock': checked out '49beb3bdf05a728afb48dbfbeb1a693ce4c38027' Submodule path 'src/gmock/gtest': checked out '258068668c61e6721007fe8bfd8a338ed8e6cc50' Submodule path 'src/rocksdb': checked out 'dcdb0dd29232ece43f093c99220b0eea7ead51ff' Unable to checkout 'b0d1137d31e4b36b72ccae9c0a9a13de2ec82faa' in submodule path 'ceph-erasure-code-corpus' Unable to checkout '67383cc060dd9f90d398eed5a00e31eb70845dd8' in submodule path 'ceph-object-corpus' + echo Error: could not initialize submodule projects Error: could not initialize submodule projects + echo Network connectivity might be required. Network connectivity might be required. + exit 1 debian/rules:38: recipe for target 'configure-stamp' failed make: *** [configure-stamp] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com