Opened 11 years ago

Last modified 11 years ago

#40961 closed defect

ncurses: Undefined symbols ___sincos_stret — at Version 1

Reported by: fabiocap93@… Owned by: jmr@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc:
Port: ncurses

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When trying sudo port install ncurses it gets stuck here:

--->  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

Log file attached

Change History (2)

Changed 11 years ago by fabiocap93@…

Attachment: main.log added

Log file

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: mavericks added
Owner: changed from macports-tickets@… to jmr@…
Port: ncurses added
Summary: Can't install ncurses on OS X Mavericksncurses: Undefined symbols ___sincos_stret

The log says:

:info:build Undefined symbols for architecture x86_64:
:info:build   "___sincos_stret", referenced from:
:info:build       _main in tclock.o
:info:build ld: symbol(s) not found for architecture x86_64

This is new to me. It builds fine for me on Mavericks.

Is it possible you have an old version of Xcode or its command line tools? A developer preview perhaps? Googling this error led me to this stack overflow post which says uninstalling and reinstalling Xcode and the command line tools fixes this problem.

Note: See TracTickets for help on using tickets.