Opened 4 years ago

Closed 4 years ago

#59761 closed defect (fixed)

mpgtx @1.3.1: ld: internal error: atom not found in symbolIndex(__ZN16mpegOutWithVideo9CorrectTSEl)

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: mpgtx

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

mpgtx does not build:

ld: warning: option -s is obsolete and being ignored
ld: internal error: atom not found in symbolIndex(__ZN16mpegOutWithVideo9CorrectTSEl) for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Change History (2)

comment:1 in reply to:  description Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to ryandesign
Status: newaccepted

In fact, although it says the -s option is being ignored, it is the -s option that is causing this problem; removing it fixes it.

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 56f2f4ed9b63ca2f57997dead0b147512dc78e13/macports-ports (master):

mpgtx: Remove obsolete -s flag from ldflags

Fixes build failure on some systems.

Closes: #59761

Note: See TracTickets for help on using tickets.