[MacPorts] #64001: Installing librsvg fails with pango errors

MacPorts noreply at macports.org
Fri Nov 19 09:27:29 UTC 2021


#64001: Installing librsvg fails with pango errors
----------------------+----------------------
  Reporter:  breun    |      Owner:  mascguy
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:
Resolution:           |   Keywords:
      Port:  librsvg  |
----------------------+----------------------

Comment (by breun):

 I have this issue on two machines.

 When I tried to install the update with trace mode enabled this appeared
 in the output:

 {{{
 Warning: The following files inside the MacPorts prefix not installed by a
 port were accessed:
   /opt/local/lib/pkgconfig/pango.pc
   /opt/local/lib/pkgconfig/pangocairo.pc
 }}}

 The contents of these files indeed refer to version 1.42.4:

 {{{
 ❯ cat /opt/local/lib/pkgconfig/pango.pc
 prefix=/opt/local
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include

 Name: Pango
 Description: Internationalized text handling
 Version: 1.42.4
 Requires: glib-2.0 gobject-2.0
 Requires.private: fribidi
 Libs: -L${libdir} -lpango-1.0
 Libs.private: -lm
 Cflags: -I${includedir}/pango-1.0
 }}}

 {{{
 ~ ❯ cat /opt/local/lib/pkgconfig/pangocairo.pc
 prefix=/opt/local
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include

 Name: Pango Cairo
 Description: Cairo rendering support for Pango
 Version: 1.42.4
 Requires: pango cairo
 Requires.private:  pangoft2
 Libs: -L${libdir} -lpangocairo-1.0
 Cflags: -I${includedir}/pango-1.0
 }}}

 I don't know why these files are here, but according to MacPorts there are
 not installed by a port. Any ideas about why I would have these files?
 Should I just delete these files?

-- 
Ticket URL: <https://trac.macports.org/ticket/64001#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list