[MacPorts] #39987: clutter fails to build when gtk3 is installed
#39987: clutter fails to build when gtk3 is installed ------------------------+-------------------------- Reporter: jeremyhu@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: clutter gtk3 ------------------------+-------------------------- clutter tries to use gdk3 if it is installed: {{{ AS_IF([test "x$enable_gdk" = "xcheck"], [ PKG_CHECK_EXISTS([gdk-3.0 >= gdk_req_version], [enable_gdk=yes], [enable_gdk=no]) ]) }}} but the gtk3 port doesn't install the gobject-introspection files, so the build fails: {{{ Couldn't find include 'Gdk-3.0.gir' (search path: ['gir-1.0', '/opt/local/share/gir-1.0', '/usr/share/gir-1.0', '/opt/local/share/gir-1.0']) make[2]: *** [ClutterGdk-1.0.gir] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/39987> MacPorts <http://www.macports.org/> Ports system for OS X
#39987: clutter fails to build when gtk3 is installed ---------------------------+---------------------- Reporter: jeremyhu@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: clutter gtk3 | ---------------------------+---------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: r108864 -- Ticket URL: <https://trac.macports.org/ticket/39987#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39987: clutter fails to build when gtk3 is installed ---------------------------+---------------------- Reporter: jeremyhu@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: clutter gtk3 | ---------------------------+---------------------- Comment (by egall@…): Replying to [comment:1 jeremyhu@…]:
r108864
I would assume that that's a temporary workaround until gtk3 is actually able to install its gobject-introspection files? -- Ticket URL: <https://trac.macports.org/ticket/39987#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts