Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
cc: @supechicken
Could this be a gold linker issue? https://issues.dlang.org/show_bug.cgi?id=18798
I'm honestly not sure if binutils can be built with llvm... it's very gcc specific.
AFAIK, Firefox doesn't work with the Exo Wayland server due to the Exo server sending an older protocol version... so you're stuck with using firefox through sommelier. Thanks for the...
So I've made some headway with debugging docker by installing https://github.com/gdraheim/docker-systemctl-replacement/blob/master/files/docker/systemctl3.py to /usr/local/bin/systemctl as a systemctl replacement. I modify the python3 path therein, and also need to create a symlink...
For the record, `XDG_CONFIG_HOME=/usr/local/.config` so `{XDG_CONFIG_HOME}/systemd/user` would be `/usr/local/.config/systemd/user` ...
This may be good for merge for testing?
`sudo containerd` now appears to start a daemon. Still don't have dockerd starting yet properly. Some sort of grpc error.
Just to remove dependencies on the system bash since we're running in an environment with a different LD_LIBRARY_PATH. ```#{CREW_PREFIX}/bin/bash``` I figure avoids unexpected problems down the line related to that....
But otherwise totally fine with having bash removed as a dep for those packages...