Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
valiant1
on 20/09/2017, 19:12:39 UTC
Need help in run daemon.
No start , libbost 1.64, installed, no start illegal instruction.
No compilled, error.
Ubuntu 14.04 x64.

Did you manage to fix this?

I can't compile it under Ubuntu 14.04 64-bit either..


Without specific compilation errors we cannot help.

We need output of the errors, specific the errors and we can gladly help.


Cheers
Code:
-- Configuring incomplete, errors occurred!
See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeError.log".
make: *** [cmake-release] Error 1

CMakeOutput.log
Code:
The system is: Linux - 3.13.0-129-generic - x86_64                                      
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.    
Compiler: /usr/bin/cc.                                                                  
Build flags:.                                                                          
Id flags:.                                                                              
                                                                                        
The output was:                                                                        
0                                                                                                                                                                              
                                                                                        
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out
                                                                                        The C compiler identification is GNU, found in "/home/max/intensecoin-master/build/relea
                                                                                        
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded
Compiler: /usr/bin/c++.                                                                
Build flags:.                                                                          
Id flags:.                                                                              
                                                                                        
The output was:                                                                        
0

CMakeError.log
Code:
erforming C++ SOURCE FILE Test HAVE_SSE42 failed with the following output:            
Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp              
                                                                                        
Run Build Command:/usr/bin/make "cmTryCompileExec4143452986/fast"                      
make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake
/usr/bin/make -f CMakeFiles/cmTryCompileExec4143452986.dir/build.make CMakeFiles/cmTryCo
make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake/usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMake
Building CXX object CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o                
/usr/bin/c++    -pthread -std=c++11  -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite
In file included from /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src/usr/lib/gcc/x86_64-linux-gnu/4.8/include/nmmintrin.h:31:3: error: #error "SSE4.2 instru
 # error "SSE4.2 instruction set not enabled"                                          
   ^                                                                                    
/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx: In function ‘int
/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:43: error: ‘_mm
   volatile uint32_t x = _mm_crc32_u32(0, 0);                                          
                                           ^                                            
/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:21: warning: un
   volatile uint32_t x = _mm_crc32_u32(0, 0);                                          
                     ^                                                                  
make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeT
make[2]: *** [CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o] Error 1                                                                                                                                                                                                    
make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                  
make[1]: *** [cmTryCompileExec4143452986/fast] Error 2                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                              
Source file was:                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              
#include                                                                                                                                                                                                                                                            
#include                                                                                                                                                                                                                                                        
int main() {                                                                                                                                                                                                                                                                  
  volatile uint32_t x = _mm_crc32_u32(0, 0);                                                                                                                                                                                                                                  
}                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                              
Performing C SOURCE FILE Test HAVE_FALLOCATE failed with the following output:                                                                                                                                                                                                
Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                              
Run Build Command:/usr/bin/make "cmTryCompileExec3248412868/fast"                                                                                                                                                                                                            
make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                  
/usr/bin/make -f CMakeFiles/cmTryCompileExec3248412868.dir/build.make CMakeFiles/cmTryCompileExec3248412868.dir/build                                                                                                                                                        
make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                  
/usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/CMakeFiles 1                                                                                                                                                          
Building C object CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o                                                                                                                                                                                                          
/usr/bin/cc   -std=c11  -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=unused-function -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wn
cc1: error: command line option ‘-Wno-reorder’ is valid for C++/ObjC++ but not for C [-Werror]                                                                                                                                                                                
cc1: error: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [-Werror]                                                                                                                                                                                  
cc1: all warnings being treated as errors                                                                                                                                                                                                                                    
make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                  
make[2]: *** [CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o] Error 1                                                                                                                                                                                                      
make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                  
make[1]: *** [cmTryCompileExec3248412868/fast] Error 2                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                              
Source file was:                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              
#include                                                                                                                                                                                                                                                            
#include                                                                                                                                                                                                                                                    
int main() {                                                                                                                                                                                                                                                                  
 int fd = open("/dev/null", 0);                                                                                                                                                                                                                                              
 fallocate(fd, FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE, 0, 1024);                                                                                                                                                                                                          
}                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                              
Determining if the function malloc_usable_size exists failed with the following output:                                                                                                                                                                                      
Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                              
Run Build Command:/usr/bin/make "cmTryCompileExec1014184147/fast"                                                                                                                                                                                                            
make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'    
 

This is due to your processor being old and not supporting new instructions found in new CPUs.

Try running cmake with -DPORTABLE=1 -DWITH_AVX2=0

can we now use the wallet optimization on the new gui wallet or not?
No. Wallet will be patched soon to disallow.

Is there anything I can do about an unconfirmed transaction that I sent before I updated to the new wallet? The fee was too low and it's been almost a week. Transaction: 5b6f82ca45c918c8b6b4743e765c49226af9c53a16224484f826e36813ab5ebb

It's not showing up in the transaction pool so I'm not sure it's actually still trying to make it out to the network - did you try resetting the wallet (File > Reset wallet)?

VALIANT1!!! since you've been active and ignored my post and ignored me on the slack, here it is again...So after doing everything the dev suggested, upgrade wallet, turn off wallet optimization (which was never turned on), take wallet offline for a couple of days, I still have about 18000 coins locked.

I need answers regarding this, you cant expect everyone to keep mining and we cant get our coins, there are guys on the slack group who have 40000 coins locked.... Do you have a fix? are you working on a fix? everytime anyone has a problem with the wallet your answer is always the same, "have you tried to reset?" we have reset many times and it does not work!!
My apologies for not following up on the posts here. As was mentioned in Slack I will gladly reply to any DMs or mentions @intense-valiant. You and I are also talking via DM in Slack to resolve. At this time I am awaiting requested logs from you.