[MacPorts] #40951: installing boost @1.54.0 failed
#40951: installing boost @1.54.0 failed --------------------------+-------------------------------- Reporter: namitkewat@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: boost | Port: boost @1.54.0 --------------------------+-------------------------------- I am getting this error while installing boost: {{{ Namit-Kewats-MacBook:~ namitkewat$ sudo port install boost @1.54.0 ---> Computing dependencies for boost ---> Configuring boost Error: org.macports.configure for port boost returned: configure failure: command execution failed Please see the log file for port boost for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_boost/boost/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port boost failed }}} How to resolve this?? -- Ticket URL: <https://trac.macports.org/ticket/40951> MacPorts <http://www.macports.org/> Ports system for OS X
#40951: boost @1.54.0: configure failed ---------------------------+-------------------------------- Reporter: namitkewat@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: boost | ---------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: boost => * port: boost @1.54.0 => boost Comment: This is not a clean log. Please [http://guide.macports.org/chunked/project.html#project.tickets.prerequisites clean and try again] and attach the new log. If the new log also says {{{ Building Boost.Build engine with toolset darwin... Failed to build Boost.Build build engine Consult 'bootstrap.log' for more details }}} like the old one does, then also attach the bootstrap.log (it'll be somewhere inside the directory identified by the command `port work boost`). -- Ticket URL: <https://trac.macports.org/ticket/40951#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40951: boost @1.54.0: configure failed ---------------------------+-------------------------------- Reporter: namitkewat@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: boost | ---------------------------+-------------------------------- Comment (by namitkewat@…): Please close this issue, i have sorted it out. [[BR]] It requires clang!!! after installing clang-3.3 everything works fine; just it took 5 hours to complete everything!!! {{{ Namit-Kewats-MacBook:~ namitkewat$ port deps boost Full Name: boost @1.54.0_0+no_single+no_static+python27 Build Dependencies: clang-3.3 Library Dependencies: zlib, expat, bzip2, libiconv, icu, python27 }}} -- Ticket URL: <https://trac.macports.org/ticket/40951#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40951: boost @1.54.0: configure failed ---------------------------+-------------------------------- Reporter: namitkewat@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: boost | ---------------------------+-------------------------------- Comment (by ryandesign@…): MacPorts did not install clang-3.3 for you? As you've shown above, clang-3.3 is listed as a build dependency. -- Ticket URL: <https://trac.macports.org/ticket/40951#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40951: boost @1.54.0: configure failed ---------------------------+-------------------------------- Reporter: namitkewat@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: boost | ---------------------------+-------------------------------- Comment (by namitkewat@…): Yes MacPorts didn't install clang while installing boost.. [[BR]] so I have first installed clang-3.3 separately and then boost; and here a current info of clang-3.3 and boost. . [[BR]] {{{ Namit-Kewats-MacBook:~ namitkewat$ port info clang-3.3 clang-3.3 @3.3_1 (lang) Variants: [+]analyzer, arm_runtime, assertions, python25, python26, [+]python27, universal Description: Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code. Homepage: http://clang.llvm.org/ Extract Dependencies: subversion Library Dependencies: llvm-3.3, libffi Runtime Dependencies: clang_select, ld64, perl5, python27 Platforms: darwin License: NCSA Maintainers: jeremyhu@macports.org Namit-Kewats-MacBook:~ namitkewat$ port info boost boost @1.54.0 (devel) Variants: debug, [+]no_single, [+]no_static, openmpi, python25, python26, [+]python27, python31, python32, python33, regex_match_extra, universal Description: Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. Homepage: http://www.boost.org Build Dependencies: clang-3.3 Library Dependencies: zlib, expat, bzip2, libiconv, icu, python27 Platforms: darwin License: Boost-1 Maintainers: nomaintainer@macports.org }}} -- Ticket URL: <https://trac.macports.org/ticket/40951#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#40951: boost @1.54.0: configure failed ---------------------------+-------------------------------- Reporter: namitkewat@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: worksforme | Keywords: Port: boost | ---------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => worksforme Comment: Replying to [comment:4 namitkewat@…]:
Yes MacPorts didn't install clang while installing boost.. [[BR]]
That shouldn't be possible and I don't understand why that happened (or, rather, didn't happen). But I'm glad you got it working by manually installing clang-3.3. If you encounter other situations where a listed dependency does not get installed, please let us know. -- Ticket URL: <https://trac.macports.org/ticket/40951#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts