Add AC_MSG_ERROR and AC_MSG_FAILURE for Ubuntu 13.10 libboost1.54-all-dev incompatibility error.#3447
Add AC_MSG_ERROR and AC_MSG_FAILURE for Ubuntu 13.10 libboost1.54-all-dev incompatibility error.#3447sudosurootdev wants to merge 14 commits intobitcoin:masterfrom sudosurootdev:master
Conversation
…ot link against libboost::chrono
|
Is it possible to add this code to the main configure.ac instead of |
|
I looked at that first, it may be possible, but the error that is alerted now is 'Could not link against libboost::chrono !' which comes directly from m4/ax_boost_chrono.m4 I am sort of newbie at programming, learning, and tried to find where I could add in configure.ac but there is so much in there with so many OS's and arch's that I can't figure it out. Please do add or assign to someone who is familiar with configure.ac as I know that would be the cleaner way. Also, should probably be added to doc/build-unix.md |
|
The only one around here that has a real clue about autotools is @cfields, and he's very busy with other things. I'd suggest to just add a warning in the documentation in doc/build-unix.md for now. |
Added AC_MSG_ERROR to configure.am for Ubuntu 13.10 users with libboost1.54-all-dev and libboost1.53 fatal error alert 'Could not link against libboost::chrono !' instruction to remove libboost1.54-all-dev and install libboost1.53-all-dev.
|
I moved the alert over to configure.am removed it from the m4 macros, it just took me a but longer to figure it out than most people here, I'm sure. But, I figured it out. I prefer it that way anyway, as everything should be pre-checked in configure.am and it keeps the code cleaner and easier work with having it that way. --edit-- sorry I did a separate pull request, not sure if that was the way, but I am also new to GIT. |
Added Ubuntu 13.10 specific instuctions to deal with libboost1.54-all-dev incompatibility and fatal error alert 'Could not link against libboost::chrono !'
Attempt to add alert in with `if test x$boost_sleep != xyes; then` statement.
Conflicts: configure.ac
Only throw AC_MSG_FAILURE about Ubuntu 13.10 libboost1.54-all-dev incompatibility if BOOST_VERSION >= 105300 && <= 105400
|
Automatic sanity-testing: FAILED BUILD/TEST, see http://jenkins.bluematt.me/pull-tester/68e15ff88b669d1cda76892ed4d8addabfd1ff8b for binaries and test log. This could happen for one of several reasons:
If you believe this to be in error, please ping BlueMatt on freenode or TheBlueMatt here. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ |
|
Can you squash this into a single commit? |
|
No need to close the pull, you can make changes and push to the same branch, and it will appear in the current pull request. |
|
It was easier for me this way, I got myself so confused with the multiple Sincerely, Bitcoin, Crypto-Currencies, Web development, Programming, Investing, & Donations Always Appreciated and used for projects! CEX.io - Bitcoin Commodity Exchange https://cex.io/r/0/allbiznessman/0/ On Tue, Jan 14, 2014 at 5:01 PM, Wladimir J. van der Laan <
|
|
AllBiznessMan sent you an invitation Twitter helps you stay connected with what's happening right now and with the people and organizations you care about. https://twitter.com/i/67cf248b-7a52-4c14-9855-9fda0a727b85 This message was sent by Twitter on behalf of Twitter users who entered your email address to invite you to Twitter. Need help? |
No description provided.