-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
development doesn't build on freebsd 10.2 #392
Comments
I've managed to compile release-static on Freebsd 10.1... There is only one problem when I move this static binary to a box with no libevent2 installed: $ ./bitmonerod I see the same issue on linux - static binary complains about libevent missing when moved to another box. Is this normal? |
When I run bitmonerod on FreeBSD with a --detach option, 2015-Aug-29 12:52:06.310125 [P2P0]Failed to connect to any of seed peers, continuing without seeds |
After syncing about 80% of the chain it stops, I exit, restart and get a segmentation fault. 2015-Aug-30 04:50:09.586410 Initializing cryptonote protocol... Program received signal SIGSEGV, Segmentation fault. |
0MQ compilation on FreeBSD is not successful. [ 79%] Building CXX object src/ipc/CMakeFiles/client_ipc.dir/wap_proto.c.o Quote: You should use an explicit casts to void * here: zlist_append (blocks_block_ids, (void *) "Name: Brutus"); more of this: [ 80%] Building CXX object src/ipc/CMakeFiles/server_ipc.dir/wap_server/wap_server.c.o |
Master branch doesn't compile with the new hardfork commits on Freebsd 10.2. [ 70%] Building CXX object |
FreeBSD 9.3 didn't compile master branch before hardfork commits. |
FreeBSD 10.2, master branch builds with commits 409, 410. FreeBSD 10.2, development branch doesn't build with commits 407, 408. pkg install libtool autoconf automake; [ 81%] Building CXX object src/ipc/CMakeFiles/server_ipc.dir/wap_server/wap_server.c.o |
Hi @crypto750 is this still an issue for you or can this be closed now? |
@NanoAkron this is issue far from closed. Monero on FreeBSD requires (or should require) clang + boost 1.58. Build instructions need to be updated along with build fixes. Also see this comment. This issue should be renamed though since branch |
FreeBSD now builds fine (https://build.getmonero.org/builders/monero-static-freebsd64 shows only the DNSSEC failure test fails, as with most other build machines). +resolved |
I'm posting here as a followup to keep track of the issue.
pkg install git pkgconf gcc49 cmake libevent2 unbound googletest icu ldns expat bison
make release-static
http://pastebin.com/7mSLNm6A
The text was updated successfully, but these errors were encountered: