Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 749972 - media-video/gpac-1.0.1 - error: zlib not found on system or in local libs
Summary: media-video/gpac-1.0.1 - error: zlib not found on system or in local libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 747202
  Show dependency tree
 
Reported: 2020-10-18 17:00 UTC by ernsteiswuerfel
Modified: 2021-01-18 15:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (gpac-1.0.1:20201018-165637.log,3.85 KB, text/plain)
2020-10-18 17:00 UTC, ernsteiswuerfel
Details
emerge --info (file_749972.txt,5.98 KB, text/plain)
2020-10-18 17:01 UTC, ernsteiswuerfel
Details
config.log (config.log,26.07 KB, text/plain)
2020-10-18 17:03 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2020-10-18 17:00:49 UTC
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
Comment 1 ernsteiswuerfel archtester 2020-10-18 17:01:41 UTC
Created attachment 666557 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2020-10-18 17:03:14 UTC
Created attachment 666560 [details]
config.log
Comment 3 ernsteiswuerfel archtester 2020-10-18 17:04:19 UTC
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
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-18 17:09:02 UTC
Thanks, Dakon mentioned this but did not get a chance to look at it yet.
Comment 5 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-12-28 20:30:09 UTC
(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.
Comment 6 Larry the Git Cow gentoo-dev 2020-12-29 01:05:14 UTC
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(+)
Comment 7 Larry the Git Cow gentoo-dev 2021-01-18 15:02:57 UTC
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(-)