New comment by rmboggs on void-packages repository https://github.com/void-linux/void-packages/pull/27170#issuecomment-839502543 Comment: > > @kawaiiamber , thank you for taking the time to work on this. It's one of the few remaining items that i need in order to use void as my primary system. > > > > I did some testing on this using an x64 glib system i setup this week. I was able to get farther in the build by adding more needed make depends that the build was bombing on. However, im now stuck on an undefined symbol error on the zlib library. Ill post the make depends and current error msg soon, if it will help. > > Ya - any help would be nice haha. Biggest thing at the moment is I'm not sure how to handle `RUNTIME_ID` on void - since it seems to be hard coded into the build script for dotnet? As for undefined symbols on zlib libraries, did you add `zlib-devel` package to `makedepends`? That would be my guess. I did, that was the last package i added to make depends when this error came up. I'm wondering if it is defined in a different obscure package or something. As for the RUNTIME_ID, you can't force it to use linux-x64/linux-musl-x64?