https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232969
--- Comment #17 from [email protected] --- (In reply to Matthias Apitz from comment #14) Being back at $WORK, I created a VM running the 13.0-CURRENT snapshot from Boxing Day, r342541. Nothing fancy this time, only base on UFS. I did roughly this: mkdir -p /var/spool/workdirs [I edited /etc/make.conf adding WRKDIRPREFIX=/var/spool/workdirs] cd /usr svnlite co svn://svn.FQDN/freebsd/base/head src # I have an unofficial svn mirror at $WORK, base and ports resides in a (sub)directory called freebsd mkdir ports svnlite co svn://svn.FQDN/freebsd/ports/head ports cd ports/ports-mgmt/pkg make install [this also pulled in ports-mgmt/dialog4ports] cd ../dialog4ports make package [just to make sure I have a package of it for future reference] cd ../../emulators/virtualbox-ose make config-recursive [I could have defined BATCH, but I went ahead and accepted the defaults] make package && make install && make package-recursive [at some point graphics/mesa-libs complained about Python being 3.6, but wanting 2.7] pushd ../../lang/python make package && make install cd ../python2 make package && make install cd ../python3 make package && make install popd make package && make install && make package-recursive After 4 hours had passed, emulators/virtualbox-ose was not only compiled successfully, but also installed and ready to rock and/or roll. Q.E.D. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
