|
|
06-21-2009
, 01:07 PM
|
|
|
Posts: 2,514 |
Thanked: 6,571 times |
Joined on Mar 2008
@ UK
|
#2
|
|
|
06-21-2009
, 01:12 PM
|
|
|
Posts: 2,514 |
Thanked: 6,571 times |
Joined on Mar 2008
@ UK
|
#3
|
Depends: libc6 (>= 2.5.0-1), libsdl-image1.2 (>= 1.2.4-5), libsdl-mixer1.2, libsdl1.2 (>= 1.2.10-1), libx11-6, madbomber-data (= 0.2.5-3maemo4
|
|
06-21-2009
, 01:50 PM
|
|
Posts: 1,204 |
Thanked: 1,009 times |
Joined on Oct 2007
|
#4
|
|
|
06-21-2009
, 03:08 PM
|
|
Posts: 2,799 |
Thanked: 4,437 times |
Joined on Nov 2007
|
#5
|
My guess is one of the depends conflicts with the SSU-installed packages (e.g. by requiring a higher version than installed on the device):
Code:Depends: libc6 (>= 2.5.0-1), libsdl-image1.2 (>= 1.2.4-5), libsdl-mixer1.2, libsdl1.2 (>= 1.2.10-1), libx11-6, madbomber-data (= 0.2.5-3maemo4
if (op == pkgCache::Dep::NoOp
|| op == pkgCache::Dep::GreaterEq
|| op == pkgCache::Dep::Greater)
continue;
|
|
06-21-2009
, 03:34 PM
|
|
|
Posts: 3,105 |
Thanked: 11,057 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#6
|
/home/user # apt-get install madbomber
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
madbomber: Depends: madbomber-data (= 0.2.5-3maemo4) but it is not going to be installed
ukmp: Depends: python-pygame but it is not going to be installed
Depends: python-imaging but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/home/user #
|
|
06-21-2009
, 03:41 PM
|
|
|
Posts: 3,105 |
Thanked: 11,057 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#7
|
?
/home/user # apt-get install madbomber
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
madbomber-data
The following NEW packages will be installed:
madbomber madbomber-data
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 2485kB of archives.
After this operation, 3666kB of additional disk space will be used.
Do you want to continue [Y/n]?
WARNING: The following packages cannot be authenticated!
madbomber-data madbomber
Install these packages without verification [y/N]? y
Get:1 http://repository.maemo.org fremantle/free madbomber-data 0.2.5-3maemo4 [2459kB]
Get:2 http://repository.maemo.org fremantle/free madbomber 0.2.5-3maemo4 [25,6kB]
Fetched 2485kB in 4s (527kB/s)
Selecting previously deselected package madbomber-data.
(Reading database ... 27749 files and directories currently installed.)
Unpacking madbomber-data (from .../madbomber-data_0.2.5-3maemo4_all.deb) ...
Selecting previously deselected package madbomber.
Unpacking madbomber (from .../madbomber_0.2.5-3maemo4_armel.deb) ...
Setting up madbomber-data (0.2.5-3maemo4) ...
Setting up madbomber (0.2.5-3maemo4) ...
gtk-update-icon-cache: Cache file created successfully.
/home/user #
| The Following User Says Thank You to qgil For This Useful Post: | ||
|
|
06-21-2009
, 03:49 PM
|
|
|
Posts: 3,105 |
Thanked: 11,057 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#8
|
|
|
06-21-2009
, 10:42 PM
|
|
|
Posts: 3,105 |
Thanked: 11,057 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#9
|
|
|
06-22-2009
, 06:04 AM
|
|
Posts: 1,204 |
Thanked: 1,009 times |
Joined on Oct 2007
|
#10
|
So... is this 'third party package policy' about conflicting dependencies in extras? About third party packages that can't be authenticated? Both? Else?

| The Following User Says Thank You to mikkov For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
Does anybody know what causes this?
Quim, is it possible to get more detailed error report from AM itself or by trying to install it with apt-get?
Last edited by mikkov; 06-21-2009 at 10:34 AM.