Opened 14 years ago

Last modified 6 months ago

#28365 assigned defect

boost-jam @3.1.18 bootstrap.jam not installed

Reported by: wichert@… Owned by:
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: m214089, akimd (Akim Demaille), cooljeanius (Eric Gallager)
Port: boost-jam

Description

As far as I can see the bjam data files are not installed. As a quick test I tried compiling the Boost.Python example:

bash-3.2$ cd /opt/local/share/doc/boost/libs/python/example/quickstart
bash-3.2$ bjam
Unable to load Boost.Build: could not find build system.
---------------------------------------------------------
/opt/local/share/doc/boost/libs/python/example/quickstart/boost-build.jam attempted to load the build system by invoking

   'boost-build ../../../../tools/build/v2 ;'

but we were unable to find "bootstrap.jam" in the specified directory
or in BOOST_BUILD_PATH (searching /opt/local/share/doc/boost/libs/python/example/quickstart/../../../../tools/build/v2, /opt/local/share/boost-build).

Please consult the documentation at 'http://www.boost.org'.

Change History (8)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to jon.olsson@…
Port: boost-jam added

comment:2 Changed 13 years ago by dev@…

Seems to be missing some of the stuff I'm used to as well, such as a template user-config.jam.

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Neither bootstrap.jam nor user-config.jam exists in the source distribution. I think this port was made solely for the purpose of building boost, and is now obsolete for that. So maybe it should just be removed.

comment:4 Changed 13 years ago by m214089

Cc: luis.kornblueh@… added

Cc Me!

comment:5 Changed 11 years ago by akimd (Akim Demaille)

Cc: akim.demaille@… added

Cc Me!

comment:6 Changed 11 years ago by akimd (Akim Demaille)

It is my understanding that, indeed, BJam is broken on MacPorts. Yet this ticket is three years old :/ Is there anyone monitoring this issue?

A BJam port is probably useful as it's the documented way to start using some Boost components, such as Boost.Python.

comment:7 Changed 5 years ago by mf2k (Frank Schima)

Owner: jon.olsson@… deleted
Status: newassigned

See #58248.

comment:8 Changed 6 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.