Skip to content

Instantly share code, notes, and snippets.

@mcallaway
Created April 13, 2015 16:01
Show Gist options
  • Save mcallaway/f21068454a959b798806 to your computer and use it in GitHub Desktop.
Save mcallaway/f21068454a959b798806 to your computer and use it in GitHub Desktop.
joinx fails to build on trusty
mcallawa@mcallawa-trusty:~/git/joinx/build$ make
Scanning dependencies of target boost-1.56
[ 0%] Creating directories for 'boost-1.56'
[ 1%] Performing download step (DIR copy) for 'boost-1.56'
[ 1%] No patch step for 'boost-1.56'
[ 2%] No update step for 'boost-1.56'
[ 3%] Performing configure step for 'boost-1.56'
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Detecting Python version... 2.7
Detecting Python root... /usr
Unicode/ICU support for Boost.Regex?... not found.
Backing up existing Boost.Build configuration in project-config.jam.1
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/boost-build2/doc/html/index.html
[ 4%] Performing build step for 'boost-1.56'
make[2]: *** [vendor/src/boost-1.56-stamp/boost-1.56-build] Error 1
make[1]: *** [CMakeFiles/boost-1.56.dir/all] Error 2
make: *** [all] Error 2
@mcallaway
Copy link
Author

Problem was missing libbz2-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment