[boost] "Easy Build and Install" fails at bootstrap.sh

714 views
Skip to first unread message

Josh Juran

unread,
Sep 29, 2014, 7:13:04 PM9/29/14
to bo...@lists.boost.org
I'm building Boost from Git since there's no secured download option, only HTTP.

josh@alice:~/src/boost$ git log --oneline -n1
43bb782 Update thread from master.

josh@alice:~/src/boost$ ./bootstrap.sh
./bootstrap.sh: 1: ./bootstrap.sh: ./tools/build/src/engine/build.sh: not found
Building Boost.Build engine with toolset ...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details

josh@alice:~/src/boost$ cat bootstrap.log
./bootstrap.sh: 218: cd: can't cd to ./tools/build/src/engine

Do I need to run git-submodule? It would be helpful if Getting Started covered this.

Josh



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Kyle Lutz

unread,
Sep 29, 2014, 9:12:43 PM9/29/14
to bo...@lists.boost.org
On Mon, Sep 29, 2014 at 4:12 PM, Josh Juran <jju...@gmail.com> wrote:
> I'm building Boost from Git since there's no secured download option, only HTTP.
>
> josh@alice:~/src/boost$ git log --oneline -n1
> 43bb782 Update thread from master.
>
> josh@alice:~/src/boost$ ./bootstrap.sh
> ./bootstrap.sh: 1: ./bootstrap.sh: ./tools/build/src/engine/build.sh: not found
> Building Boost.Build engine with toolset ...
> Failed to build Boost.Build build engine
> Consult 'bootstrap.log' for more details
>
> josh@alice:~/src/boost$ cat bootstrap.log
> ./bootstrap.sh: 218: cd: can't cd to ./tools/build/src/engine
>
> Do I need to run git-submodule? It would be helpful if Getting Started covered this.

Yeah, run "git submodule update --init" to checkout the git
sub-modules for the individual Boost libraries.

Alternatively, you can use the following command to clone the boost
repo along with all of the sub-modules:

git clone --recursive https://github.com/boostorg/boost.git

Cheers,
Kyle

Niall Douglas

unread,
Sep 30, 2014, 3:47:29 AM9/30/14
to bo...@lists.boost.org
On 29 Sep 2014 at 16:12, Josh Juran wrote:

> I'm building Boost from Git since there's no secured download option, only HTTP.

Boost latest release as a single git repo:
https://github.com/ned14/boost-release.git

Boost release as a HTTPS download:
https://github.com/ned14/boost-release/archive/master.zip

If you need a specific version:
https://github.com/ned14/boost-release/releases

Niall

--
ned Productions Limited Consulting
http://www.nedproductions.biz/
http://ie.linkedin.com/in/nialldouglas/


Tom Kent

unread,
Sep 30, 2014, 8:43:48 AM9/30/14
to Boost Developers List
On Mon, Sep 29, 2014 at 6:12 PM, Josh Juran <jju...@gmail.com> wrote:

> I'm building Boost from Git since there's no secured download option, only
> HTTP.
>

The sourceforge downloads are https:// for me...I'm not sure why they
aren't for you.

I've been signing the sha-256 sums of the windows binaries with my GPG key,
maybe we should have the release team do something similar for the source
releases?

Tom
Reply all
Reply to author
Forward
0 new messages