On Sat, September 10, 2016 4:14 pm, Stephen Trotter wrote: > hi, I am just curious if the defaults (namely the disk sizes) are supposed > to be sufficient for building xenocara after a fresh install. > > i attempted to do so following release(8) and it ended unsuccessfully due > to the drive/filesystem being full. > > (it does seem to have almost finished, by the way) > > All I have done else in the system is pulling source and making according > to the faq5 page. This is after skipping the "release" part and moving on > to building xenocara. > > Let me know what else i need to include for assist. >
No. Generally users are encouraged to use snapshots and packages and not build things themselves so the auto-partitioning mostly assumes that. The problem is that since the auto-partitioning layout doesn't include a separate /usr/xenocara or /usr/xobj partitions, it all goes into /usr which is allocated a max of 2G and probably not enough inodes. See disklabel(8). If you have a giant /home left over, carve out a /usr/xenocara and a /usr/xobj for yourself. I gave each 5G and am using ~15% of each. To give you an idea. Tim.