Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#43103 closed defect (fixed)

webkit-gtk +quartz +video upgrade fails (complains about missing gtk+-x11-2.0)

Reported by: AP1010 Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: dbevans (David B. Evans), Polyergic (Shad Sterling), petrrr, hubsif, izonov@…, jgmath2000@…, cooljeanius (Eric Gallager)
Port: webkit-gtk

Description

I have webkit-gtk installed with quartz support and without x11 (webkit-gtk @2.2.3_1+quartz+video (active)). Upgrade attempt fails with error message pointing to missing gtk+-x11-2.0.

Attachments (1)

main.log (36.3 KB) - added by AP1010 10 years ago.

Download all attachments as: .zip

Change History (11)

Changed 10 years ago by AP1010

Attachment: main.log added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: me@… added; jeremyhu@… removed
Owner: changed from macports-tickets@… to jeremyhu@…
Port: webkit-gtk added

Has duplicate #43104.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: devans@… added

comment:3 Changed 10 years ago by petrrr

Cc: Peter.Danecek@… added

Cc Me!

comment:4 Changed 10 years ago by hubsif

Cc: hubsif@… added

Cc Me!

comment:5 Changed 10 years ago by izonov@…

Cc: izonov@… added

Cc Me!

comment:6 Changed 10 years ago by jgmath2000@…

Cc: jgmath2000@… added

Cc Me!

comment:7 Changed 10 years ago by AP1010

Possible fix:
In the Portfile, replace:

variant quartz {
    configure.args-append --with-target=quartz
    platform darwin 13 {
        # TODO: File upstream
        #       http://trac.macports.org/ticket/41663
        configure.args-append --disable-accelerated-compositing
    }

with:

variant quartz {
    configure.args-append --with-target=quartz
    platform darwin 13 {
        # TODO: File upstream
        #       http://trac.macports.org/ticket/41663
        configure.args-append --disable-accelerated-compositing --enable-x11-target=no
    }

Worked for me.

comment:8 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Thanks.

Fixed with r119072

comment:9 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

comment:10 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

Note: See TracTickets for help on using tickets.