Description of problem: As mentioned on https://www.redhat.com/archives/fedora-devel-list/2009-January/msg00870.html libIL.so.1 in DevIL-1.7.5-1.fc11 contains undefined non-week symbols and this is completely broken. Version-Release number of selected component (if applicable): DevIL-1.7.5-1.fc11 (and perhaps also .fc10, .fc9) How reproducible: 100% Steps to Reproduce: 1. ldd -r libIL.so.1 Actual results: 1.7.5-1.fc11: $ ldd -r libIL.so.1 linux-gate.so.1 => (0x00110000) libtiff.so.3 => /usr/lib/libtiff.so.3 (0x0021c000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00275000) libmng.so.1 => /usr/lib/libmng.so.1 (0x0029c000) liblcms.so.1 => /usr/lib/liblcms.so.1 (0x0030b000) libjasper.so.1 => /usr/lib/libjasper.so.1 (0x00343000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00398000) libz.so.1 => /lib/libz.so.1 (0x003bb000) libc.so.6 => /lib/libc.so.6 (0x004e3000) libm.so.6 => /lib/libm.so.6 (0x003cf000) /lib/ld-linux.so.2 (0x004c0000) undefined symbol: ilLoadVtf (./libIL.so.1) undefined symbol: ilLoadVtfF (./libIL.so.1) undefined symbol: ilLoadVtfL (./libIL.so.1) Expected results: 1.6.8-0.15.rc2.fc9 : $ ldd -r libIL.so.1 linux-gate.so.1 => (0x00110000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0x0021c000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00243000) libtiff.so.3 => /usr/lib/libtiff.so.3 (0x00266000) libmng.so.1 => /usr/lib/libmng.so.1 (0x002bf000) liblcms.so.1 => /usr/lib/liblcms.so.1 (0x0032e000) libz.so.1 => /lib/libz.so.1 (0x00366000) libc.so.6 => /lib/libc.so.6 (0x004e3000) libm.so.6 => /lib/libm.so.6 (0x0037a000) /lib/ld-linux.so.2 (0x004c0000) Additional info:
On debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511297
This broken package is also in today's fc10 updates-testing push. Perhaps non-urgent updates should soak a little longer in Rawhide before breaking other distros? At least enough time should pass for a maintainer to hold-back a broken release from other distros if problems are reported, like in this case. It doesn't even have to be the maintainer. Perhaps there should be a check-box on the bug report: "hold back until fixed". BTW. This problem breaks graphviz builds
Upstream has a fix for it too: http://sourceforge.net/tracker/index.php?func=detail&aid=2517255&group_id=4470&atid=104470
Very sorry about this guys, an update fixing this is on its way.
DevIL-1.7.5-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/DevIL-1.7.5-2.fc10
DevIL-1.7.5-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/DevIL-1.7.5-2.fc9
Thanks, worked for me :)
DevIL-1.7.5-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
DevIL-1.7.5-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.