Ticket #23058 (closed defect: fixed)
mediatomb 0.11.0 universal build fails
| Reported by: | reid@… | Owned by: | yattenator@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | ryandesign@… | |
| Port: | mediatomb |
Description
The universal variant of mediatomb does not build (10.6.2). It fails with attempting to find JS_NewObject during the configure phase. I believe this is because spidermonkey does not provide a universal build. Thus, JS_NewObject does not exist in all necessary arch's.
Maintainer CC'd.
Change History
comment:1 Changed 3 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to yattenator@…
- Keywords mediatomb removed
- Port set to mediatomb
- Cc yattenator@… removed
comment:2 Changed 3 years ago by ryandesign@…
- Cc ryandesign@… added
spidermonkey got its universal variant in #23059. But mediatomb by default selects its ffmpeg variant, which depends on ffmpeg, which does not have a universal variant.
Note: See
TracTickets for help on using
tickets.

