пт, 6 февр. 2026 г., 23:10 Phyllis Smith <phylsmith2017@gmail.com>:
I downloaded a new linuxdeploy on the new O/S but it fails so I will have to find a solution for this new error:
...
Calling strip on library AppDir/usr/bin/zmpeg3ifochk
Calling strip on library AppDir/usr/bin/zmpeg3show
Calling strip on library AppDir/usr/bin/zmpeg3toc
Calling strip on library AppDir/usr/lib/libFLAC.so.12
ERROR: Strip call failed: /tmp/.mount_linuxdJHHeHp/usr/bin/strip: AppDir/usr/lib/libFLAC.so.12: unknown type [0x13] section `.relr.dyn'
/tmp/.mount_linuxdJHHeHp/usr/bin/strip: Unable to recognise the format of the input file `AppDir/usr/lib/libFLAC.so.12'
 
Calling strip on library AppDir/usr/lib/libXau.so.6
ERROR: Strip call failed: /tmp/.mount_linuxdJHHeHp/usr/bin/strip: AppDir/usr/lib/libXau.so.6: unknown type [0x13] section `.relr.dyn'
/tmp/.mount_linuxdJHHeHp/usr/bin/strip: Unable to recognise the format of the input file `AppDir/usr/lib/libXau.so.6'

https://github.com/linuxdeploy/linuxdeploy/issues/272

may be use

NO_STRIP=true ?

after all system libs usually already stripped.

or try newest linuxdeploy ....



 


On Fri, Feb 6, 2026 at 12:46 PM Phyllis Smith <phylsmith2017@gmail.com> wrote:
If you unpack appimage - can you see qsv symbols in cin binary with "nm -D" ?
Ok, the qsv symbols are in the cinelerra-5.1/bin/cin actual file which I moved to another older O/S to do the linuxdeploy because I did not have linuxdeploy working on the newer O/S and thought it would work anyway:
[root@keystone tmp]# nm -D AppDir/usr/bin/cin | grep qsv
0000000004d55420 R ff_av1_qsv_decoder
0000000005d86140 D ff_av1_qsv_encoder
0000000004d55ae0 R ff_h264_qsv_decoder ... (a bunch more)
So linuxdeploy worked on that binary but it looks like I ran linuxdeploy on the wrong bin file that I moved over. 
Now that I redid things, I see I finally have the correct bin file with VPL, qsv, and vulcan symbols in it but I get the error:
...
Creating directory AppDir/usr/share/icons/hicolor/32x32/apps/
Creating directory AppDir/usr/share/icons/hicolor/64x64/apps/
Creating directory AppDir/usr/share/icons/hicolor/128x128/apps/
Creating directory AppDir/usr/share/icons/hicolor/256x256/apps/
Creating directory AppDir/usr/share/icons/hicolor/scalable/apps/

-- Deploying dependencies for existing files in AppDir --
Deploying dependencies for ELF file AppDir/usr/bin/mplexlo
ERROR: Could not find dependency: libvpl.so.2
I made a mess of things so I will have to get linuxdeploy working on the newer O/S that has the right stuff installed.
Sorry for the mixup -- but in my defense I do have an eye appointment this afternoon for my ongoing eye problem!!!