BtbN
BtbN
I just ran into this myself, and the issue really is libtool/configure horribly misdetecting flang. To manually fix it, open the generated libtool script (right next to the configure script)...
Yes, if a downstream would use pkg-config, it'd still work. However, at least one of them (and probably more) doesn't, and relies on calling "h5cc -show". The behaviour of h5cc...
Same issue happening to me since the upgrade to 25. The desktop client is completely unresponsive and spins one core at 100%. The nextcloud error log produces the following output...
Looking a bit more into this, the issue happens in https://github.com/nextcloud/server/blob/9b86b91ddf9d6469fe7b5281b86d413e8432b1e3/apps/dav/lib/BulkUpload/MultipartRequestParser.php#L101 fread for some reason hits EOF or something, and returns less data than was requested. In turn the following...
I have managed to resolve my specific case by looking at the local client log, which revealed to me which file it was getting stuck on. I then manually uploaded...
libgsm isn't enabled in these builds on either platform, so I'm more confused how it would possibly have worked on Linux than anything else. You probably used your distributions ffmpeg,...
Last time I checked (a while ago), libjack cannot be statically linked. So adding it would force every user to install jack, which is annoying on either supported OS.
You would have to write a build script for it, and make sure the version you are building matches the environment you then intend to run the binary in perfectly....
On 01.11.2023 19:23, Sadoharu wrote: > if I just add the script to the folder "scripts.d" . Will it use it to > install? is it necessary to additionally indicate...
You cannot statically link alsalib either, so I guess that's what's broken there.