Created attachment 666554 [details] build.log [...] >>> Configuring source in /var/tmp/portage/media-video/gpac-1.0.1/work/gpac-1.0.1 ... ./configure --prefix=/usr --build=powerpc64-unknown-linux-gnu --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --extra-cflags=-O2 -mcpu=970 -pipe -mno-sse2 --cc=powerpc64-unknown-linux-gnu-gcc --libdir=lib64 --verbose --enable-pic --enable-svg --disable-amr --use-js=no --use-ogg=system --enable-alsa --disable-debug --disable-dvb4linux --enable-ipv6 --disable-jack --enable-3d --disable-oss-audio --enable-pulseaudio=yes --disable-sdl --enable-ssl --enable-static-lib --enable-x11 --enable-x11-shm --enable-x11-xv --use-a52=system --use-faad=system --use-dvbx=no --use-ffmpeg=no --use-jpeg=system --use-openjpeg=no --use-mad=system --use-png=no --use-theora=no --use-ft=system --use-vorbis=system --use-xvid=system error: zlib not found on system or in local libs !!! Please attach the following file when seeking support: !!! /var/tmp/portage/media-video/gpac-1.0.1/work/gpac-1.0.1/config.log * ERROR: media-video/gpac-1.0.1::gentoo failed (configure phase): * econf failed
Created attachment 666557 [details] emerge --info
Created attachment 666560 [details] config.log
And another error with USE +png: WARNING!! : PNG has been forced to system even though it hasn't been found in this host error: zlib not found on system or in local libs
Thanks, Dakon mentioned this but did not get a chance to look at it yet.
(In reply to ernsteiswuerfel from comment #3) > And another error with USE +png: > > WARNING!! : PNG has been forced to system even though it hasn't been found > in this host > > error: zlib not found on system or in local libs I can't figure out how to reproduce this PNG warning unless I force it to try configuring with USE=png and no libpng on the system.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31260cc889803eb32f939990092f638eb9bf928 commit f31260cc889803eb32f939990092f638eb9bf928 Author: John Helmert III <jchelmert3@posteo.net> AuthorDate: 2020-12-28 20:34:15 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2020-12-28 12:08:58 +0000 media-video/gpac: add zlib dep Closes: https://bugs.gentoo.org/749972 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/18858 Signed-off-by: Sam James <sam@gentoo.org> media-video/gpac/gpac-1.0.1.ebuild | 1 + 1 file changed, 1 insertion(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25a7ab45c1a7345d741c183bb96de0967b67db1 commit f25a7ab45c1a7345d741c183bb96de0967b67db1 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-18 15:02:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-18 15:02:52 +0000 media-video/gpac: fix build on non amd64/x86 -mno-sse2 isn't valid on non amd64/x86. Bug: https://bugs.gentoo.org/749972 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> media-video/gpac/gpac-1.0.1.ebuild | 15 +++++++++++++-- media-video/gpac/gpac-9999.ebuild | 16 ++++++++++++++-- 2 files changed, 27 insertions(+), 4 deletions(-)