GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
April 15, 2016, 08:30:29 PM |
|
Presumably monero will run properly on the new machine. It's a chromebook c720p running galliumos, which is a linux distro designed specifically for chromebooks. The chromebook is downloading the blockchain now. But the old machine has the blockchain already on it. Maybe if somebody can link to a post with instructions for exporting the blockchain, I'll do that.
its actually probably faster to just download the blockchain again than doing an export then import.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
April 15, 2016, 08:41:45 PM |
|
Presumably monero will run properly on the new machine. It's a chromebook c720p running galliumos, which is a linux distro designed specifically for chromebooks. The chromebook is downloading the blockchain now. But the old machine has the blockchain already on it. Maybe if somebody can link to a post with instructions for exporting the blockchain, I'll do that.
its actually probably faster to just download the blockchain again than doing an export then import. Agree, if you really want to import though, see intructions here: https://github.com/monero-project/bitmonero/releases/tag/v0.9.0Under "Updating: Blockchain Conversion".
|
|
|
|
equipoise
|
|
April 15, 2016, 10:40:26 PM |
|
Presumably monero will run properly on the new machine. It's a chromebook c720p running galliumos, which is a linux distro designed specifically for chromebooks. The chromebook is downloading the blockchain now. But the old machine has the blockchain already on it. Maybe if somebody can link to a post with instructions for exporting the blockchain, I'll do that.
If it's linux on both the machines you could probably just copy the entire .bitmonero folder with the blockchain from your other machine. It should be compatible.
|
|
|
|
phishead
|
|
April 21, 2016, 01:18:25 AM Last edit: April 21, 2016, 01:32:22 AM by phishead |
|
So, I have been running into this bug while "making" the bitmonero folder following gingeropolous's post here on this thread and have been running into this error: -snipped- ...
make[3]: Entering directory `/home/username/bitmonero/build/release' [ 33%] Building CXX object src/blockchain_db/CMakeFiles/blockchain_db.dir/lmdb/db_lmdb.cpp.o c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. make[3]: *** [src/blockchain_db/CMakeFiles/blockchain_db.dir/lmdb/db_lmdb.cpp.o] Error 4 make[3]: Leaving directory `/home/username/bitmonero/build/release' make[2]: *** [src/blockchain_db/CMakeFiles/blockchain_db.dir/all] Error 2 make[2]: Leaving directory `/home/username/bitmonero/build/release' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/username/bitmonero/build/release' make: *** [release-all] Error 2 username@username-Dell-E521:~/bitmonero$ start bitmonerod start: Unknown job: bitmonerod
Has anyone gotten this sort of thing before? I updated and followed all the procedures up to this point... using Ubuntu 14.04 LTS btw. Also, when it hits this point my computer gets SUPER slow and I can pretty much do nothing on it until I restart it.
|
|
|
|
smoothie
Legendary
Offline
Activity: 2492
Merit: 1474
LEALANA Bitcoin Grim Reaper
|
|
April 21, 2016, 05:42:09 AM |
|
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: UNBOUND_LIBRARIES linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests
-- Configuring incomplete, errors occurred! See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log". See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log". make: *** [release-all] Error 1
There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue. I presume I shouldn't be touching the make file at all. Any ideas?
|
███████████████████████████████████████
,╓p@@███████@╗╖, ,p████████████████████N, d█████████████████████████b d██████████████████████████████æ ,████²█████████████████████████████, ,█████ ╙████████████████████╨ █████y ██████ `████████████████` ██████ ║██████ Ñ███████████` ███████ ███████ ╩██████Ñ ███████ ███████ ▐▄ ²██╩ a▌ ███████ ╢██████ ▐▓█▄ ▄█▓▌ ███████ ██████ ▐▓▓▓▓▌, ▄█▓▓▓▌ ██████─ ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌ ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─ ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩ ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀ ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀` ²²² ███████████████████████████████████████
| . ★☆ WWW.LEALANA.COM My PGP fingerprint is A764D833. History of Monero development Visualization ★☆ . LEALANA BITCOIN GRIM REAPER SILVER COINS. |
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
April 21, 2016, 11:25:46 AM |
|
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: UNBOUND_LIBRARIES linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests
-- Configuring incomplete, errors occurred! See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log". See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log". make: *** [release-all] Error 1
There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue. I presume I shouldn't be touching the make file at all. Any ideas? Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them.
|
|
|
|
hyc
Member
Offline
Activity: 88
Merit: 16
|
|
April 21, 2016, 03:37:47 PM |
|
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: UNBOUND_LIBRARIES linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests
-- Configuring incomplete, errors occurred! See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log". See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log". make: *** [release-all] Error 1
There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue. I presume I shouldn't be touching the make file at all. Any ideas? Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them. Pretty sure that UNBOUND problem was introduced *after* the 0.9.4 release. Quick workaround is to edit build/release/CMakeCache.txt and change "BUILD_TESTS" from "ON" to "OFF" then do "make rebuild_cache" and then "make" again.
|
|
|
|
smoothie
Legendary
Offline
Activity: 2492
Merit: 1474
LEALANA Bitcoin Grim Reaper
|
|
April 22, 2016, 05:21:34 AM |
|
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: UNBOUND_LIBRARIES linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests
-- Configuring incomplete, errors occurred! See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log". See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log". make: *** [release-all] Error 1
There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue. I presume I shouldn't be touching the make file at all. Any ideas? Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them. Compiling..
|
███████████████████████████████████████
,╓p@@███████@╗╖, ,p████████████████████N, d█████████████████████████b d██████████████████████████████æ ,████²█████████████████████████████, ,█████ ╙████████████████████╨ █████y ██████ `████████████████` ██████ ║██████ Ñ███████████` ███████ ███████ ╩██████Ñ ███████ ███████ ▐▄ ²██╩ a▌ ███████ ╢██████ ▐▓█▄ ▄█▓▌ ███████ ██████ ▐▓▓▓▓▌, ▄█▓▓▓▌ ██████─ ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌ ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─ ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩ ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀ ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀` ²²² ███████████████████████████████████████
| . ★☆ WWW.LEALANA.COM My PGP fingerprint is A764D833. History of Monero development Visualization ★☆ . LEALANA BITCOIN GRIM REAPER SILVER COINS. |
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 22, 2016, 05:23:34 AM |
|
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: UNBOUND_LIBRARIES linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests
-- Configuring incomplete, errors occurred! See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log". See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log". make: *** [release-all] Error 1
There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue. I presume I shouldn't be touching the make file at all. Any ideas? Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them. Compiling.. Maybe try compiling 0.9.4 itself rather than possibly-unstable changes after that git checkout v0.9.4 make clean (this will wipe out the 'build' subdirectory; make sure you don't have any wallets in there)make
|
|
|
|
smoothie
Legendary
Offline
Activity: 2492
Merit: 1474
LEALANA Bitcoin Grim Reaper
|
|
April 22, 2016, 05:35:02 AM |
|
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: UNBOUND_LIBRARIES linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests
-- Configuring incomplete, errors occurred! See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log". See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log". make: *** [release-all] Error 1
There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue. I presume I shouldn't be touching the make file at all. Any ideas? Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them. Compiling.. Maybe try compiling 0.9.4 itself rather than possibly-unstable changes after that git checkout v0.9.4 make clean (this will wipe out the 'build' subdirectory; make sure you don't have any wallets in there)make Will give that a try. Thanks
|
███████████████████████████████████████
,╓p@@███████@╗╖, ,p████████████████████N, d█████████████████████████b d██████████████████████████████æ ,████²█████████████████████████████, ,█████ ╙████████████████████╨ █████y ██████ `████████████████` ██████ ║██████ Ñ███████████` ███████ ███████ ╩██████Ñ ███████ ███████ ▐▄ ²██╩ a▌ ███████ ╢██████ ▐▓█▄ ▄█▓▌ ███████ ██████ ▐▓▓▓▓▌, ▄█▓▓▓▌ ██████─ ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌ ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─ ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩ ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀ ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀` ²²² ███████████████████████████████████████
| . ★☆ WWW.LEALANA.COM My PGP fingerprint is A764D833. History of Monero development Visualization ★☆ . LEALANA BITCOIN GRIM REAPER SILVER COINS. |
|
|
|
birr
|
|
April 22, 2016, 04:52:11 PM Last edit: April 22, 2016, 05:16:43 PM by birr |
|
I am trying to install the mymonero-simplewallet mnemonic conversion utility from github on my computer, which runs galliumos. https://github.com/moneroexamples/mymonero-simplewalletfollowing the instructions # download the source code git clone https://github.com/moneroexamples/mymonero-simplewallet.git # enter the downloaded sourced code folder cd mymonero-simplewallet # create the makefile cmake . # compile make I got git: command not found, so I installed git. That was easy enough, apt-get install git did the trick. I downloaded the source code, and when I entered cmake I got the same error cmake: command not found but I am not having good luck with cmake: $ sudo apt-get install cmake Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: cmake-data gcc Suggested packages: codeblocks eclipse ninja-build gcc-multilib autoconf automake libtool flex bison gdb gcc-doc The following NEW packages will be installed: cmake cmake-data gcc 0 upgraded, 3 newly installed, 0 to remove and 32 not upgraded. Need to get 3,313 kB of archives. After this operation, 16.9 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu/ vivid/main cmake-data all 3.0.2-1ubuntu2 [923 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ vivid/main cmake amd64 3.0.2-1ubuntu2 [2,385 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ vivid/main gcc amd64 4:4.9.2-2ubuntu2 [5,232 B] Fetched 3,313 kB in 4s (738 kB/s) Selecting previously unselected package cmake-data. (Reading database ... 155678 files and directories currently installed.) Preparing to unpack .../cmake-data_3.0.2-1ubuntu2_all.deb ... Unpacking cmake-data (3.0.2-1ubuntu2) ... Selecting previously unselected package cmake. Preparing to unpack .../cmake_3.0.2-1ubuntu2_amd64.deb ... Unpacking cmake (3.0.2-1ubuntu2) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.9.2-2ubuntu2_amd64.deb ... Unpacking gcc (4:4.9.2-2ubuntu2) ... Processing triggers for man-db (2.7.0.2-5) ... Setting up cmake-data (3.0.2-1ubuntu2) ... Setting up cmake (3.0.2-1ubuntu2) ... Setting up gcc (4:4.9.2-2ubuntu2) ... kell@computer:~/mymonero-simplewallet$ cmake . -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Error at CMakeLists.txt:2 (project): No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred! See also "/home/kell/mymonero-simplewallet/CMakeFiles/CMakeOutput.log". See also "/home/kell/mymonero-simplewallet/CMakeFiles/CMakeError.log".
I was asking for help on the galliumos irc channel. Someone suggested that I should use the instructions in this link https://github.com/moneroexamples/compile-monero-09-on-ubuntuto help me get the missing dependencies
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 23, 2016, 01:41:10 AM |
|
I think you have to install the basic compiler tools first. The package is called build-essential. apt-get install build-essential You may or may not need boost. You would need it if compiling monero itself. Make sure you do not get boost 1.54 which has a bug and doesn't work. If your distro wants to give you that version try boost1.55-all-dev instead of boost-all-dev.
|
|
|
|
owm123
|
|
April 23, 2016, 04:32:36 AM |
|
I am trying to install the mymonero-simplewallet mnemonic conversion utility from github on my computer, which runs galliumos. https://github.com/moneroexamples/mymonero-simplewalletfollowing the instructions # download the source code git clone https://github.com/moneroexamples/mymonero-simplewallet.git # enter the downloaded sourced code folder cd mymonero-simplewallet # create the makefile cmake . # compile make I got git: command not found, so I installed git. That was easy enough, apt-get install git did the trick. I downloaded the source code, and when I entered cmake I got the same error cmake: command not found but I am not having good luck with cmake: $ sudo apt-get install cmake Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: cmake-data gcc Suggested packages: codeblocks eclipse ninja-build gcc-multilib autoconf automake libtool flex bison gdb gcc-doc The following NEW packages will be installed: cmake cmake-data gcc 0 upgraded, 3 newly installed, 0 to remove and 32 not upgraded. Need to get 3,313 kB of archives. After this operation, 16.9 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu/ vivid/main cmake-data all 3.0.2-1ubuntu2 [923 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ vivid/main cmake amd64 3.0.2-1ubuntu2 [2,385 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ vivid/main gcc amd64 4:4.9.2-2ubuntu2 [5,232 B] Fetched 3,313 kB in 4s (738 kB/s) Selecting previously unselected package cmake-data. (Reading database ... 155678 files and directories currently installed.) Preparing to unpack .../cmake-data_3.0.2-1ubuntu2_all.deb ... Unpacking cmake-data (3.0.2-1ubuntu2) ... Selecting previously unselected package cmake. Preparing to unpack .../cmake_3.0.2-1ubuntu2_amd64.deb ... Unpacking cmake (3.0.2-1ubuntu2) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.9.2-2ubuntu2_amd64.deb ... Unpacking gcc (4:4.9.2-2ubuntu2) ... Processing triggers for man-db (2.7.0.2-5) ... Setting up cmake-data (3.0.2-1ubuntu2) ... Setting up cmake (3.0.2-1ubuntu2) ... Setting up gcc (4:4.9.2-2ubuntu2) ... kell@computer:~/mymonero-simplewallet$ cmake . -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Error at CMakeLists.txt:2 (project): No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred! See also "/home/kell/mymonero-simplewallet/CMakeFiles/CMakeOutput.log". See also "/home/kell/mymonero-simplewallet/CMakeFiles/CMakeError.log".
I was asking for help on the galliumos irc channel. Someone suggested that I should use the instructions in this link https://github.com/moneroexamples/compile-monero-09-on-ubuntuto help me get the missing dependencies To compile any of the examples, monero headers and libs, and other dependencies should be set in /opt as shown in (guide has been already updated for ubuntu 16.04): - https://github.com/moneroexamples/compile-monero-09-on-ubuntu-16-04Having dependencies, monero static libraries and header files located in correct folders should result in straight forward compilation of monero examples. If not, the top level CMakeLists.txt should be edited so that the paths to the monero static libraries and header files match your folders.
|
|
|
|
xmrnoob
Newbie
Offline
Activity: 13
Merit: 0
|
|
April 28, 2016, 04:36:07 PM |
|
I'm getting the following errors trying to "make release" with v0.9.4 (as tagged in git) on Debian 8. How can I proceed from here? Is buildability on common platforms not really an objective for Monero? Linking CXX executable unit_tests /home/foo/bitmonero/src/wallet/wallet2.cpp: In member function ‘load_keys’: /home/foo/bitmonero/src/wallet/wallet2.cpp:1062:74: warning: ‘field_store_tx_info’ may be used uninitialized in this function [-Wmaybe-uninitialized] || (field_store_tx_info_found && (field_store_tx_info != 0)); ^ /home/foo/bitmonero/src/wallet/wallet2.cpp:1060:5: note: ‘field_store_tx_info’ was declared here GET_FIELD_FROM_JSON_RETURN_ON_ERROR(json, store_tx_info, int, Int, false); ^ /home/foo/bitmonero/src/wallet/wallet2.cpp:1061:74: warning: ‘field_store_tx_keys’ may be used uninitialized in this function [-Wmaybe-uninitialized] m_store_tx_info = (field_store_tx_keys_found && (field_store_tx_keys != 0)) ^ /home/foo/bitmonero/src/wallet/wallet2.cpp:1059:5: note: ‘field_store_tx_keys’ was declared here GET_FIELD_FROM_JSON_RETURN_ON_ERROR(json, store_tx_keys, int, Int, false); ^ /tmp/cc4V2Hqv.ltrans2.ltrans.o: In function `(anonymous namespace)::BlockchainDBTest_RetrieveBlockData_Test<cryptonote::BlockchainLMDB>::TestBody()': cc4V2Hqv.ltrans2.o:(.text+0x1e293): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /tmp/cc4V2Hqv.ltrans3.ltrans.o: In function `unbound_supported_algorithms_Test::TestBody()': cc4V2Hqv.ltrans3.o:(.text+0xb210): undefined reference to `dnskey_algo_id_is_supported' cc4V2Hqv.ltrans3.o:(.text+0xb2cf): undefined reference to `dnskey_algo_id_is_supported' cc4V2Hqv.ltrans3.o:(.text+0xb36e): undefined reference to `dnskey_algo_id_is_supported' cc4V2Hqv.ltrans3.o:(.text+0xb396): undefined reference to `dnskey_algo_id_is_supported' collect2: error: ld returned 1 exit status tests/unit_tests/CMakeFiles/unit_tests.dir/build.make:694: recipe for target 'tests/unit_tests/unit_tests' failed make[3]: *** [tests/unit_tests/unit_tests] Error 1 make[3]: Leaving directory '/home/foo/bitmonero/build/release' CMakeFiles/Makefile2:1873: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/all' failed make[2]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/all] Error 2 make[2]: Leaving directory '/home/foo/bitmonero/build/release' Makefile:127: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/foo/bitmonero/build/release' Makefile:51: recipe for target 'release' failed make: *** [release] Error 2
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
April 28, 2016, 05:23:37 PM |
|
Try the binaries that did get made.
Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder
|
|
|
|
xmrnoob
Newbie
Offline
Activity: 13
Merit: 0
|
|
April 28, 2016, 05:58:48 PM |
|
Try the binaries that did get made.
Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder
Indeed there are - thanks. Not really satisfactory, though.
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
April 28, 2016, 09:26:19 PM |
|
Try the binaries that did get made.
Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder
Indeed there are - thanks. Not really satisfactory, though. Well file a bug report on the github, make a pull request, or throw some money at people.
|
|
|
|
|
hyc
Member
Offline
Activity: 88
Merit: 16
|
|
April 29, 2016, 02:43:58 AM |
|
"make release" does not build tests. You must have done something else.
|
|
|
|
|
|