![]() |
2010-06-05
, 18:13
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#2
|
![]() |
2010-06-08
, 20:38
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#3
|
>So I have unmet dependencies, this isn't a surprise, but it would seem that
>the *Install Software* Button just calls dpkg -i.
There might be room for improvement in the RDA's "application installer" feature for N900 (at least make it provide more meaningful error messages when the installation fails). We'll have to investigate this.
Other than that this does not seem like a RDA related issue. I'm not an expert on this subject (py2deb packaging), so you should hopefully get more helpful answers on Forum Nokia DiBo or on Maemo.org DiBo. But clearly one of the dependencies would appear to be broken. Seems like adding gnome-python dependency worked for the other guy in the maemo.org DiBo topic you linked. So you could at least try if adding that to the dependencies list would make a difference.
BR,
FN RDA support
![]() |
2010-06-09
, 19:01
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#4
|
The Following User Says Thank You to Slocan For This Useful Post: | ||
I first grab my code's .deb (Arm not x86, but since it's python/PyQt it shouldn't matter) from garage.maemo.org's autobuilder
I click on the RDA's Install Software button, and after a length of time I get the following error halfway through the install:
If I open up a terminal in RDA and run from root:
So I have unmet dependencies, this isn't a surprise, but it would seem that the Install Software Button just calls dpkg -i.
That said, if I were to run
My code has been in extras-devel for 2 months now, I've made quite a few development releases and have had no problems installing it on either the SDK, New Devices or Re-flashed devices, ranging from PR1.0-PR1.2.
I'm writing this because I'd like to submit to Nokia's Calling All Innovators Contest, and installing/running on RDA is a partial requirement. I can only submit a deb file and cannot submit a repository or .install file, so I'm in a bit of a bind.
I now assume that my py2deb build file is incorrect I currently have.
I've read through this thread but considering the date this is based on PR1.0, should I try loading gnome-python, or is there a force --fix-missing command I can issue in my post install script?
Any assistance would be greatly appreciated.