Active Topics

 


Reply
Thread Tools
Posts: 13 | Thanked: 14 times | Joined on Feb 2010
#1
noticed a few apps would not install form the default graphical package tool they were reporting a problem with python2.5-qt4-common it was availiable from apt-get though is this just an issue for me example apps: ansala, smscom edit, swapolube I might have misspelled the app names a little
 
Posts: 25 | Thanked: 11 times | Joined on Aug 2010
#2
Originally Posted by snostorm View Post
noticed a few apps would not install form the default graphical package tool they were reporting a problem with python2.5-qt4-common it was availiable from apt-get though is this just an issue for me example apps: ansala, smscom edit, swapolube I might have misspelled the app names a little
I just updated firmware to 13 also, (hoped that it would boot the meego thing on the SD, from the terrible guide : http://wiki.meego.com/ARM/N900/Install/MMC BUT nope it didnt).

Anybody had any success booting "Meego" lately?
(I noticed, that this sites wiki -page, doesn't mention "meego" any more.. but the "talk" no ends of the speculations... )

On this 13 thing, I tapped on the google ikoon on the desctop, no no respond ( but then 10 windows with google finally appears).
 
Posts: 13 | Thanked: 14 times | Joined on Feb 2010
#3
it seems that python2.5-qt4-* packages have some issues after doing apt-get update/upgrade and trying to install ansela i get that python2.5-qt4-core and others in that set will not install looks to be som major dependancy issues, bug files below

https://bugs.maemo.org/show_bug.cgi?id=11516

Last edited by snostorm; 2010-11-02 at 15:45. Reason: added bugzilla link
 
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#4
I really don't know what I am doing when it comes to Debian package management, but I think this issue may be because python2.5-qt4-common is now at ver 4.7.5-maemo1 in extras and extras-testing but the other matching components like python2.5-qt4-core are still at 4.7.4-maemo0
 

The Following User Says Thank You to jsharper For This Useful Post:
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#5
Originally Posted by phoohb View Post
I just updated firmware to 13 also, (hoped that it would boot the meego thing on the SD, from the terrible guide : http://wiki.meego.com/ARM/N900/Install/MMC BUT nope it didnt).

Anybody had any success booting "Meego" lately?
(I noticed, that this sites wiki -page, doesn't mention "meego" any more.. but the "talk" no ends of the speculations... )

On this 13 thing, I tapped on the google ikoon on the desctop, no no respond ( but then 10 windows with google finally appears).
Here's the latest, proper, easy, sort of official way of booting meego on PR1.3
http://wiki.meego.com/ARM/N900/Install/Dual_Boot

Quoted from footer of the page
* This page was last modified on 2 November 2010, at 14:11.
* This page has been accessed 23,534 times.

* Content is available under Creative Commons Attribution 3.0 License.
* Privacy policy
* About MeeGo wiki

Powered by MediaWiki 1.15.5
Seems latest to me
 
Posts: 6 | Thanked: 2 times | Joined on Sep 2010
#6
I also foolishly upgraded python-qt with apt and broke things. I messed around a lot trying to rebuild but downgrading apt-get install python2.5-sip4=4.10.5-maemo0 now lets me run anselA. Will try the other apps but you might prefer to wait for advice from someone who actually nows what they're doing.

Last edited by Temujin; 2010-11-03 at 01:19. Reason: wish I knew how to spell
 

The Following User Says Thank You to Temujin For This Useful Post:
HellFlyer's Avatar
Posts: 1,148 | Thanked: 613 times | Joined on Mar 2010 @ Toronto
#7
Originally Posted by Radicalz38 View Post
Here's the latest, proper, easy, sort of official way of booting meego on PR1.3
http://wiki.meego.com/ARM/N900/Install/Dual_Boot

Quoted from footer of the page

Seems latest to me
Wiki needs to be updated

MeeGo code drops are now can be found only at

http://repo.meego.com/MeeGo/builds


http://tablets-dev.nokia.com/meego-codedrop.php is no longer needed
__________________
The quieter you become the more you are able to hear


"I'm a N900 user, can I haz Flash 10 plz?!11!?" © Jaffa


Elopocalypse started on 11.02.2011
 
Posts: 6 | Thanked: 2 times | Joined on Sep 2010
#8
...maybe it wasn't the best solution.
http://talk.maemo.org/showpost.php?p...0&postcount=11

EDIT: Holding back python qt common and sip4 hasn't caused problems for me, yet. Also, we scored two snarky thread tags.

Last edited by Temujin; 2010-11-03 at 06:03. Reason: prima donna?
 
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#9
Originally Posted by Temujin View Post
I also foolishly upgraded python-qt with apt and broke things. I messed around a lot trying to rebuild but downgrading apt-get install python2.5-sip4=4.10.5-maemo0 now lets me run anselA. Will try the other apps but you might prefer to wait for advice from someone who actually nows what they're doing.
Thanks for that. I didn't know the syntax for installing a particular version of a package. I just did a "apt-get install python2.5-qt4-common=4.7.4-maemo0" and then I was able to install pyradio since it was then able to install the rest of the (4.7.4-maemo0) python-qt packages.

ETA: hm it got it installed but pyradio threw a "RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1" ... I started over with an "apt-get install python2.5-qt4-common=4.7.4-maemo0 python2.5-sip4=4.10.5-maemo0" first and that worked..

Last edited by jsharper; 2010-11-03 at 01:18.
 
Posts: 13 | Thanked: 14 times | Joined on Feb 2010
#10
It looks like some what I would call big dependencies issues have been created in the offial comunity repo. Holding back the python2.5-qt4-common package and others mentioned above is a workaround for packages that require that version, so long as you do not need the newer version for anotehr package in the non-testing repo. I did not upgrade via apt comandline to create the problem and am leaving my bug filed (link above) in. The non testing comunity reop should not have this kind of dependancy problem. I should be able to use the graphical package manager on the device for all non testing packages. I am fine using this work around as a power user but it is not a solid option for regular users.

Last edited by snostorm; 2010-11-04 at 01:35.
 

The Following User Says Thank You to snostorm For This Useful Post:
Reply

Tags
noise genr8ing, prima donna


 
Forum Jump


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