Active Topics

 


Reply
Thread Tools
Posts: 118 | Thanked: 45 times | Joined on Dec 2009 @ Germany
#1
Since several days I'm trying to create a package for maemo-extras-devel.

I'm using the guides:
http://wiki.maemo.org/Packaging_a_Qt_application
http://wiki.maemo.org/User:Jebba/Package_Building_HOWTO

Currently I'm at latter and at the point where I want to create a *.deb for the N900. So:

Code:
# Switch to ARMEL
sb-conf select FREMANTLE_ARMEL

# Go to the correct dir:
cd ~/foo/freemoe/foo-1.2.3

# Compile!
dpkg-buildpackage -rfakeroot -b -uc
At dpkg-... I get a dependency error. Which is ok.

I did a "apt-get install libqt4-dev". And this is what I get:

Code:
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libqt4-dev: Depends: libqt4-gui but it is not going to be installed
              Depends: libqt4-svg but it is not going to be installed
              Depends: libqt4-webkit but it is not going to be installed
              Depends: libqt4-maemo5 but it is not going to be installed
              Depends: libqt4-multimedia but it is not going to be installed
              Depends: libqt4-phonon but it is not going to be installed
              Depends: libqt4-opengl (= 4.6.2~git20100401-0maemo1+0m5) but it is not going to be installed
              Depends: libgles2-sgx-img-dev but it is not installable
              Depends: opengles-sgx-img-common-dev but it is not installable
E: Broken packages
When I did that same stuff in the X86 build target it did work. So what am I doing wrong?

And I guess all dependency problems and up with this:
Code:
[sbox-FREMANTLE_ARMEL: ~] > apt-get install opengles-sgx-img-common
Reading package lists... Done
Building dependency tree... Done
Package opengles-sgx-img-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package opengles-sgx-img-common has no installation candidate
[sbox-FREMANTLE_ARMEL: ~] > apt-get install libgles2-sgx-img
Reading package lists... Done
Building dependency tree... Done
Package libgles2-sgx-img is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libgles2-sgx-img has no installation candidate

Last edited by emesem; 2010-07-18 at 14:05.
 
Posts: 180 | Thanked: 76 times | Joined on May 2010
#2
I noticed the same error when trying to install libqt4-experimental libraries. If I remember I installed libgles2 and then the installation worked.
 
Posts: 118 | Thanked: 45 times | Joined on Dec 2009 @ Germany
#3
Thank you for your quick reply. But unfortunately it didn't help:

Code:
[sbox-FREMANTLE_ARMEL: ~] > apt-get install libgles2
Reading package lists... Done
Building dependency tree... Done
Package libgles2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libgles2 has no installation candidate
 
Posts: 180 | Thanked: 76 times | Joined on May 2010
#4
Try libgles2-dev.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#5
Did you install the nokia-binaries? http://wiki.maemo.org/Documentation/...d_distribution (7)
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 118 | Thanked: 45 times | Joined on Dec 2009 @ Germany
#6
Thank you MohammadAG. Adding the repository and the binaries did help . I was following the x86-64 instruction for the installation and forgot to read the very last sentence.
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:20.