Notices


Reply
Thread Tools
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#181
OK, I'm just waiting for my N900 to finish updating the -devel repo and then will look for what libs it wants to install.
 
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#182
Here they are:
libqt4-maemo5-core (4.6.2-git20100212-0maemo1)
pyside-qt4-base
pyside-qt4-maemo5
libboost-python1...

I understand, that pyside libs have to be installed but why is there a core package in the list? As far as I remember the issues with qt, the *-maemo5 packages were meant to offer qt4.6 to PR1.1, right?

The same happens (with many more libs, all from qt-maemo5) when trying to install autodisconnect. And I need both programs together for having regular internet connection with automatic disconnection. I really miss that!!!

Last edited by x-lette; 2010-05-28 at 17:53. Reason: added version
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#183
I'm not sure why libqt4-maemo5-core isn't installed by default, but it seems like it isn't. I wouldn't worry about it, stuff is optified anyway.
What I'm really wondering about is why libboost is still being installed! That is odd. That hog should have gone away with the new pyside. I'll release a slightly updated version of Alarmed soonish anyway, I'll look into what's going on. Maybe it's still in the dependencies of my package...
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#184
Just to avoid confusion - please note that libqt4-maemo5-* packages are deprecated and will be removed from extras-devel in the near future (really, there is no point using them any more). Please use libqt4-* for Qt4.6 or libqt4-experimental-* for Qt4.7.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post:
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#185
Originally Posted by attila77 View Post
Just to avoid confusion - please note that libqt4-maemo5-* packages are deprecated and will be removed from extras-devel in the near future (really, there is no point using them any more). Please use libqt4-* for Qt4.6 or libqt4-experimental-* for Qt4.7.
Allright, so I'll wait for these packages to depend on qt-maemo5 no more. Thanks for clarification!
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#186
The point is, I'm not depending on any of that. I depend on:

python-alarm, python2.5, pyside-qt4-base, pyside-qt4-core, pyside-qt4-maemo5, pyside-qt4-gui

nothing more. Just python, python-alarm and a small part of pyside. It seems like the current pyside packages still depend on boost and the deprecated libqt4-maemo5-* packages and are *not* the new shiboken ones. I'm currently asking around what the hold up is. But it's not a problem with my package, basically.
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#187
Current PySide packages depend on correct packages, see http://maemo.org/packages/package_in...0.3.1-1maemo2/ . What is likely happening is that some people might have/had old versions of pyside core/gui installed (can happen easily if you upgraded via OTA), and then you try to install something that needs the maemo5 module. The package manager then tries to install the module which corresponds to your existing pyside install -> end up with the wrong version for PR1.2 The best is to uninstall the packages which pulled in the old version of pyside and reinstall them again (so they could download the new one).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#188
OK, I just checked for installed versions of pyside and this is the list:
Code:
Nokia-N900:~# dpkg -l | grep pyside
ii  libpyside0.3        0.3.1-1maemo2       Python bindings for Qt 4 (base files)
ii  pyside-qt4-core  0.3.1-1maemo2       Qt 4 core module - Python bindings
ii  pyside-qt4-gui    0.3.1-1maemo2       Qt 4 GUI module - Python bindings
I installed PR1.2 via flasher and reinstalled most applications using the restored backup.

Just forgot to mention: pyside is only depended on by healthcheck. I guess I'll try to deinstall healthcheck and look if alarmed has different dependencies then.

Last edited by x-lette; 2010-05-30 at 11:08.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#189
Originally Posted by shapeshifter View Post
The point is, I'm not depending on any of that. I depend on:

python-alarm, python2.5, pyside-qt4-base, pyside-qt4-core, pyside-qt4-maemo5, pyside-qt4-gui

nothing more. Just python, python-alarm and a small part of pyside. It seems like the current pyside packages still depend on boost and the deprecated libqt4-maemo5-* packages and are *not* the new shiboken ones. I'm currently asking around what the hold up is. But it's not a problem with my package, basically.
A-ha ! I think found what’s causing the problem. The pyside-qt4-base module is not part of pyside any more, by having that in there you’re forcing the last pyside that had it (a fairly ancient boost one).

As a rule of thumb for python package dependencies - depend only on what you import. If you’re not importing it, it’s not yours to depend on it
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post:
Posts: 14 | Thanked: 16 times | Joined on Oct 2008
#190
Hello, I was wondering what the current build status was against PR 1.2... ??? I started tinkering with using Alarmed in the previous Feemantle version, but ugraded to PR 1.2 (via a re-flash, the only way to go IMHO). This looks like THE perfect scheduling app, BTW, thanks...

One more Question, does the app have the ability to sense an event, and respond with an action??? By that I mean, can it, let's say, detect when the N900 has connected to a network (a particular one, maybe), detecting a certain bluetooth MAC, or registering a certain keypress and then execue a command in a certain time from that??? Or is there a similar app that can be used in conjunction with Alarmed to do this sort of thing???

I know of a Ubuntu package hat can detect a paricular bluetooth signal and execute a command when signal strength reaches a certain level, whether paired or not...

By the way the desired application for these functions I am asking about is integration and synchronization with a z-wave based home automation set up (like Micasaverde Vera &/or LinuxMCE).

Last edited by JaseP; 2010-05-30 at 17:04.
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:28.