| Summary: | dev-dotnet/libgdiplus-3.12 - libpng.so: undefined reference to `inflateReset2@ZLIB_1.2.3.4' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bkohler |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Juergen Rose
2015-08-30 15:05:18 UTC
Possible duplicate of bug 494404 Please make sure media-libs/libpng is up to date and you don't have dangling libz references around Can you please attach the output of "ldd /usr/lib64/libpng.so"? (In reply to Ben Kohler from comment #2) > Can you please attach the output of "ldd /usr/lib64/libpng.so"? root@lynx2:/root(5)# ldd /usr/lib64/libpng.so linux-vdso.so.1 (0x00007ffe3b5ca000) libz.so.1 => /lib64/libz.so.1 (0x00007f75afb03000) libm.so.6 => /lib64/libm.so.6 (0x00007f75af7ff000) libc.so.6 => /lib64/libc.so.6 (0x00007f75af463000) /lib64/ld-linux-x86-64.so.2 (0x00005649b6d04000) root@lynx2:/root(6)# ll /usr/lib64/libpng* lrwxrwxrwx 1 root root 19 Aug 30 16:48 /usr/lib64/libpng16.so -> libpng16.so.16.18.0* lrwxrwxrwx 1 root root 19 Aug 30 16:48 /usr/lib64/libpng16.so.16 -> libpng16.so.16.18.0* -rwxr-xr-x 1 root root 216016 Aug 30 16:48 /usr/lib64/libpng16.so.16.18.0* lrwxrwxrwx 1 root root 11 Aug 30 16:48 /usr/lib64/libpng.so -> libpng16.so* root@lynx2:/root(7)# ll /lib64/libz.so* lrwxrwxrwx 1 root root 13 Aug 9 2008 /lib64/libz.so -> libz.so.1.2.3* lrwxrwxrwx 1 root root 13 Mar 29 16:30 /lib64/libz.so.1 -> libz.so.1.2.8* -rwxr-xr-x 1 root root 84272 Aug 9 2008 /lib64/libz.so.1.2.3* -rwxr-xr-x 1 root root 88456 Mar 29 16:30 /lib64/libz.so.1.2.8* (In reply to Juergen Rose from comment #3) > ... > root@lynx2:/root(7)# ll /lib64/libz.so* > lrwxrwxrwx 1 root root 13 Aug 9 2008 /lib64/libz.so -> libz.so.1.2.3* > lrwxrwxrwx 1 root root 13 Mar 29 16:30 /lib64/libz.so.1 -> libz.so.1.2.8* > -rwxr-xr-x 1 root root 84272 Aug 9 2008 /lib64/libz.so.1.2.3* > -rwxr-xr-x 1 root root 88456 Mar 29 16:30 /lib64/libz.so.1.2.8* After deleting /lib64/libz.so.1.2.3 and /lib64/libz.so I could emerge dev-dotnet/libgdiplus-3.12 . *** This bug has been marked as a duplicate of bug 494404 *** |