libwx_gtk2u_qa-2.8.so.0 => not found

General talk about packaging procedures and packages.
Post Reply
hc.e
Posts: 31
Joined: 16. Sep 2009, 14:07

libwx_gtk2u_qa-2.8.so.0 => not found

Post by hc.e »

I did install maxima together with wxmaxima.
Then I installed wxGTK from the salix repository.

...
1/1 Hole http://salix.enialis.net/i486/13.0/ wxGTK 2.8.10.1-i486-3ab [5,1MB]... Fertig
...

but there was still something missing:

root@pc-old:~# ldd `which wxmaxima`
linux-gate.so.1 => (0xffffe000)
libwx_gtk2u_richtext-2.8.so.0 => /usr/lib/libwx_gtk2u_richtext-2.8.so.0 (0xb7ed9000)
libwx_gtk2u_aui-2.8.so.0 => /usr/lib/libwx_gtk2u_aui-2.8.so.0 (0xb7e6a000)
libwx_gtk2u_xrc-2.8.so.0 => /usr/lib/libwx_gtk2u_xrc-2.8.so.0 (0xb7ddd000)
libwx_gtk2u_qa-2.8.so.0 => not found
...
then I removed the package

root@pc-old:~# slapt-get --remove wxGTK
...

And getting it from another repository solved the problem for me:
...
root@pc-old:~# slapt-get -i wxGTK-2.8.10-i486-1alien
...
1/1 Hole http://www.slackware.com/~alien/slackbuilds/ wxGTK 2.8.10-i486-1alien [3,8MB]... Fertig
...

So, I think libwx_gtk2u_qa-2.8.so.0 is missing in wxGTK on salix ;)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: libwx_gtk2u_qa-2.8.so.0 => not found

Post by thenktor »

Probably our wxGTK misses a configure option (compared to the other package). I'll contact the maintainer...
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: libwx_gtk2u_qa-2.8.so.0 => not found

Post by thenktor »

I've found this:
--disable-debugreport is disabling the qa lib as well. Try changing that to --enable-debugreport.
http://aspn.activestate.com/ASPN/Mail/M ... rs/3380480

I've no idea what the qa lib is for.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: libwx_gtk2u_qa-2.8.so.0 => not found

Post by Shador »

Can you please test this package:
http://gaia.homelinux.org/salix/package ... 86-4ab.txz

If anybody got other configure tweaks now is the time to yell. wxGTK just got too many to try to use them all. :D
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: libwx_gtk2u_qa-2.8.so.0 => not found

Post by Shador »

Seems like the interest in this package vanished. Unless you can confirm that it worked with what you've been trying and that it works generally too (i.e. you test the package), I won't risk pushing a new build to the repos. :)
Image
hc.e
Posts: 31
Joined: 16. Sep 2009, 14:07

Re: libwx_gtk2u_qa-2.8.so.0 => not found

Post by hc.e »

Hi shador,

I installed your package and played a bit with wxmaxima.
Till now I do not had any problems.
Post Reply