On 2/16/26 11:37 AM, Andrew
Randrianasulu wrote:
On 2/15/26 8:21 PM, Andrew Randrianasulu wrote:
On 2/15/26 6:44 PM, Andrew
Randrianasulu wrote:
On 2/15/26 6:20 PM, Andrew
Randrianasulu wrote:
> On Sun, Feb 15, 2026 at
8:00 PM Terje J. Hanssen
> <terjejhanssen@gmail.com>
wrote:
>>
>>
>> On 2/15/26 4:58 PM,
Andrew Randrianasulu wrote:
>>
>> [snip]
>>
>>
>> this day's catch:
>>
>> filempeg.h:33:10: fatal
error: lame/lame.h: No such file
or directory
>> 33 | #include
"lame/lame.h"
>> |
^~~~~~~~~~~~~
>> compilation terminated.
>> make[2]: ***
[Makefile:600: x86_64/assetedit.o]
Error 1
>> make[2]: *** Waiting for
unfinished jobs....
>>
>>
>> something like
libmp3lame-devel needed ....
>>
>> I do not think you need
to send email each time it stops,
try to figure out package name, or
search via rpm search function or
online what package holds those
headers ....
>>
>>
>>
>> I agree.
>> Now I got a difficult one
(make);
>>
>> 25 | #include
"xfer/xfer.h"
>>
>> Tried to install
libfm-devel, and could not find
any other package that solved this
requirement.
>> Any idea ?
>>
>>
>> Python3 failed to install
?
>>
>>
>> The question is which
package(s) out of hundreds of
python3* available?
>>
>> Looking at the
bld_prepare.sh suse package list,
there was only one single named
"python"
>>
>> I have 105 python3*
package names installed, plus now
also -devel packages
> one with python3 binary?
>
> also check if you have
"which" command
>
>
> so 'which python3' gives
sensible answer
>
> which python3
> /usr/bin/python3
Yep, get the same.
Yet in make log I saw:
which: no python in
(/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin)
which: no python3.9 in
(/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin)
Does Suse have any
"alternatives" system? So you can
set python3.14 (say) as python3 ?
Out of my knowledge. A google/ai say for
what it is worth:
Classical "I am root here" way is
just to make symlink form fancy-numbered python
binary to just /usr/bin/python3
May be morning will be wiser than
evening, for this problem.
Yeah, it's not so hasty for me in this olympic time and
other daily tasks.
I searched a bit more and got the following infol:
Cin # cat
make.log | grep python
which: no python in
(/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin)
which: no python3.9 in
(/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin)
which: no python3.12 in
(/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin)
Verify default version
python3 --version
Python 3.13.11
check if a specific version is installed and its
version number
python3 --version
Python 3.13.11
localhost:/Cin
# python3.9 --version
python3.9: command not found
python3.12 --version
python3.12: command not found
python3.13 --version
Python 3.13.11
python3.14 --version
Python 3.14.2
python3.15 --version
Python 3.15.0a3
Verify all installed versions
ls /usr/bin/python3*
/usr/bin/python3 /usr/bin/python3.14
/usr/bin/python3.15-config
/usr/bin/python3.13
/usr/bin/python3.14-config /usr/bin/python3-config
/usr/bin/python3.13-config /usr/bin/python3.15
So from this output and make output above "just"
/usr/bin/python
does not exist
try ln -s /usr/bin/python3 /usr/bin/python
?
Yeah, thanks.
Now the build steps ran successful 🙂
- ln -s /usr/bin/python3 /usr/bin/python
- make clean
- make > make.log 2>&1
- make install > make_install.log 2>&1
cat make.log | grep python
/usr/bin/python < ./bccmdl.py
cat make.log | grep "#include"
tail make.log
make[2]: Leaving directory '/home3/cinelerra/cinelerra-5.1/po'
Making all in db/utils
make[2]: Entering directory
'/home3/cinelerra/cinelerra-5.1/db/utils'
make[2]: warning: -j32 forced in submake: resetting jobserver mode.
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home3/cinelerra/cinelerra-5.1/db/utils'
make[2]: Entering directory '/home3/cinelerra/cinelerra-5.1'
make[2]: warning: -j32 forced in submake: resetting jobserver mode.
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home3/cinelerra/cinelerra-5.1'
make[1]: Leaving directory '/home3/cinelerra/cinelerra-5.1'
And Cingg launched succesful and tested ok with VAAPI and QSV
rendering.
VULKAN didn't work as expected and experienced on Intel Alder Lake/
DG2
Info outputs as follows:
1) First launch
Cin # bin/cin
Cinelerra Infinity - built: Feb 16 2026 13:37:20
......
BC_DisplayInfo::gl_fb_config failed
build plugin index for: /home3/cinelerra/cinelerra-5.1/bin/plugins
error: attempt to map invalid URI `(null)'
[lv2 @ 0x2976ff80] Invalid plugin URI <(null)>
PluginFFilter::new_ffilter(lv2)
err: Invalid argument
[sofalizer_206 @ 0x29c10840] Valid SOFA filename must be set.
PluginFFilter::new_ffilter(sofalizer)
err: Invalid argument
PluginFFilter::new_ffilter(blend_vulkan)
err: Input/output error
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:993:
FINISHME: support more multi-planar formats with DRM modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:993:
FINISHME: support more multi-planar formats with DRM modifiers
PluginFFilter::new_ffilter(overlay_vulkan)
err: Input/output error
PluginFFilter::new_ffilter(xfade_vulkan)
err: Input/output error
build lv2 index for: $CIN_PATH/lv2
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:993:
FINISHME: support more multi-planar formats with DRM modifiers
build ladspa plugin index for:
/home3/cinelerra/cinelerra-5.1/bin/ladspa
------
2) Second launch
Cinelerra Infinity - built: Feb 16 2026 13:37:20
BC_DisplayInfo::gl_fb_config failed
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:993:
FINISHME: support more multi-planar formats with DRM modifiers
3) VAAPI test
File to render to:
/Videoklipp/VAAPI/hdv09_04_cin_hevc_vaapi_8b420.mp4
Video Compression: hevc_vaapi_8b420.mp4
OK render
FFMPEG::scan: codec open failed
FFMPEG::scan:file=/Videoklipp/VAAPI/hdv09_04.m2t
FFMPEG::scan: codec open failed
FFMPEG::scan:file=/Videoklipp/VAAPI/hdv09_04.m2t
audio0 pad 64 -8831 (8895)
audio0 pad 0 -7679 (7679)
audio0 pad 0 -6527 (6527)
audio0 pad 0 -5375 (5375)
audio0 pad 0 -4223 (4223)
audio0 pad 0 -3071 (3071)
audio0 pad 0 -1919 (1919)
audio0 pad 0 -767 (767)
Render::render_single: Session finished.
** rendered 5971 frames in 24.211 secs, 246.623 fps
audio0 pad 64 0 (64)
4) QSV test
File load recent: hdv09_04.m2t
/Videoklipp/QSV/hdv09_04_cin_hevc_qsv_8b420.mp4
Compression: hevc_qsv_8b420.mp4
OK
BC_DisplayInfo::gl_fb_config failed
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:993:
FINISHME: support more multi-planar formats with DRM modifiers
libva info: VA-API version 1.23.0
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
libva info: VA-API version 1.23.0
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Render::render_single: Session finished.
** rendered 5972 frames in 18.749 secs, 318.524 fps
audio0 pad 64 0 (64)