OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: Storm on May 21, 2005, 12:53:10 am

Title: Kde-pim Apps Questions
Post by: Storm on May 21, 2005, 12:53:10 am
Running OZ 3.5.3, I installed ko/pi, ka/pi and ka/pi-applet.

The following packages are installed:

Code: [Select]
# ipkg list_installed | grep -i kde
kapi - 2.1.1-r0 - KAddressbook/PI is a port of KDE addressbook
kopi-applet - 2.1.1-r0 - KDE Pim/PI applet
libmicrokabc - 2.1.1-r0 - KDE Pim/PI library - microkabc
libmicrokcal1 - 2.1.1-r0 - KDE Pim/PI library - microkcal
libmicrokdelibs - 2.1.1-r0 - KDE Pim/PI library - microkde

Ran makecompat on kapi and kopi.

When I launch either app, I get undefined symbol errors:

Code: [Select]
# kapi
/opt/QtPalmtop/bin/kapi
kapi: symbol lookup error: /opt/QtPalmtop/lib/libmicrokabc.so.1: undefined symbol: _ZN2Qt5greenE
# kopi
/opt/QtPalmtop/bin/kopi
kopi: symbol lookup error: /opt/QtPalmtop/lib/libmicroqtcompat.so.1: undefined symbol: _ZN12QApplication11main_widgetE

If I unlink the apps, the message changes:

Code: [Select]
# kopi
kopi: symbol lookup error: /opt/QtPalmtop/lib/libqtcompat.so.1: undefined symbol: newData__7QGArray
# kapi
kapi: symbol lookup error: /opt/QtPalmtop/lib/libqtcompat.so.1: undefined symbol: newData__7QGArray

Is there a fix for it, or should I use the kdepim packages from sourceforge (which is version 2.1.4, but packaged for Sharp ROM)...

Thanks,
--Storm
Title: Kde-pim Apps Questions
Post by: mimeca on May 21, 2005, 06:29:13 am
You must install KO/PI and KA/PI from OpenZaurus. You will find them in the Opie feed.
Title: Kde-pim Apps Questions
Post by: Storm on May 21, 2005, 11:06:35 am
Quote
You must install KO/PI and KA/PI from OpenZaurus. You will find them in the Opie feed.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=80784\"][{POST_SNAPBACK}][/a][/div]

I do have kapi and kopi installed from the OZ 3.5.3 feeds. These are the ones that are not working.

--Storm
Title: Kde-pim Apps Questions
Post by: Hrw on May 21, 2005, 11:15:26 am
Storm:

DO NOT use sharp-compat-libs on software from OZ feeds.

kopi, kapi works out-of-box on OZ (when used OZ versions)
Title: Kde-pim Apps Questions
Post by: Teletubbie on May 21, 2005, 11:16:37 am
The kdepimpi packages (kopi, kapi, etc) do not require the compat libs. This seems too be your problem. Clean the rom from these packages and install again without using mkcompat.
Cheers,
Sam
Edit: hrw was one minute faster  
Title: Kde-pim Apps Questions
Post by: Storm on May 23, 2005, 08:47:24 pm
Quote
The kdepimpi packages (kopi, kapi, etc) do not require the compat libs. This seems too be your problem. Clean the rom from these packages and install again without using mkcompat.
Cheers,
Sam
Edit: hrw was one minute faster   
[div align=\"right\"][a href=\"index.php?act=findpost&pid=80814\"][{POST_SNAPBACK}][/a][/div]

HRW, Teletubbie,

That worked. Thanks for pointing it out. Just for the record, the reason I ran the compat libs against it in the first place was the errors I was getting...

Thanks for clearing it up...

--Storm