Code: Select all
/usr/lib/gcc/i686-pc-linux-gnu/10.3.0/../../../../i686-pc-linux-gnu/bin/ld: final link failed: No space left on device
but no change.
So question is where does linking stores data?
Thanks in advance
Code: Select all
/usr/lib/gcc/i686-pc-linux-gnu/10.3.0/../../../../i686-pc-linux-gnu/bin/ld: final link failed: No space left on device

check if there are enough inodes in the fsDeIM wrote:I'm trying compile gcc and I getI thought it meant space in /vat/tmp/portage so I mounted big enough space to it (hundreds of GiB)Code: Select all
/usr/lib/gcc/i686-pc-linux-gnu/10.3.0/../../../../i686-pc-linux-gnu/bin/ld: final link failed: No space left on device
but no change.
So question is where does linking stores data?
Thanks in advance

why are you using tmpfs over nfs?DeIM wrote:I used nfs mount to tmpfs and after "No space problem" nfs mount to btrfs disk (620G of free space).
Previous emerge of gcc worked fine with /var/tmp/portage on tmpfs over nfs even with ~7.5G space on it.
For the record, this is sys-devel/gcc-10.3.0-r2 stable emerge.
Code: Select all
final link failed: No space left on device
attach /var/tmp to a device not /vat/ ...DeIM wrote:I'm trying compile gcc and I getI thought it meant space in /vat/tmp/portage so I mounted big enough space to it (hundreds of GiB)Code: Select all
/usr/lib/gcc/i686-pc-linux-gnu/10.3.0/../../../../i686-pc-linux-gnu/bin/ld: final link failed: No space left on device
but no change.
So question is where does linking stores data?
Thanks in advance
Sorry it's just typoattach /var/tmp to a device not /vat/ ...