On 2012/03/26 15:45, Jan Stary wrote: > On Mar 26 12:11:26, Stuart Henderson wrote: > > http://www.sqlite.org/releaselog/3_7_10.html > > http://www.sqlite.org/releaselog/3_7_11.html > > > > Mozilla ports (firefox 12) are going to need this. > > > > Any comments, test reports ('make regress' on other arch would > > be useful), OKs? > > Works for me on current/i386. > > What is the recommended way to make regress? > If run as root, it ends with > > attach-6.1... Ok > attach-6.2... > **** Tests do not work when run as root **** > *** Error code 1 > > When run as non-root, I cannot write to /tmp/portslocks/ > > Jan > > > amd64:- 3 errors out of 131832 tests > > Failures on these tests: oserror-1.1.1 oserror-1.1.2 oserror-1.1.3 > > ("Test a failure in open() due to too many files" - I don't think > > these are new failures). >
I would set "SUDO=sudo -E" in /etc/mk.conf and avoid manually running sudo or su'ing to root for any ports work. Since you have already done part of the process as root you'll need to chmod your /tmp/portslocks directory.
