FS#22998 - [aalib] should be linked against libX11

Attached to Project: Arch Linux
Opened by Leonid Isaev (lisaev) - Monday, 21 February 2011, 21:58 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 22 February 2011, 01:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The package extra/aalib has libx11 as a dependency, but ldd returns only:
~> ldd /usr/lib/libaa.so.1.0.4
linux-gate.so.1 => (0xb772f000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb76b8000)
libm.so.6 => /lib/libm.so.6 (0xb7692000)
libgpm.so.2 => /usr/lib/libgpm.so.2 (0xb768c000)
libc.so.6 => /lib/libc.so.6 (0xb7540000)
/lib/ld-linux.so.2 (0xb7730000)

That is, libaa.so does not link to libx11, probably because aalib was build in some X-less chroot/VM (./configure part of the PKGBUILD is OK).

I guess, libx11 can be removed from the dep array, if noone needs the X11 mouse driver; or the package should be rebuild with X11 libs...

Thanks.
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 22 February 2011, 01:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  aalib-1.4rc5-8 has X11 support

Loading...