hgy59

Results 309 comments of hgy59

This is fixed with rust 1.62.0 from 2022-06-27 (public available since 2022-06-30).

> There is also no way to specify where the data directory is located. I want to configure a custom data directory too, as the gotify server does not have...

As @publicarray suggested in https://github.com/SynoCommunity/spksrc/issues/4973#issuecomment-1006535726 navidrome successfully builds with the toolchains of DSM 7. Those have a newer gcc (version 7.5 vs 4.9). navidrome 0.47.5 successfully builds with: - gcc...

@bardo what compiler version do you use?

Finally succeeded to build navidrome even for toolchains with gcc 4.9.x. But needed to patch taglib_wrapper.cpp as those old gcc are missing full c++11 compatibility. ```patch # fix for older...

BTW: jellyfin builds successfullly with dotnet SDK 6.0.301 and 6.0.302.

I figured out that the publish parameter `"-p:DebugSymbols=false;DebugType=none;UseAppHost=true"` does not work anymore. We used different configuration parameters that lead to the error reported above `"-p:UseAppHost=true;PublishReadyToRun=true;PublishReadyToRunShowWarnings=true"` anyway using unquoted parameters, each...

finally I found this issue already reported in dotnet/spk repo: https://github.com/dotnet/sdk/issues/27059#issuecomment-1210617518

I have the same issue when building vaultwarden for ARMv5 (RUST_TARGET=armv5te-unknown-linux-gnueabi): full stack: ``` Installing vaultwarden v1.0.0 (/spksrc/spk/vaultwarden/work-88f6281-6.1/vaultwarden-1.25.0) Updating git repository `https://github.com/BlackDex/job_scheduler` Updating crates.io index Compiling governor v0.4.2 Compiling cookie_store...

path enlarged by @publicarray