PDA

View Full Version : application packages missing


flgor
04-29-2010, 09:52 AM
Hello,


I've just uploaded my application to extras-devel. Everything went fine with the build etc and now it is available for install.

But when i try to install it from extras-devel I get these errors:
Appplication packages missing:
libglib2.0-dev
libqt4-core(>=4.6.2~git....
libqt4Maemo5(>=4.6.2~git...
libxmlo2(=2.6.27.dfsg-1.maemo1)
libstgsreamer0.10-0(=0.10.23-...)
libc6dev|libc-dev
libpopt-dev
libglib2.0-dev
check(>=0.9.3-2)


This is how my control file from debian is looking:

Build-Depends: debhelper (>= 5), libqt4-dev (>=4.5.2), libx11-dev, libgstreamer-plugins-base0.10-dev
Standards-Version: 3.7.2

Architecture: armel
Depends: gstreamer-tools, libqt4-script(>=4.5.2), libgstreamer0.10-dev, libglib2.0-dev, ${shlibs:Depends}, ${misc:Depends}


I would like the dependencies like gstreamer-tools and libqt4-script to be installed before the application automatically.


What i did wrong with the control file?

Thanks,
FlGor

flgor
04-29-2010, 12:28 PM
Another fast question if someone can help me:

How can i istanll qt 4.6.2 on the phone?
Maybe if i will have this version of qtlibs i will be able to install my application. I tried to download it from extras-devel, but i couldn't find the qt libs 4.6.2.


THanks again

noobmonkey
04-29-2010, 12:35 PM
quick answer, you need PR1.2 :)

flgor
04-29-2010, 12:42 PM
PR1.2 is already released?
If not, if somebody want to install my application but he/she has just PR1.1 what should he/she do?

And also, Build-Depends and Depends from Debian/Control looks ok?

I don't need anything from qt 4.6.2 btw, as my application works perfect with the 4.5.3 and the problem is introduced by autobuild tool.
Is it any way i can pass this?

andrewfblack
04-29-2010, 12:45 PM
Their are several applications waiting for Pr 1.2 in devel right now just going to have to wait until PR 1.2 to install this.

x61
04-29-2010, 12:46 PM
PR1.2 is already released?
If not, if somebody want to install my application but he/she has just PR1.1 what should he/she do?

And also, Build-Depends and Depends from Debian/Control looks ok?

I don't need anything from qt 4.6.2 btw, as my application works perfect with the 4.5.3 and the problem is introduced by autobuild tool.
Is it any way i can pass this?

Just be patience...

flgor
04-29-2010, 12:49 PM
=)) ok so i will have to wait. Thanks for your answers.

I would like to let this topic open regarding this question:
If somebody want to install my application but he/she has just PR1.1 what should he/she do?

( including root writes and apt-get install something )