[MacPorts] #69843: glib2 -2.78.4 -x11 -xauth +no_x11 +quartz fails to build on OSX 10.4 Tiger

MacPorts noreply at macports.org
Sun Apr 28 21:42:00 UTC 2024


#69843: glib2 -2.78.4 -x11 -xauth +no_x11 +quartz fails to build on OSX 10.4 Tiger
------------------------+--------------------
  Reporter:  pkoshevoy  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.9.3
Resolution:             |   Keywords:  tiger
      Port:  glib2      |
------------------------+--------------------

Comment (by pkoshevoy):

 The changes I've tried so far:

 {{{
 # (cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_glib2/glib2/work/glib-2.78.4/gio;
 diff gosxcontenttype.m~ gosxcontenttype.m)
 26a27
 > #include <LaunchServices/UTCoreTypes.h>
 }}}

 {{{
 # (cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_glib2/glib2/work/glib-2.78.4/glib;
 diff gfileutils.c~ gfileutils.c)3003c3003
 <   g_assert (dir == NULL || strnlen (dir, buffer_size) < buffer_size);
 ---
 >   g_assert (dir == NULL || memchr (dir, '\0', buffer_size) != NULL);
 }}}

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


More information about the macports-tickets mailing list