[MacPorts] #16057: cairo missing dependency on fontconfig, or internal misconfiguration of some sort
#16057: cairo missing dependency on fontconfig, or internal misconfiguration of some sort -----------------------------------+---------------------------------------- Reporter: gkshenaut@ucdavis.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -----------------------------------+---------------------------------------- % sudo port install cairo Portfile changed since last build; discarding previous state. ---> Fetching cairo ---> Verifying checksum(s) for cairo ---> Extracting cairo ---> Configuring cairo Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/cairo-1.6.4" && ./configure --prefix=/opt/local --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-glitz --disable-xcb --enable- freetype --enable-pdf --enable-png --enable-ps --enable-svg --enable-xlib --enable-xlib-xrender --with-x --enable-quartz --enable-quartz-font --enable-quartz-image " returned error 1 Command output: checking for cairo's Quartz backend... [...] checking for cairo's FreeType font backend... checking for FONTCONFIG... yes checking for FcFini... no no checking whether cairo's FreeType font backend could be enabled... no (requires fontconfig) configure: error: requested FreeType font backend could not be enabled Error: Status 1 encountered during processing. -- Ticket URL: <http://trac.macports.org/ticket/16057> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16057: cairo missing dependency on fontconfig, or internal misconfiguration of some sort ------------------------------------+--------------------------------------- Reporter: gkshenaut@ucdavis.edu | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------------+--------------------------------------- Changes (by blb@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * milestone: => Port Bugs Comment: Assigning to maintainer. cairo definitely lists a dependency on fontconfig, so perhaps an older version is installed? What does 'port installed fontconfig' report? -- Ticket URL: <http://trac.macports.org/ticket/16057#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16057: cairo missing dependency on fontconfig, or internal misconfiguration of some sort ------------------------------------+--------------------------------------- Reporter: gkshenaut@ucdavis.edu | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------------+--------------------------------------- Comment (by ryandesign@macports.org): Greg Shenaut responded by email saying:
fontconfig @2.2.3_1 (active)
So that is quite old. The current version of fontconfig is 2.6.0. Please "`sudo port selfupdate`" to update your MacPorts base and your ports tree, and then use "`port outdated`" to see what ports are outdated. fontconfig should be among those listed. Upgrade it and your other outdated ports to the latest version using e.g. "`sudo port upgrade fontconfig`". Then, once all your outdated ports are upgraded, and before trying to install cairo again, clean its work area using "`sudo port clean --work cairo`". Then you should be able to install cairo using "`sudo port install cairo`". The other possibility is that you are trying to install cairo with the +universal variant. Unfortunately that does not work at this time, and the error one would see is the same as the one you report here. See #15451. Please let us know if one of these matches your situation. P.S: Please remember WikiFormatting when filing tickets. -- Ticket URL: <http://trac.macports.org/ticket/16057#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16057: cairo missing dependency on fontconfig, or internal misconfiguration of some sort ------------------------------------+--------------------------------------- Reporter: gkshenaut@ucdavis.edu | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ------------------------------------+--------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => duplicate Comment: Since I haven't heard back from the reporter, I'll assume this is a duplicate of #15451. If that's not the case, please re-open this ticket and explain. -- Ticket URL: <http://trac.macports.org/ticket/16057#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16057: cairo missing dependency on fontconfig, or internal misconfiguration of some sort ------------------------------------+--------------------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: Port: cairo | ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * port: => cairo Old description:
% sudo port install cairo Portfile changed since last build; discarding previous state. ---> Fetching cairo ---> Verifying checksum(s) for cairo ---> Extracting cairo ---> Configuring cairo Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/cairo-1.6.4" && ./configure --prefix=/opt/local --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-glitz --disable-xcb --enable- freetype --enable-pdf --enable-png --enable-ps --enable-svg --enable-xlib --enable-xlib-xrender --with-x --enable-quartz --enable-quartz-font --enable-quartz-image " returned error 1 Command output: checking for cairo's Quartz backend... [...] checking for cairo's FreeType font backend... checking for FONTCONFIG... yes checking for FcFini... no no checking whether cairo's FreeType font backend could be enabled... no (requires fontconfig) configure: error: requested FreeType font backend could not be enabled
Error: Status 1 encountered during processing.
New description: {{{ % sudo port install cairo Portfile changed since last build; discarding previous state. ---> Fetching cairo ---> Verifying checksum(s) for cairo ---> Extracting cairo ---> Configuring cairo Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/cairo-1.6.4" && ./configure --prefix=/opt/local --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-glitz --disable-xcb --enable- freetype --enable-pdf --enable-png --enable-ps --enable-svg --enable-xlib --enable-xlib-xrender --with-x --enable-quartz --enable-quartz-font --enable-quartz-image " returned error 1 Command output: checking for cairo's Quartz backend... [...] checking for cairo's FreeType font backend... checking for FONTCONFIG... yes checking for FcFini... no no checking whether cairo's FreeType font backend could be enabled... no (requires fontconfig) configure: error: requested FreeType font backend could not be enabled Error: Status 1 encountered during processing. }}} -- -- Ticket URL: <http://trac.macports.org/ticket/16057#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts