[MacPorts] #68515: qgis3 fails to build on macOS Sonoma ARM

MacPorts noreply at macports.org
Fri Oct 20 20:09:09 UTC 2023


#68515: qgis3 fails to build on macOS Sonoma ARM
------------------------+---------------------------
  Reporter:  alanterra  |      Owner:  Veence
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.8.1
Resolution:             |   Keywords:  sonoma, arm64
      Port:  qgis3      |
------------------------+---------------------------

Comment (by ryandesign):

 The log says:
 {{{
 :info:build make: *** read jobs pipe: Resource temporarily unavailable.
 Stop.
 }}}
 so that would suggest too many things running at one time on your
 computer, and if you try again later when you have fewer things running it
 might work.

 I see that you're building with 24 parallel jobs. MacPorts wouldn't choose
 that unless you had at least 24 processor cores and at least 24 GB of
 memory. That's been pretty uncommon until recently so that may explain why
 we haven't run into this much before. You can try with fewer jobs, such
 as:

 {{{
 sudo port build p5.34-io-compress-brotli build.jobs=8
 }}}

 If this proves to be a common problem you can make a lower number of jobs
 the default by uncommenting `buildmakejobs` in
 /opt/local/etc/macports/macports.conf and changing its value.

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


More information about the macports-tickets mailing list