![]() |
[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 - 20.04.2020 (20.04.2020, 17:04)Selur Wrote: Sadly Interesting that currently echo $LD_LIBRARY_PATH /usr/local/lib echo $PYTHONPATH /usr/local/lib/python3.6/site-packages /etc/profile.d/vapoursynth.sh export LD_LIBRARY_PATH=/usr/local/lib OK, now I go to follow your next proposals. Will let you know. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 20.04.2020 Still problems with setting those paths. When I ran your new ./build-vapoursynth.sh script it stopped because of the following error on line 10: jirka@pc-jirka:~/vapoursynth$ ./build-vapoursynth.sh I thought it could be because I deleted the /usr/local/lib/python3.6/site-packages folder as I wanted to clean the current Vapoursynth installation before running your new scripts. So I decided to try that in Ubuntu 18.04 VM not touched yet by setting those paths. When I run ./build-vapoursynth.sh in this VM I get this: jirka@virt-mate:~/vapoursynth$ ./build-vapoursynth.sh jirka@virt-mate:~/vapoursynth$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH jirka@virt-mate:~/vapoursynth$ ./build-vapoursynth.sh jirka@virt-mate:~/vapoursynth$ export /usr/local/lib/python3.6/site-packages:$PYTHONPATH jirka@virt-mate:~/vapoursynth$ ./build-vapoursynth.sh When I run build-vapoursynth.sh from your previous scripts you provided me yesterday morning, it runs fine without these issues. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 20.04.2020 I'll try to look at it when I find some time. Have to go to bed and my git server just died. (all my repositories are broken atm.) -> not sure how long it will take I will also try to reinstall Ubuntu anew on my laptop and try the scripts there. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 20.04.2020 OK I will wait for hearing you back. Thank you for your support so far and wish you to make your server live again! RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 21.04.2020 no clue why: export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 21.04.2020 Nope doesn't work either. only way that seems to work is to add export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib ~/.profile Attached a new version of the scripts and an updated README.md. Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 23.04.2020 Just a partial success. After finishing the build-vapoursynth.sh and adding those export lines into ~/.profile and reopenning the termilal the vspipe --version works fine. Then restart (BTW: is this really still needed when export lines are no longer placed in /etc/profile.d/vapoursynth.sh?). But after finishing build-plugins.sh the vspipe --version crash again with Illegal instruction (core dumped). Dmesg output says the following: [ 487.184055] traps: vspipe[4820] trap invalid opcode ip:7f3ffc725e5a sp:7ffe0c208b00 error:0 in libmvtools.so[7f3ffc71d000+386000] RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 23.04.2020 directly after running the build-plugins script you might have to close the current and open a new terminal. Otherwise no clue about the error. Quote:Then restart (BTW: is this really still needed when export lines are no longer placed in /etc/profile.d/vapoursynth.sh?)probably not ![]() Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 23.04.2020 Sure, I closed and reopened the terminal. I even tried to reboot and ran vspipe --version after that. Still no success. I checked the mvtools.log in build/log directory, bud didn't find anything suspicious. But I could miss something. If I remove libmvtools.so from /usr/local/lib/vapoursynth directory, vspipe --version runs well! But I expect Vapoursynth won't work in that case. Maybe the better way would be to avoid building mvtools at all. But I don't have idea what consequences this would have. One thing is clear, libmvtools.so is somehow broken after build in Ubuntu 18.04. Is there any way how to solve that? RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 24.04.2020 I built Vapoursynth in virtual Ubuntu 16.04.6 and vspipe --version works even after building plugins. But mvtoolssf plugin failed to built during the process. Maybe if mvtoolssf plugin is missing, there is no issue with libmvtools.so and vspipe --version works. Later I will try to remove mvtoolssf plugin from the building process on my physical Ubuntu 18.04 machine to check if this make the miracle. If not, then Ubuntu 18.04 is the suspect. |