View Single Post
  #3   (View Single Post)  
Old 28th October 2018
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

Quote:
Originally Posted by jggimi View Post
I'm guessing you have a non-standard port build configuration. To narrow down the possible causes:
  • What are the contents of /etc/mk.conf?
  • What port(s) is(are) failing to build?
  • What is the failure?
I haven't done anything funky (yet ) with the ports setup. It is configured to build as a user in the wsrc group.

1) $ cat /etc/mk.conf
Code:
SUDO=doas
CLEANDEPENDS=Yes
2) /usr/ports/devel/ipython - there are many dependencies. The stop occurs fairly deep into the process.

3) $ env FLAVOR="python3" make install clean - attempting to reproduce the failure now. It might take an hour or so for the build to get to the fail point. I will post the exact message then. But if I recall correctly, the failure did mention something about ulimit -d, suggesting (it seemed at the time) insufficient resources.
Reply With Quote