Changes between Initial Version and Version 1 of Ticket #22959


Ignore:
Timestamp:
Dec 20, 2009, 11:51:12 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22959

    • Property Cc ryandesign@… added
  • Ticket #22959 – Description

    initial v1  
    55I then ran a command to force upgrade them all with the +universal variant:
    66
     7{{{
    78script bigbuild.log sudo port -pdk upgrade --force installed  +universal
     9}}}
    810
    911After a few hours of compilation an error occurred:
    1012
     13{{{
    1114./libtool: cannot make pipe for command substitution: Too many open files
     15}}}
    1216
    1317I increased the ulimit(1) open files limit for the process from 256 to 10000
     
    2327I counted them with:
    2428
     29{{{
    2530sudo lsof | grep -i tcl | grep receipts | wc -l
     31}}}
    2632
    2733and there were 272 instances of this file open.