Changes between Initial Version and Version 2 of Ticket #65785


Ignore:
Timestamp:
Sep 6, 2022, 6:20:16 PM (19 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65785

    • Property Status changed from new to assigned
    • Property Cc mascguy added
    • Property Summary changed from Boost 176 does not build with +openmpi to boost: install fails with +openmpi: bootstrap compilation fails for `b2`
    • Property Keywords monterey added
    • Property Version changed from to 2.7.2
    • Property Owner set to michaelld
    • Property Port boost added
  • Ticket #65785 – Description

    initial v2  
    1 Boost 176 does not build on Monterey 12.5.1 if the option +openmpi is chosen. Full log is attached
     1The various Boost ports fail to install with `+openmpi`, on Monterey 12.5.1.
     2
     3Appears to be an issue with bootstrap compilation of `b2`:
     4
     5{{{
     6:info:configure Building B2 engine..
     71421    :info:configure > cpp -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filesys.cpp filent.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam_strings.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp -o b2
     81422    :info:configure cpp: fatal error: too many input files
     91423    :info:configure compilation terminated.
     101424    :info:configure > cp b2 bjam
     111425    :info:configure cp: b2: No such file or directory
     121426    :info:configure Failed to build B2 build engine
     13}}}