Edit: configure.am and doc/build-unix.md for Ubuntu 13.10 with libboost1.54-all-dev incompatibility #3454

pull sudosurootdev wants to merge 15 commits into bitcoin:master from sudosurootdev:edit changing 2 files +23 −3
  1. sudosurootdev commented at 10:33 PM on December 20, 2013: none

    Edit: configure.am and doc/build-unix.md for Ubuntu 13.10 users to deal with very messy issue with Ubuntu Saucy 13.10 and libboost1.54-all-dev because Ubuntu is now using multi architecture libs for 64 bit systems but libboost1.54-all-dev was looked over this time, so libboost1.53-all-dev works on Saucy 13.10 and libboost1.54-all-dev will work in Trusty but libboost1.54-all-dev does not work to build Bitcoin with Ubuntu Saucy 13.10 and configure will return error: 'Could not link against libboost::chrono !' because the boost libs are placed in different locations for 1.53 and 1.54.

  2. Add AC_MSG_ERROR for Ubuntu 13.10 libboost1.54-all-dev error: Could not link against libboost::chrono 1b3efca1ed
  3. Update ax_boost_chrono.m4 1da91e7793
  4. Update configure.ac
    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.
    c2a8999161
  5. Update build-unix.md 2ef355b272
  6. Update build-unix.md
    Added Ubuntu 13.10 specific instuctions to deal with libboost1.54-all-dev incompatibility and fatal error alert 'Could not link against libboost::chrono !'
    3797b8e843
  7. Update configure.ac aed4226fb8
  8. Update build-unix.md c11e1733ab
  9. Update configure.ac 27b8df4290
  10. Update ax_boost_chrono.m4 0342101fb5
  11. Merge branch 'master' into fix 64b9f937ce
  12. Update configure.ac
    Attempt to add alert in with `if test x$boost_sleep != xyes; then` statement.
    be5f630071
  13. Update configure.ac fc48f9857e
  14. Merge branch 'fix' of https://github.com/sudosurootdev/bitcoin
    Conflicts:
    	configure.ac
    ef47b826c5
  15. Update configure.ac
    Only throw AC_MSG_FAILURE about Ubuntu 13.10 libboost1.54-all-dev incompatibility if BOOST_VERSION >= 105300 && <= 105400
    68e15ff88b
  16. Added configure update and doc for Ubuntu 13.10 and libboost1.54-all-dev
    modified: doc/build-unix.md
    modified: configure.am
    b541ae2315
  17. BitcoinPullTester commented at 1:49 AM on December 24, 2013: none

    Automatic sanity-testing: FAILED BUILD/TEST, see http://jenkins.bluematt.me/pull-tester/b541ae2315b31af853637f204a2dc33d1b3d8aa2 for binaries and test log.

    This could happen for one of several reasons:

    1. It chanages paths in makefile.linux-mingw or otherwise changes build scripts in a way that made them incompatible with the automated testing scripts (please tweak those patches in qa/pull-tester)
    2. It adds/modifies tests which test network rules (thanks for doing that), which conflicts with a patch applied at test time
    3. It does not build on either Linux i386 or Win32 (via MinGW cross compile)
    4. The test suite fails on either Linux i386 or Win32
    5. The block test-cases failed (lookup the first bNN identifier which failed in https://github.com/TheBlueMatt/test-scripts/blob/master/FullBlockTestGenerator.java)

    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/ Contact BlueMatt on freenode if something looks broken.

  18. sudosurootdev closed this on Jan 14, 2014

  19. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me