FS#43261 - [libwebp] Broken shared lib dep: libglut.so.3 for /usr/bin/vwebp
Attached to Project:
Arch Linux
Opened by Troy Engel (TE) - Monday, 29 December 2014, 15:42 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 29 December 2014, 22:02 GMT
Opened by Troy Engel (TE) - Monday, 29 December 2014, 15:42 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 29 December 2014, 22:02 GMT
|
Details
Description:
Freeglut is marked Optional, however a binary requiring the library is installed on the system. Freeglut needs to be marked as Required so as to not install non-functional executables. # ldd /usr/bin/vwebp | grep found libglut.so.3 => not found Additional info: /usr/bin/vwebp is owned by libwebp 0.4.2-1 |
This task depends upon
Closed by Doug Newgard (Scimmia)
Monday, 29 December 2014, 22:02 GMT
Reason for closing: Not a bug
Additional comments about closing: Already an optdep.
Monday, 29 December 2014, 22:02 GMT
Reason for closing: Not a bug
Additional comments about closing: Already an optdep.
So what? Non-functional executables are not an issue here, this is the point of optional dependencies.