irf icon indicating copy to clipboard operation
irf copied to clipboard

python setup.py install failed!

Open andyyuan78 opened this issue 9 years ago • 0 comments

ubgpu@ubgpu:~/github/irf/irf$ python setup.py install running install running build running build_ext building 'irf' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c irfmodule.cpp -o build/temp.linux-x86_64-2.7/irfmodule.o cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c randomForest.cpp -o build/temp.linux-x86_64-2.7/randomForest.o cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c MurmurHash3.cpp -o build/temp.linux-x86_64-2.7/MurmurHash3.o cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] MurmurHash3.cpp:81:23: warning: always_inline function might not be inlinable [-Wattributes] FORCE_INLINE uint64_t fmix ( uint64_t k ) ^ MurmurHash3.cpp:68:23: warning: always_inline function might not be inlinable [-Wattributes] FORCE_INLINE uint32_t fmix ( uint32_t h ) ^ MurmurHash3.cpp:60:23: warning: always_inline function might not be inlinable [-Wattributes] FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) ^ MurmurHash3.cpp:55:23: warning: always_inline function might not be inlinable [-Wattributes] FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) ^ MurmurHash3.cpp: In function ‘void MurmurHash3_x86_32(const void_, int, uint32_t, void_)’: MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time MurmurHash3.cpp:112:36: error: called from here uint32_t k1 = getblock(blocks,i); ^ MurmurHash3.cpp:68:23: error: inlining failed in call to always_inline ‘uint32_t fmix(uint32_t)’: function body can be overwritten at link time FORCE_INLINE uint32_t fmix ( uint32_t h ) ^ MurmurHash3.cpp:143:16: error: called from here h1 = fmix(h1); ^ MurmurHash3.cpp: In function ‘void MurmurHash3_x86_128(const void_, int, uint32_t, void_)’: MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) ^ MurmurHash3.cpp:173:40: error: called from here uint32_t k1 = getblock(blocks,i_4+0); ^ MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) ^ MurmurHash3.cpp:174:40: error: called from here uint32_t k2 = getblock(blocks,i_4+1); ^ MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) ^ MurmurHash3.cpp:175:40: error: called from here uint32_t k3 = getblock(blocks,i_4+2); ^ MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) ^ MurmurHash3.cpp:176:40: error: called from here uint32_t k4 = getblock(blocks,i_4+3); ^ MurmurHash3.cpp:68:23: error: inlining failed in call to always_inline ‘uint32_t fmix(uint32_t)’: function body can be overwritten at link time FORCE_INLINE uint32_t fmix ( uint32_t h ) ^ MurmurHash3.cpp:239:16: error: called from here h1 = fmix(h1); ^ MurmurHash3.cpp:68:23: error: inlining failed in call to always_inline ‘uint32_t fmix(uint32_t)’: function body can be overwritten at link time FORCE_INLINE uint32_t fmix ( uint32_t h ) ^ MurmurHash3.cpp:240:16: error: called from here h2 = fmix(h2); ^ MurmurHash3.cpp:68:23: error: inlining failed in call to always_inline ‘uint32_t fmix(uint32_t)’: function body can be overwritten at link time FORCE_INLINE uint32_t fmix ( uint32_t h ) ^ MurmurHash3.cpp:241:16: error: called from here h3 = fmix(h3); ^ MurmurHash3.cpp:68:23: error: inlining failed in call to always_inline ‘uint32_t fmix(uint32_t)’: function body can be overwritten at link time FORCE_INLINE uint32_t fmix ( uint32_t h ) ^ MurmurHash3.cpp:242:16: error: called from here h4 = fmix(h4); ^ MurmurHash3.cpp: In function ‘void MurmurHash3_x64_128(const void_, int, uint32_t, void_)’: MurmurHash3.cpp:60:23: error: inlining failed in call to always_inline ‘uint64_t getblock(const uint64_t_, int)’: function body can be overwritten at link time FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) ^ MurmurHash3.cpp:274:40: error: called from here uint64_t k1 = getblock(blocks,i_2+0); ^ MurmurHash3.cpp:60:23: error: inlining failed in call to always_inline ‘uint64_t getblock(const uint64_t_, int)’: function body can be overwritten at link time FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) ^ MurmurHash3.cpp:275:40: error: called from here uint64_t k2 = getblock(blocks,i*2+1); ^ MurmurHash3.cpp:81:23: error: inlining failed in call to always_inline ‘uint64_t fmix(uint64_t)’: function body can be overwritten at link time FORCE_INLINE uint64_t fmix ( uint64_t k ) ^ MurmurHash3.cpp:324:16: error: called from here h1 = fmix(h1); ^ MurmurHash3.cpp:81:23: error: inlining failed in call to always_inline ‘uint64_t fmix(uint64_t)’: function body can be overwritten at link time FORCE_INLINE uint64_t fmix ( uint64_t k ) ^ MurmurHash3.cpp:325:16: error: called from here h2 = fmix(h2); ^ error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ubgpu@ubgpu:~/github/irf/irf$ ubgpu@ubgpu:~/github/irf/irf$ ubgpu@ubgpu:~/github/irf/irf$ ubgpu@ubgpu:~/github/irf/irf$

andyyuan78 avatar Sep 06 '15 08:09 andyyuan78