![]() |
[HELP] due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] due to: ERROR: ...... .265 is too small! (byteSize: 0byte) (/thread-1251.html) |
RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 19.04.2020 No, I didn't make the profile.d script. But I didn't rebooted the computer after exporting the paths manually, so these were still working. OK, I will do that, will reboot and will try the building again. Currently all the failed built logs have the last line the same as in the example of addgrain.log below: + export LD_LIBRARY_PATH=/usr/local/lib;/usr/local/lib/vapoursynth EDIT: meson was not installed in my system. I will install that and will try building again. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 19.04.2020 The script is needed. Will look into menson tomorrow after work. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 20.04.2020 So, after installing meson (from Ubuntu package, not via pip3) all plugins except waifu2x-w2xc (beause of meson.build:19:0: ERROR: C++ library 'w2xc' not found) get compiled. Knowing that I did all the Vapoursynth install process from the beginning again. Before that I removed /usr/local/lib/vapoursynth folder and cleaned the /usr/local/bin folder from Vapoursynth stuff. After build-vapoursynth.sh script the vspipe --version works fine. But after build-plugins.sh script it doesn't work any more. It crashes with SIGILL. Unfortunately I do not know whether it did the same before I installed meson from package. I didn't checked that out because my attention was focused at the failing plugins' compilation that time. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 Make sure to close the current terminal after the build process, otherwise the library paths might be wrong. -> Will try to look at after work today. Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 20.04.2020 Hmm, I believe library paths should be OK as I already have them in profile.d script and that is working as it should according to the export output. Actually I tried vspipe --version after reboot and it still crashes with SIGILL. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 Sadly nano /etc/profile.d/vapoursynth.sh ![]() libvapoursynth-script.so.0 is located at '/usr/local/lib/libvapoursynth-script.so.0' cat /etc/profile.d/vapoursynth.sh export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH echo $LD_LIBRARY_PATH and to no surprise: vspipe vspipe: error while loading shared libraries: libvapoursynth-script.so.0: cannot open shared object file: No such file or directory export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH -> need to figure out how to properly set the LD_LIBRARY_PATH. funny thing is: echo $PYTHONPATH /usr/local/lib/python3.6/site-packages Cu Selur Ps.: same effect when I add the LD_LIBRARY_PATH to /etc/environment :/ RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 Okay, calling: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 With LD_LIBRARY_PATH working, plugins all (except waifu2x) compile fine here. Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 I give up on waifu2x-w2cx, I'll drop support for it in Linux until someone comes up with a build script for it. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 Attached an updated version of the hybrid-vapoursynth-addon scripts. Cu Selur |