You are not logged in.

#1 2011-02-21 20:39:45

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

[SOLVED] Does aalib really need libX11?

The title says it. If I do the following, I get contradicting outputs:

~> pacman -Qi aalib | grep -i "Depends On"
Depends On     : glibc  ncurses  gpm>=1.20.4  libx11

but

~> ldd /usr/lib/libaa.so.1.0.4 
linux-gate.so.1 =>  (0xb77c2000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb774b000)
libm.so.6 => /lib/libm.so.6 (0xb7725000)
libgpm.so.2 => /usr/lib/libgpm.so.2 (0xb771f000)
libc.so.6 => /lib/libc.so.6 (0xb75d3000)
/lib/ld-linux.so.2 (0xb77c3000)

Shouldn't libaa.so.1.0.4 link to libX11.so?

Last edited by Leonid.I (2011-02-22 18:25:34)


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#2 2011-02-21 21:05:08

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Does aalib really need libX11?

Submit a bug report. That's an incorrect dependency.

Offline

#3 2011-02-21 21:10:44

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Does aalib really need libX11?

is a partially incorrect depedency. aalib supports X and it links to libx11 if libxt is present


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2011-02-21 21:31:59

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Does aalib really need libX11?

So it's an optdep if it's using dlopen calls...

Offline

#5 2011-02-21 22:02:22

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: [SOLVED] Does aalib really need libX11?

wonder wrote:

is a partially incorrect depedency. aalib supports X and it links to libx11 if libxt is present

How do I see it? libxt does exist on the system... My point is that I can build aalib with --with-x=no, which gives the same ldd output, as in the OP.


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#6 2011-02-21 22:27:11

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED] Does aalib really need libX11?

Leonid.I wrote:
wonder wrote:

is a partially incorrect depedency. aalib supports X and it links to libx11 if libxt is present

How do I see it? libxt does exist on the system... My point is that I can build aalib with --with-x=no, which gives the same ldd output, as in the OP.

libxt needs to be on the system at build time otherwise x11 support doesn't get built.  Anyway, I'm fixing it right now.

Offline

#7 2011-02-22 18:25:03

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: [SOLVED] Does aalib really need libX11?

Thank you!
Marking as solved...


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

Board footer

Powered by FluxBB