Hi, On 25.03.2020 21:55, Matthias Fischer wrote: > Hi, > > On 27.02.2020 12:27, Michael Tremer wrote: >> >> [...could you look for some multimedia libs...?]> > > [Lots of Updates and links] > ... Perhaps someone could take a look please: During the update process I've found 'netpbm 10.47.61' (current version is 10.73.61), "...a toolkit for manipulation of graphic images, including conversion of images between a variety of different format...". 1. Usual question: do we need this? ;-) 2. I always get the following error(s) - how can I work around it? I tried but didn't find a clue yet. It seems that the path in the archive to 'jbig.h' was changed, but I can't find how to solve this. 3. Lfs and patch to 10.73.31 are attached. Thanks for all tips... ***SNIP*** ... mkdir -p importinc/netpbm rm -f importinc/netpbm/wordaccess_64_le.h ln -s /usr/src/netpbm-10.73.31/lib/util/wordaccess_64_le.h importinc/netpbm/wordaccess_64_le.h mkdir -p importinc/netpbm rm -f importinc/netpbm/wordaccess_be_aligned.h ln -s /usr/src/netpbm-10.73.31/lib/util/wordaccess_be_aligned.h importinc/netpbm/wordaccess_be_aligned.h mkdir -p importinc/netpbm rm -f importinc/netpbm/wordaccess_be_unaligned.h ln -s /usr/src/netpbm-10.73.31/lib/util/wordaccess_be_unaligned.h importinc/netpbm/wordaccess_be_unaligned.h mkdir -p importinc/netpbm rm -f importinc/netpbm/wordintclz.h ln -s /usr/src/netpbm-10.73.31/lib/util/wordintclz.h importinc/netpbm/wordintclz.h cc -c -I. -Iimportinc -Iimportinc/netpbm -I/usr/src/netpbm-10.73.31/converter/other/jbig -I/usr/src/netpbm-10.73.31/converter/other/jbig -DNDEBUG -O2 -pipe -Wall -fexceptions -fPIC -march=i586 -mindirect-branch=thunk -mfunction-return=thunk -mtune=generic -fomit-frame-pointer -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -flax-vector-conversions -o jbigtopnm.o jbigtopnm.c jbigtopnm.c:14:10: fatal error: jbig.h: No such file or directory 14 | #include | ^~~~~~~~ compilation terminated. make[4]: *** [/usr/src/netpbm-10.73.31/common.mk:272: jbigtopnm.o] Error 1 make[4]: Leaving directory '/usr/src/netpbm-10.73.31/converter/other/jbig' make[3]: *** [/usr/src/netpbm-10.73.31/common.mk:597: jbig/all] Error 2 make[3]: Leaving directory '/usr/src/netpbm-10.73.31/converter/other' make[2]: *** [/usr/src/netpbm-10.73.31/common.mk:597: other/all] Error 2 make[2]: Leaving directory '/usr/src/netpbm-10.73.31/converter' make[1]: *** [/usr/src/netpbm-10.73.31/common.mk:597: converter/all] Error 2 make[1]: Leaving directory '/usr/src/netpbm-10.73.31' make: *** [netpbm:84: /usr/src/log/netpbm-10.73.31] Error 2 ***SNAP*** Best, Matthias