[MacPorts] #52605: adwaita-icon-theme @3.22.0 fails building on 10.5.8 PPC
MacPorts
noreply at macports.org
Thu Oct 27 04:20:57 CEST 2016
#52605: adwaita-icon-theme @3.22.0 fails building on 10.5.8 PPC
---------------------------------+----------------------
Reporter: udbraumann | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: adwaita-icon-theme |
---------------------------------+----------------------
Comment (by dbevans):
It just occurred to me that if librsvg is not installed and active or its
svg loader module is not installed, you would possibly get a very similar
error.
So, to double check:
* make sure librsvg is installed and active as well as gtk3 and gdk-
pixbuf2
{{{
$ port installed gtk3 gdk-pixbuf2 librsfvg
gdk-pixbuf2 @2.36.0_0+x11 (active)
gtk3 @3.22.2_0+x11 (active)
librsvg @2.40.16_0 (active)
}}}
* make sure the SVG loader module is installed
{{{
$ ls -l ${prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
-rwxr-xr-x 1 root admin 25960 Jun 27 14:32 /opt/local/lib/gdk-
pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
}}}
* run the following command to register the module (normally done during
activation of librsvg)
{{{
$ sudo gdk-pixbuf-query-loaders --update-cache
}}}
If you run this same command without the --update-cache, it will write
information about the currently available loaders to stdout. In there
somewhere you should see an entry like this:
{{{
"/opt/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so"
"svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml"
"text/xml-svg" "image/svg+xml-compressed" ""
"svg" "svgz" "svg.gz" ""
" <svg" "* " 100
" <!DOCTYPE svg" "* " 10
}}}
--
Ticket URL: <https://trac.macports.org/ticket/52605#comment:27>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list