This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] due to: ERROR: ...... .265 is too small! (byteSize: 0byte)
#42
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
+ export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib
+ LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib
+ export /usr/local/lib/python3.6/site-packages:/usr/local/lib/python3.6/site-packages
./build-vapoursynth.sh: line 10: export: „/usr/local/lib/python3.6/site-packages:/usr/local/lib/python3.6/site-packages“: not a valid identifier

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
./build-vapoursynth.sh: line 9: LD_LIBRARY_PATH: unbound variable
OK, so let's export the path first:
jirka@virt-mate:~/vapoursynth$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
jirka@virt-mate:~/vapoursynth$ sudo ldconfig
and run build-vapoursynth.sh again:

jirka@virt-mate:~/vapoursynth$ ./build-vapoursynth.sh
+ export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib
+ LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib
./build-vapoursynth.sh: line 10: PYTHONPATH: unbound variable
So let's try to export PYTHONPATH too, but this fails because of the same error as on my physical computer with Ubuntu above:
jirka@virt-mate:~/vapoursynth$ export /usr/local/lib/python3.6/site-packages:$PYTHONPATH
bash: export: `/usr/local/lib/python3.6/site-packages:': not a valid identifier
And run the build-vapoursynth.sh again:
jirka@virt-mate:~/vapoursynth$ ./build-vapoursynth.sh
+ export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib
+ LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib
./build-vapoursynth.sh: line 10: PYTHONPATH: unbound variable


When I run build-vapoursynth.sh from your previous scripts you provided me yesterday morning, it runs fine without these issues.
Reply


Messages In This Thread
RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - by sunarowicz - 20.04.2020, 21:54

Forum Jump:


Users browsing this thread: 1 Guest(s)