View Single Post
crabsody's Avatar
Posts: 63 | Thanked: 12 times | Joined on Feb 2010 @ Thessaloniki Greece
#8
I got a problem too. I changed the target of scratchbox to ARMEL and tried to install the qt packages. So I edited sources.list adding the line

deb http://repository.maemo.org/extras-devel/ fremantle free non-free

When I exec "fakeroot apt-get install libqt4-dev" I got several dependency problems.

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-webkit but it is not going to be installed
E: Broken packages
When I try to install libqt4-webkit I got other unmet dependencies e.t.c. e.t.c. Does anyone know a way to met these dependencies? Maybe in an auto way?