Has anyone else ran into this error? I've tried different versions of GCC and even CentOS and RHEL to compile the calamari but continues to fail and by the way the instructions on the ceph website are not correct because the virtual used with vagrant isn't complete with which ever versions they used to compile with and salt doesn't exist on the virtual.
Here is the error message I'm having below: I thought this was a memory issue but I changed memory in the virtual and even cores from 1 to 4, 8, 16 without luck. The below error still looks like a memory issue but I gave it 12G and still failed. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c /home/vagrant/rpmbuild/BUILD/calamari-server-1.2.1/venv/build/cython/Cython/Compiler/Parsing.c -o build/temp.linux-x86_64-2.6/home/vagrant/rpmbuild/BUILD/calamari-server-1.2.1/venv/build/cython/Cython/Compiler/Parsing.o {standard input}: Assembler messages: {standard input}:19186: Warning: end of file not at end of a line; newline inserted {standard input}:19533: Error: unknown pseudo-op: `.lc2' gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. error: command 'gcc' failed with exit status 1 ---------------------------------------- Can't roll back Cython; was not uninstalled Cleaning up... Command /home/vagrant/rpmbuild/BUILD/calamari-server-1.2.1/venv/bin/python -c "import setuptools;__file__='/home/vagrant/rpmbuild/BUILD/calamari-server-1.2.1/venv/build/cython/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-6R8jlS-record/install-record.txt --single-version-externally-managed --install-headers /home/vagrant/rpmbuild/BUILD/calamari-server-1.2.1/venv/include/site/python2.6 failed with error code 1 in /home/vagrant/rpmbuild/BUILD/calamari-server-1.2.1/venv/build/cython Storing complete log in /home/vagrant/.pip/pip.log RPM build errors: ---------- ID: cp-artifacts-to-share calamari/repobuild/calamari-repo-rhel6.tar.gz Function: cmd.run Name: cp calamari/repobuild/calamari-repo-rhel6.tar.gz /git/ Result: True Comment: Command "cp calamari/repobuild/calamari-repo-rhel6.tar.gz /git/" run Started: 18:54:40.702746 Duration: 123.319 ms Changes: ---------- pid: 10380 retcode: 0 stderr: stdout: ---------- ID: cp-artifacts-to-share rpmbuild/RPMS/x86_64/calamari-server-*.rpm Function: cmd.run Name: cp rpmbuild/RPMS/x86_64/calamari-server-*.rpm /git/ Result: False Comment: Command "cp rpmbuild/RPMS/x86_64/calamari-server-*.rpm /git/" run Started: 18:54:40.826462 Duration: 8.216 ms Changes: ---------- pid: 10381 retcode: 1 stderr: cp: cannot stat `rpmbuild/RPMS/x86_64/calamari-server-*.rpm': No such file or directory stdout: ---------- ID: cp-artifacts-to-share Diamond/dist/diamond-*.noarch.rpm Function: cmd.run Name: cp Diamond/dist/diamond-*.noarch.rpm /git/ Result: True Comment: Command "cp Diamond/dist/diamond-*.noarch.rpm /git/" run Started: 18:54:40.835092 Duration: 21.712 ms Changes: ---------- pid: 10382 retcode: 0 stderr: stdout: Summary ------------ Succeeded: 9 (changed=6) Failed: 2 ------------ Total states run: 11 As you can see we have 2 errors and failed on the calamari-server*.rpm.
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com