[MacPorts] #52605: adwaita-icon-theme @3.22.0 fails building on 10.5.8 PPC

MacPorts noreply at macports.org
Wed Oct 26 23:32:17 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 udbraumann):

 Thanks, I was checking at what step the error occurred, this is what I
 found:
 {{{
 ...
 Breakpoint 1, load_symbolic_svg (file_data=0x100f600 "<?xml version='1.0'
 encoding='UTF-8'?>\n<!-- Created with Inkscape (http://www.inkscape.org/)
 -->\n\n<svg xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname
 ='zoom-out-symbolic.svg' width='15.98"..., file_len=3552, width=128,
 height=128, fg=0xbffff428, success_color=0xbffff408,
 warning_color=0xbffff428, error_color=0xbffff428, error=0xbffff4d8) at
 encodesymbolic.c:62
 62        css_fg = gdk_rgba_to_string (fg);
 (gdb) n
 64        css_success = css_warning = css_error = NULL;
 (gdb) n
 66        css_warning = gdk_rgba_to_string (warning_color);
 (gdb) print **error
 Cannot access memory at address 0x0
 (gdb) n
 67        css_error = gdk_rgba_to_string (error_color);
 (gdb) print **error
 Cannot access memory at address 0x0
 (gdb) n
 68        css_success = gdk_rgba_to_string (success_color);
 (gdb) print **error
 Cannot access memory at address 0x0
 (gdb) n
 71        stream = g_memory_input_stream_new_from_data (file_data,
 file_len, NULL);
 (gdb) print **error
 Cannot access memory at address 0x0
 (gdb) n
 72        pixbuf = gdk_pixbuf_new_from_stream (stream, NULL, error);
 (gdb) print **error
 Cannot access memory at address 0x0
 (gdb) n
 73        g_object_unref (stream);
 (gdb) print **error
 $1 = {
   domain = 84,
   code = 3,
   message = 0xe0d170 "Unrecognized image file format"
 }
 (gdb) print stream
 $2 = (GInputStream *) 0xdc5028
 (gdb) print pixbuf
 $3 = (GdkPixbuf *) 0x0
 (gdb)
 ...
 }}}
 What do `domain = 84` and `code = 3` mean?

--
Ticket URL: <https://trac.macports.org/ticket/52605#comment:25>
MacPorts <https://www.macports.org/>
Ports system for OS X



More information about the macports-tickets mailing list