Opened 10 years ago

Closed 10 years ago

#42934 closed defect (fixed)

libtheora build fails with Xcode 5.1 due to -fforce-addr flag

Reported by: sk-public@… Owned by: rmstonecipher@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: libtheora

Description

Build fails because clang does not recognize -fforce-addr option. This problem has apparently been addressed elsewhere by patching configure to remove this option when using clang (e.g. http://lists.freebsd.org/pipermail/svn-ports-all/2014-February/047425.html).

Change History (4)

comment:1 Changed 10 years ago by sk-public@…

The actual error is

:info:build clang: error: unknown argument: '-fforce-addr' [-Wunused-command-line-argument-hard-error-in-future]
:info:build clang: note: this will be a hard error (cannot be downgraded to a warning) in the future

Build log is attached in var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libtheora-libtheora-main.log-2014-03-19.

comment:2 Changed 10 years ago by dbevans (David B. Evans)

Cc: rmstonecipher@… removed
Owner: changed from macports-tickets@… to rmstonecipher@…
Port: libtheora added

Please fill in the Port: field when submitting tickets.

comment:3 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Fixed in r118032.

Note: See TracTickets for help on using tickets.