New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23058 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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.

comment:3 Changed 3 years ago by ryandesign@…

  • 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 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

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.