getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
21 stars 12 forks source link

sccache support breaks legacy builds #19

Closed DataDrake closed 2 years ago

DataDrake commented 2 years ago

mount: /var/cache/solbuild/unstable-x86_64/pisi/union/root/.cache/sccache: special device /var/lib/solbuild/sccache/legacy does not exist.

Basically, solbuild is trying to use an sccache device that doesn't exist. I haven't had a chance to dig into the root cause, but figured I'd report it. For now, I get around the issue by creating an empty directory for it to use after I delete my cache.

sudo mkdir /var/lib/solbuild/sccache/legacy
GZGavinZhao commented 2 years ago

It's probably my fault. I'll take a look at it and respond back here before the end of this week.