[MacPorts] #48712: Cannot sudo port install ncurses
#48712: Cannot sudo port install ncurses -------------------------+-------------------------------- Reporter: paula.srs@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: -------------------------+-------------------------------- ---> Building ncurses Error: org.macports.build for port ncurses returned: command execution failed Please see the log file for port ncurses for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ncurses/ncurses/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ncurses failed -- Ticket URL: <https://trac.macports.org/ticket/48712> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Changes (by ionic@…): * owner: macports-tickets@… => jmr@… * port: => ncurses Comment: Please remember to CC the maintainer(s), if any, next time. Also fill out the Port field. This build log is incomplete. Run `sudo port clean ncurses` and try updating again. Once it fails, re- upload the complete `main.log` file. -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Description changed by ionic@…: Old description:
---> Building ncurses Error: org.macports.build for port ncurses returned: command execution failed Please see the log file for port ncurses for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ncurses/ncurses/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ncurses failed
New description: {{{ ---> Building ncurses Error: org.macports.build for port ncurses returned: command execution failed Please see the log file for port ncurses for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ncurses/ncurses/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ncurses failed }}} -- -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Comment (by paula.srs@…): ~ paula$ sudo port install ncurses ---> Fetching archive for ncurses ---> Attempting to fetch ncurses-6.0_0.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ncurses ---> Attempting to fetch ncurses-6.0_0.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/ncurses ---> Attempting to fetch ncurses-6.0_0.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/ncurses ---> Fetching distfiles for ncurses ---> Verifying checksums for ncurses ---> Extracting ncurses ---> Applying patches to ncurses ---> Configuring ncurses ---> Building ncurses Error: org.macports.build for port ncurses returned: command execution failed Please see the log file for port ncurses for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ncurses/ncurses/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ncurses failed -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Comment (by jmr@…): {{{ :info:configure checking version of /usr/bin/clang++... 2.1 }}} That's much too old to be using on Mavericks, it should be at least 5.0 or so. Make sure your Xcode and command line tools are up to date. -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Comment (by paula.srs@…): ~ paula$ sudo port install clang-3.8 Password: ---> Building ncurses Error: org.macports.build for port ncurses returned: command execution failed Please see the log file for port ncurses for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ncurses/ncurses/main.log Error: Unable to upgrade port: 1 Error: Unable to execute port: upgrade cctools failed Xcode and command line tools are up to date (versions 6.2) -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Comment (by jmr@…): Replying to [comment:5 paula.srs@…]:
Xcode and command line tools are up to date (versions 6.2)
Then clang++ should be version 6.0. What is printed now if you run this command? {{{ /usr/bin/clang++ -v }}} -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Comment (by paula.srs@…): paula$ /usr/bin/clang++ -v Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ncurses | --------------------------+------------------- Comment (by jmr@…): OK, so that is not the clang++ that comes with Xcode 6.2. If you did in fact install the correct command line tools before, they have somehow been overwritten (at least partially) and you probably need to reinstall them. -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#48712: ncurses @6.0: std::__1::cerr and others undefined --------------------------+-------------------- Reporter: paula.srs@… | Owner: jmr@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: invalid | Keywords: Port: ncurses | --------------------------+-------------------- Changes (by jmr@…): * status: new => closed * resolution: => invalid Comment: Assuming this was due to old command line tools. -- Ticket URL: <https://trac.macports.org/ticket/48712#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts