Opened 5 years ago
Closed 5 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))
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 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | set to ryandesign |
Status: | new → accepted |
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
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.