[MacPorts] #67307: glib2 compilation issues with clang

MacPorts noreply at macports.org
Sun May 14 17:03:17 UTC 2023


#67307: glib2 compilation issues with clang
-----------------------+----------------------
  Reporter:  rmottola  |      Owner:  mascguy
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  leopard
      Port:  glib2     |
-----------------------+----------------------

Comment (by kencu):

 For completeness here, Tiger has only the basic close calls:
 {{{
 TigerVM:~$ nm -a -arch x86_64 /usr/lib/libSystem.B.dylib | grep _close |
 grep T
 00000000000bb24e T ___bt_close
 00000000000b1744 T ___rec_close
 00000000000e4440 T ___res_close
 00000000000e0dfb T __res_close
 0000000000035ffa T _asl_close
 00000000000d17ec T _close
 000000000009f165 T _closedir
 000000000007c678 T _closelog
 000000000003e989 T _dbm_close
 000000000002ff5c T _fts_close
 00000000000d1bfd T _mpool_close
 000000000004167c T _sem_close

 TigerVM:~$ nm -a -arch i386 /usr/lib/libSystem.B.dylib | grep _close |
 grep T
 900874d6 T _closedir$UNIX2003
 9004735b T _fts_close
 900b204d T _asl_close
 900b8f2a T _dbm_close
 9006d490 T _sem_close
 9004509c T _closelog
 90016440 T _closedir
 900f8a46 T ___rec_close
 9004cb4f T ___bt_close
 9000fdf0 T _close
 9004cd30 T _mpool_close
 90115aec T __res_close
 901190d0 T ___res_close
 90067b3d T _kvm_close
 901586f3 T _launchd_close
 }}}

 so none of the {{{$NOCANCEL}}} or {{{$UNIX2003}}} _close variants appear
 to be available there. ({{{_closedir$UNIX2003}}} for i386 only noted).

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


More information about the macports-tickets mailing list