From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: Multimedia Libs Date: Mon, 30 Mar 2020 11:10:11 +0200 Message-ID: <297ead89-7cc7-8c5a-f7d3-46cea2298fda@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4806856676872615782==" List-Id: --===============4806856676872615782== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 30.03.2020 07:08, Matthias Fischer wrote: > Hi, >=20 > On 25.03.2020 21:55, Matthias Fischer wrote: >> Hi, >>=20 >> On 27.02.2020 12:27, Michael Tremer wrote: >>> >>> [...could you look for some multimedia libs...?]> >> ... >> [Lots of Updates and links] >> ... Reverted back to 10.47.61, but now this version won't build either: ***SNIP*** ... netpbm (10.47.61) [ 17 ][ FAIL ] pnmtopng.c:485:50: error: 'Z_HUFFMAN_ONLY' undeclared (first use in this function) 485 | cmdlineP->zlibCompression.strategy =3D Z_HUFFMAN_ONLY; | ^~~~~~~~~~~~~~ pnmtopng.c:487:50: error: 'Z_FILTERED' undeclared (first use in this function) 487 | cmdlineP->zlibCompression.strategy =3D Z_FILTERED; | ^~~~~~~~~~ pnmtopng.c: In function 'buildColorAlphaLookup': pnmtopng.c:1694:14: warning: variable 'paletteTrans' set but not used [-Wunused-but-set-variable] 1694 | gray paletteTrans; | ^~~~~~~~~~~~ pnmtopng.c: In function 'makePngLine': pnmtopng.c:2132:21: error: dereferencing pointer to incomplete type 'png_info' {aka 'struct png_info_def'} 2132 | if (info_ptr->color_type =3D=3D PNG_COLOR_TYPE_GRAY || | ^~ pnmtopng.c: In function 'convertpnm': pnmtopng.c:2618:11: error: dereferencing pointer to incomplete type 'png_info' {aka 'struct png_info_def'} 2618 | info_ptr->width =3D cols; | ^~ pnmtopng.c: In function 'displayVersion': pnmtopng.c:2814:13: error: 'ZLIB_VERSION' undeclared (first use in this function); did you mean 'NETPBM_VERSION'? 2814 | ZLIB_VERSION); | ^~~~~~~~~~~~ | NETPBM_VERSION make[3]: *** [/usr/src/netpbm-10.47.61/common.mk:230: pnmtopng.o] Error 1 make[3]: Leaving directory '/usr/src/netpbm-10.47.61/converter/other' make[2]: *** [/usr/src/netpbm-10.47.61/common.mk:525: other/all] Error 2 make[2]: Leaving directory '/usr/src/netpbm-10.47.61/converter' make[1]: *** [/usr/src/netpbm-10.47.61/common.mk:525: converter/all] Error 2 make[1]: Leaving directory '/usr/src/netpbm-10.47.61' make: *** [netpbm:84: /usr/src/log/netpbm-10.47.61] Error 2 ***SNAP*** And yes, I made a few other updates but I can't see no correlation between my udates and these error messages. Updates made so far: root(a)Devel: /home/matz/ipfire-2.x # git status On branch multimedia_libs Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: lfs/cmake modified: lfs/faad2 modified: lfs/ffmpeg modified: lfs/lame modified: lfs/libjpeg modified: lfs/libmpdclient modified: lfs/libmpeg2 modified: lfs/libogg modified: lfs/libpng modified: lfs/libshout modified: lfs/libtiff modified: lfs/libvorbis modified: lfs/opus modified: lfs/sox modified: lfs/taglib modified: lfs/xvid modified: make.sh In 'make.sh' I must build 'libarchive' and 'cmake 3.17.0' prior to 'libjpeg 2.0.4'. Nevertheless, all is ok, until 'netpbm' comes up... Any hints? Pushed this to https://git.ipfire.org/?p=3Dpeople/mfischer/ipfire-2.x.git;a=3Dcommit;h=3D114= b7e2e369ee94f9ce1f3167ce32915c072a033 Best, Matthias --===============4806856676872615782==--