#35612: proctools: bsdmake: setrlimit: Invalid argument --------------------------------+---------------------- Reporter: chuckmcknight@… | Owner: raimue@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: bsdmake proctools | --------------------------------+---------------------- Comment (by raimue@…): On my Mac OS X 10.8.2 build 12C54, `ulimit -a` returns the following list: {{{ core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 709 virtual memory (kbytes, -v) unlimited }}} So given that my system returns `256` and your system has `8192`, there seems to be a different configuration. I will try to reproduce the issue and hopefully manage to patch bsdmake for this. -- Ticket URL: <https://trac.macports.org/ticket/35612#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS