On 5/6/16 8:09 AM, David Evans wrote: > On 5/6/16 5:55 AM, Andrea Giammarchi wrote: >> Hi there, >> without adding any variant, I've tried to install the following: gtk3 is >> OK, webkit2 is not. >> >> ```sh >> sudo port install gtk3 +quartz >> sudo port install webkit2-gtk +quartz >> ``` >> >> The unfortunate failure happens on `gstreamer1-gst-plugins-good`, which is >> built after `webkit2-gtk` is actually already >> built, making port install operation fail. >> >> I'm not sure what's going on, I've even installed a part, and successfully, >> `pulseadio -x11` before trying again but >> there's nothing t do, as soon as tagline or gst-plugins-good are installed >> the procedure fails. >> >> However, adding `-x11 +no_x11 +quartz +gtk3 -gtk2 +no_gtk2` made me able to >> build webkit2-gtk at one condition: remove >> manually the gstreamer1-gst-plugins-bad which requires mandatory +x11 flag >> and it would fail otherwise. >> >> I would expect that, in a clean env, with proper gtk3 + quartz already >> available, webkit2-gtk +quartz would just install >> without problems: is there anything I am doing wrong? >> >> (beside the flag +no_gtk2 that maybe is made up but it didn't hurt the build) >> >> Thank you >> > > This appears to be a consequence of the recent update of port taglib which > causes gstreamer1-gst-plugins-good and others > to fail. > > See > > https://trac.macports.org/ticket/51318 > https://trac.macports.org/ticket/51319 >
This issue has been resolved, so update your ports and try again. Should be working now. If not file a ticket. BTW to build the quartz version you just need to specify +quartz all the other variants you mentioned are not necessary and some don't even exist (no_x11, no_gtk2). _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
