Opened 15 years ago
Closed 15 years ago
#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 (Ryan Carsten Schmidt) | |
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 (4)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Cc: | yattenator@… removed |
---|---|
Keywords: | mediatomb removed |
Owner: | changed from macports-tickets@… to yattenator@… |
Port: | mediatomb added |
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | spidermonkey removed |
---|
As of r65378, the universal variant is now automatically removed when the ffmpeg variant is selected. Now, if you deselect the ffmpeg variant and select the universal variant, the build succeeds... but is not universal.
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r65379 I updated mediatomb to 0.12.0, which now builds universal (again, as long as you deselect the ffmpeg variant).
Note: See
TracTickets for help on using
tickets.
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.