Opened 11 years ago
Closed 11 years ago
#42234 closed defect (invalid)
faac-1.28 configure error b/c of clang on fresh Mavericks
Reported by: | macports.org@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | faac |
Description (last modified by neverpanic (Clemens Lang))
Hello, Updated to Mavericks, installed (not migrated) MacPorts, installed xz, tried to install ffmpeg, install fails on port faac.
The relevant lines from the log are:
:info:configure checking for gcc... /usr/bin/clang :info:configure checking whether the C compiler works... no :info:configure configure: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_faac/faac/work/faac-1.28': :info:configure configure: error: C compiler cannot create executables
since this is a dependency, I did not even set options for faac.
Change History (2)
comment:1 Changed 11 years ago by macports.org@…
comment:2 Changed 11 years ago by neverpanic (Clemens Lang)
Description: | modified (diff) |
---|---|
Keywords: | clang removed |
Resolution: | → invalid |
Status: | new → closed |
That usually means you did not install the command line tools (xcode-select --install
on Mavericks) or did not accept the Xcode license agreement (open Xcode or run sudo xcodebuild -license
).
This is not a bug. Trac is for bugs and feature requests only. If you continue to have problems after ensuring the command line tools are installed and the license has been accepted, please use the macports-users mailing list for further tech support.
Note: See
TracTickets for help on using
tickets.
sorry, missed the formatting ...