[MacPorts] #67243: gtk3: gtk-encode-symbolic-svg hangs with adwaita-icon-theme on MacOS

MacPorts noreply at macports.org
Sat May 6 00:07:32 UTC 2023


#67243: gtk3: gtk-encode-symbolic-svg hangs with adwaita-icon-theme on MacOS
--------------------------------------+----------------------
  Reporter:  lukaso                   |      Owner:  mascguy
      Type:  defect                   |     Status:  assigned
  Priority:  Normal                   |  Milestone:
 Component:  ports                    |    Version:  2.8.1
Resolution:                           |   Keywords:
      Port:  gtk3 adwaita-icon-theme  |
--------------------------------------+----------------------

Comment (by mascguy):

 Replying to [comment:7 mascguy]:
 > This is just a shot in the dark, but you might want to try using the
 alternative GNU utilities during the build: `coreutils` (which will supply
 `gmkdir`, among other things), plus `gmake`, `gsed`, and `gawk`.
 >
 > Most of this can be accomplished simply by adding those ports as build
 deps. Along with setting `build.cmd` to `${prefix}/bin/gmake`.

 Another option you can try: Use a RAM disk for the MacPorts build area,
 formatted as HFS+:

 {{{
 $ sudo bash -c 'dev=$(hdiutil attach -nomount ram://16777216) ; newfs_hfs
 -v "MacPorts-RamDisk-8G" ${dev} ; mount -t hfs ${dev}
 /opt/local/var/macports/build'
 }}}

 That removes APFS from the equation, and might make a difference.

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


More information about the macports-tickets mailing list