[MacPorts] #69945: root6: @6.30.06 fails to install on sonoma, arm64

MacPorts noreply at macports.org
Fri May 17 08:21:50 UTC 2024


#69945: root6: @6.30.06 fails to install on sonoma, arm64
---------------------------+--------------------------
  Reporter:  derek-teaney  |      Owner:  cjones051073
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.9.3
Resolution:                |   Keywords:  sonoma arm64
      Port:  root6         |
---------------------------+--------------------------

Comment (by ryandesign):

 Replying to [comment:8 cjones051073]:
 > The only thing I see there that is possibly any help is
 >
 > {{{
 > make[3]: cp: Bad file descriptor
 > make[3]: *** read jobs pipe: No such file or directory.  Stop.
 > }}}

 This is coming from build/FREETYPE-prefix/src/FREETYPE/builds/detect.mk
 where it says:

 {{{
         @$(COPY) $(subst /,$(SEP),$(CONFIG_RULES) $(CONFIG_MK))
 }}}

 Wanting to double-check that it was in the correct directory, I added the
 line `pwd` above that one, which then failed with:

 {{{
 make[3]: pwd: Bad file descriptor
 }}}

 So it is simply running out of file descriptors. The default limit is 256.
 I'm now testing what happens if I increase the limit.

 If this used to work, maybe new versions of cmake use me file descriptors
 than old ones did, or they might have a file descriptor leak.

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


More information about the macports-tickets mailing list