While doing make i am getting the below at the end , i don't know if they
are error
usr/local/src/RCDCap-0.7.99-Source/tests/byte-swap-test.cc: In member
function ‘void ByteSwapTest::test_method()’:
/usr/local/src/RCDCap-0.7.99-Source/tests/byte-swap-test.cc:20:14: warning:
ISO C++ does not support ‘int128’ for ‘ip6’ [-Wpedantic] int128 ip6 = reinterpret_cast<int128&>(orig_ip6);
^
/usr/local/src/RCDCap-0.7.99-Source/tests/byte-swap-test.cc:20:45: warning:
ISO C++ does not support ‘int128’ for ‘type name’ [-Wpedantic] int128 ip6 = reinterpret_cast<int128&>(orig_ip6);
^
Linking CXX executable ByteSwapTest
Also when trying to install the rpm it fails
[root@AgentUK build-make]# rpm -ivh RCDCap-0.7.99-Linux.rpm
Preparing... ################################# [100%]
file /usr from install of rcdcap-0.7.99-1.x86_64 conflicts with
file from package filesystem-3.2-18.el7.x86_64
file /usr/bin from install of rcdcap-0.7.99-1.x86_64 conflicts with
file from package filesystem-3.2-18.el7.x86_64
file /usr/include from install of rcdcap-0.7.99-1.x86_64 conflicts
with file from package filesystem-3.2-18.el7.x86_64
file /usr/lib from install of rcdcap-0.7.99-1.x86_64 conflicts with
file from package filesystem-3.2-18.el7.x86_64
file /usr/share from install of rcdcap-0.7.99-1.x86_64 conflicts
with file from package filesystem-3.2-18.el7.x86_64
file /usr/share/man from install of rcdcap-0.7.99-1.x86_64
conflicts with file from package filesystem-3.2-18.el7.x86_64
file /usr/share/man/man1 from install of rcdcap-0.7.99-1.x86_64
conflicts with file from package filesystem-3.2-18.el7.x86_64
As if i am missing something the rpm is trying to replace the folders ??
--
Ali Shahbour
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
While doing make i am getting the below at the end , i don't know if they
are error
usr/local/src/RCDCap-0.7.99-Source/tests/byte-swap-test.cc: In member
function ‘void ByteSwapTest::test_method()’:
/usr/local/src/RCDCap-0.7.99-Source/tests/byte-swap-test.cc:20:14: warning:
ISO C++ does not support ‘int128’ for ‘ip6’ [-Wpedantic]
int128 ip6 = reinterpret_cast<int128&>(orig_ip6);
^
/usr/local/src/RCDCap-0.7.99-Source/tests/byte-swap-test.cc:20:45: warning:
ISO C++ does not support ‘int128’ for ‘type name’ [-Wpedantic]
int128 ip6 = reinterpret_cast<int128&>(orig_ip6);
^
Linking CXX executable ByteSwapTest
Also when trying to install the rpm it fails
[root@AgentUK build-make]# rpm -ivh RCDCap-0.7.99-Linux.rpm
Preparing... #################################
[100%]
file /usr from install of rcdcap-0.7.99-1.x86_64 conflicts with
file from package filesystem-3.2-18.el7.x86_64
file /usr/bin from install of rcdcap-0.7.99-1.x86_64 conflicts with
file from package filesystem-3.2-18.el7.x86_64
file /usr/include from install of rcdcap-0.7.99-1.x86_64 conflicts
with file from package filesystem-3.2-18.el7.x86_64
file /usr/lib from install of rcdcap-0.7.99-1.x86_64 conflicts with
file from package filesystem-3.2-18.el7.x86_64
file /usr/share from install of rcdcap-0.7.99-1.x86_64 conflicts
with file from package filesystem-3.2-18.el7.x86_64
file /usr/share/man from install of rcdcap-0.7.99-1.x86_64
conflicts with file from package filesystem-3.2-18.el7.x86_64
file /usr/share/man/man1 from install of rcdcap-0.7.99-1.x86_64
conflicts with file from package filesystem-3.2-18.el7.x86_64
As if i am missing something the rpm is trying to replace the folders ??
--
Ali Shahbour