hey ya'll
I'm attempting to build Swift on solus and I think I'm pretty close. I've installed all of the packages above as well as llvm-clang
and rsync
. Running the buildscript for swift, I'm getting this error ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
at random points during the build. Googling around I think this might have something to do with my system clock? I have the clock set to sync automatically. Running sudo timedatectl
gives me
Local time: Fri 2022-11-18 12:16:40 CST
Universal time: Fri 2022-11-18 18:16:40 UTC
RTC time: Fri 2022-11-18 18:16:40
Time zone: America/Chicago (CST, -0600)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
Can anyone point me in the right direction? Thanks
This is my first time posting in the Solus forums, so I apologize if this is not the right place for this question.
Also, if anyone has managed to run swift on solus, I'd love to hear what you did.