maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Faster Application Manager (Maemo5) (https://talk.maemo.org/showthread.php?t=57503)

w00t 2010-08-11 21:29

Re: [Announce] Faster Application Manager (Maemo5)
 
Hi,

Quick suggestion (warning: I haven't actually used fapman yet myself as I don't install stuff all that often) - which would take some work, but.. - have you considered an attempt at integrating fapman in with maemo.org a bit? Being able to rate applications, view ratings, etc.. would doubtless help the extras-testing queue speed I think.

I'd be (cautiously) optimistic about throwing some of my time into this. Cautiously because I don't have a lot of it. :)

fatalsaint 2010-08-11 21:33

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by w00t (Post 783516)
Hi,

Quick suggestion (warning: I haven't actually used fapman yet myself as I don't install stuff all that often) - which would take some work, but.. - have you considered an attempt at integrating fapman in with maemo.org a bit? Being able to rate applications, view ratings, etc.. would doubtless help the extras-testing queue speed I think.

I'd be (cautiously) optimistic about throwing some of my time into this. Cautiously because I don't have a lot of it. :)

I'll even go more specific...

I think fapman should hook up with KISStester and see what spawns :D

(These names are awesome..)

hqh 2010-08-12 08:13

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by w00t (Post 783516)
Quick suggestion (warning: I haven't actually used fapman yet myself as I don't install stuff all that often) - which would take some work, but.. - have you considered an attempt at integrating fapman in with maemo.org a bit? Being able to rate applications, view ratings, etc.. would doubtless help the extras-testing queue speed I think.

Quote:

Originally Posted by fatalsaint (Post 783520)
I think fapman should hook up with KISStester and see what spawns :D

Since attila77 is already working on KISStester, I don't feel the need to duplicate the functionality in fapman. And even reusing the code would require some work as fapman is c++ and kisstester is python... They are better as separate apps.
Edit: They could have a dependency on each other and communicate using dbus if necessary, I guess.

2disbetter 2010-08-13 20:01

Re: [Announce] Faster Application Manager (Maemo5)
 
First off thank you for this. Runs circles around Nokia's version. I was wondering as maybe in a future build if you could add virtual keyboard support. You could incorporate it by placing another button down along the screen edge, that would only show up when you are viewing applications (for installation, upgrade, or deinstallation).

This way you wouldn't need to open the screen for fast searching.

If it is not added, the app rocks.

2d

fatalsaint 2010-08-13 20:05

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by hqh (Post 783857)
Since attila77 is already working on KISStester, I don't feel the need to duplicate the functionality in fapman. And even reusing the code would require some work as fapman is c++ and kisstester is python... They are better as separate apps.
Edit: They could have a dependency on each other and communicate using dbus if necessary, I guess.

I didn't mean for duplication of effort I meant for them to use each other. Even if it just means at certain points to have one call/execute the other app and it launches on it's own.

Take a look at atilla77's response:

Quote:

Originally Posted by attila77 (Post 784529)
Yes, I though about similar things, too, but let's get this operational and smooth, then we can think about integration (premature optimization is the root of all evil, eh ?).
...
I welcome integration with other tools that can help streamlining the process (I will probably provide some way of command-line invocation that would take you straight to the vote dialog).


e5cape 2010-08-14 00:25

Re: [Announce] Faster Application Manager (Maemo5)
 
Thank you so much for this app. Hands down the most useful

mtran66 2010-08-17 17:43

Re: [Announce] Faster Application Manager (Maemo5)
 
The app hangs at "updating catalogs" for me

I'm currently connected via edge/2g. the normal app manager works fine.

It doesn't appear to be doing anything either. I ran conky and there is no download/upload and the cpu is minimal

rantom 2010-08-18 06:04

Re: [Announce] Faster Application Manager (Maemo5)
 
I'd have a feature suggestions for future versions.

1. Show in the application list with different colors, that what version of the app is available (meaning -testing and -devel).
2. While installing user could choose which version to install. I for one don't know now which version I'm running of Pidgin Protocols Plugin, since the decsription said it was from -devel/-testing.

medri 2010-08-18 11:08

Re: [Announce] Faster Application Manager (Maemo5)
 
Hi everyone,

since I installed fap I couldn't update any programm.
For this reason I uninstalled it again. Now I cannot upgrade any program with the built-in appmanager. And I can't install fapman either...

Any help? :eek:

Rob1n 2010-08-18 11:30

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by medri (Post 790317)
Hi everyone,

since I installed fap I couldn't update any programm.
For this reason I uninstalled it again. Now I cannot upgrade any program with the built-in appmanager. And I can't install fapman either...

Any help? :eek:

What errors do you get? Could you also try (as root) running "apt-get upgrade" in X Terminal and see what errors that gives?

hqh 2010-08-18 13:26

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by mtran66 (Post 789609)
The app hangs at "updating catalogs" for me

I'm currently connected via edge/2g. the normal app manager works fine.

It doesn't appear to be doing anything either. I ran conky and there is no download/upload and the cpu is minimal

It's probably waiting a reply from some repo which doesn't respond. It should eventually timeout and the log should show what repository it was.

Quote:

Originally Posted by rantom (Post 790037)
I'd have a feature suggestions for future versions.

1. Show in the application list with different colors, that what version of the app is available (meaning -testing and -devel).
2. While installing user could choose which version to install. I for one don't know now which version I'm running of Pidgin Protocols Plugin, since the decsription said it was from -devel/-testing.

There are some technical difficulties related to that.
First, fapman only keeps record of the latest version of every package available (since that's what apt-get normally installs anyway when asked). Changing that would require a lot of work.
Second, it's possible to tell apt-get to install a specific version of a package but the dependencies would still get pulled from whatever repo that has the latest versions of them. Could lead to problems.

Multiple repositories are shown for packages that have the same version of them available in all of the listed repositories. It also shows you the version number, you know... :)

If you don't want to install from a certain repository, then you'll have to disable it.

Quote:

Originally Posted by medri (Post 790317)
since I installed fap I couldn't update any programm.
For this reason I uninstalled it again. Now I cannot upgrade any program with the built-in appmanager. And I can't install fapman either...

It's likely that there are broken packages/dependencies in your system. Running apt-get from command line should reveal those.

ndi 2010-08-18 15:44

Re: [Announce] Faster Application Manager (Maemo5)
 
Could we get an option to where fapman stores cache? I'd like to reuse the apt-get update. For example, I could schedule apt-get to update every few hours when a certain wifi is up (like home) so that my repos are never over a few hours old. I can't use that with fapman. I understand that separation helps with confusion, but an option can't hurt, right?

Also, is it a decision to not remember the last sort order (reverts to name ever app start) or is it simply not implemented yet?

Oh, and, a small bug (might be already reported): When in portrait mode and updating catalogs, the "finished" yellow banner reverts app to landscape and it doesn't rotate back until I go to landscape and then portrait again.

rantom 2010-08-19 07:55

Re: [Announce] Faster Application Manager (Maemo5)
 
Odd. I tried to install Facebrick and Situare from fapman and got an error. Here's the log.

Code:

Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libqfacebook
The following NEW packages will be installed:
  facebrick libqfacebook situare
0 upgraded, 3 newly installed, 0 to remove and 34 not upgraded.
4 not fully installed or removed.
Inst libqfacebook (0.1.2 Extras-devel:2.0/fremantle)
Inst facebrick (0.5 Extras-devel:2.0/fremantle)
Inst situare (1.0-0 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-cairo (1.4.12-1.2maemo2 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-osso (0.4-0maemo5 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-support (1.0.6maemo1 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-conic (0.1-6 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf libqfacebook (0.1.2 Extras-devel:2.0/fremantle)
Conf facebrick (0.5 Extras-devel:2.0/fremantle)
Conf situare (1.0-0 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)

--- 2010-08-19 10:49:39 ---
/usr/bin/apt-get -qy --allow-unauthenticated -o DPkg::options::=--force-confnew -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install situare facebrick
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libqfacebook
The following NEW packages will be installed:
  facebrick libqfacebook situare
0 upgraded, 3 newly installed, 0 to remove and 34 not upgraded.
4 not fully installed or removed.
Need to get 590kB of archives.
After this operation, 1389kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libqfacebook facebrick situare
Authentication warning overridden.
Get:1 http://repository.maemo.org fremantle/free libqfacebook 0.1.2 [76,2kB]
Get:2 http://repository.maemo.org fremantle/non-free facebrick 0.5 [119kB]
Get:3 http://repository.maemo.org fremantle/free situare 1.0-0 [395kB]
Fetched 590kB in 5s (110kB/s)
Selecting previously deselected package libqfacebook.
(Reading database ... 27747 files and directories currently installed.)
Unpacking libqfacebook (from .../libqfacebook_0.1.2_armel.deb) ...
Selecting previously deselected package facebrick.
Unpacking facebrick (from .../facebrick_0.5_armel.deb) ...
Selecting previously deselected package situare.
Unpacking situare (from .../situare_1.0-0_armel.deb) ...
Setting up python-cairo (1.4.12-1.2maemo2) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 3, in <module>
    import fnmatch, glob, os, re, string, sys, time, cStringIO
ImportError: No module named fnmatch
dpkg: error processing python-cairo (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python-osso (0.4-0maemo5) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 3, in <module>
    import fnmatch, glob, os, re, string, sys, time, cStringIO
ImportError: No module named fnmatch
dpkg: error processing python-osso (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python-support (1.0.6maemo1) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/sbin/update-python-modules", line 11, in <module>
    import sys,os,shutil
ImportError: No module named os
dpkg: error processing python-support (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python-conic (0.1-6) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 3, in <module>
    import fnmatch, glob, os, re, string, sys, time, cStringIO
ImportError: No module named fnmatch
dpkg: error processing python-conic (--configure):
 subprocess post-installation script returned error exit status 1
Setting up libqfacebook (0.1.2) ...
Setting up facebrick (0.5) ...
Setting up situare (1.0-0) ...
Errors were encountered while processing:
 python-cairo
 python-osso
 python-support
 python-conic
E: Sub-process /usr/bin/dpkg returned an error code (1)

Both applications do seem to be installed though..

EDIT : More. I tried to uninstall both apps at the same time and got this.

Code:

--- 2010-08-19 11:21:29 ---
Finished reading package lists
--- 2010-08-19 11:21:29 ---
Start fetching package dates
--- 2010-08-19 11:21:30 ---
need to fetch date for 0 packages
--- 2010-08-19 11:21:30 ---
sent 0 requests, received 0 replies with 0 errors
--- 2010-08-19 11:21:30 ---
Finished fetching package dates
--- 2010-08-19 11:22:44 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install situare- facebrick-
--- 2010-08-19 11:22:53 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  libqfacebook
The following packages will be REMOVED:
  facebrick libqfacebook situare
0 upgraded, 0 newly installed, 3 to remove and 34 not upgraded.
4 not fully installed or removed.
Remv facebrick [0.5]
Remv libqfacebook [0.1.2]
Remv situare [1.0-0]
Conf python-cairo (1.4.12-1.2maemo2 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-osso (0.4-0maemo5 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-support (1.0.6maemo1 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)
Conf python-conic (0.1-6 Extras-testing:2.0/fremantle, Extras-devel:2.0/fremantle)

--- 2010-08-19 11:22:56 ---
/usr/bin/apt-get -qy --allow-unauthenticated -o DPkg::options::=--force-confnew -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install situare- facebrick-
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  libqfacebook
The following packages will be REMOVED:
  facebrick libqfacebook situare
0 upgraded, 0 newly installed, 3 to remove and 34 not upgraded.
4 not fully installed or removed.
After this operation, 1389kB disk space will be freed.
(Reading database ... 27764 files and directories currently installed.)
Removing facebrick ...
Removing libqfacebook ...
Removing situare ...
Situare configuration removed
Setting up python-cairo (1.4.12-1.2maemo2) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 3, in <module>
    import fnmatch, glob, os, re, string, sys, time, cStringIO
ImportError: No module named fnmatch
dpkg: error processing python-cairo (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python-osso (0.4-0maemo5) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 3, in <module>
    import fnmatch, glob, os, re, string, sys, time, cStringIO
ImportError: No module named fnmatch
dpkg: error processing python-osso (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python-support (1.0.6maemo1) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/sbin/update-python-modules", line 11, in <module>
    import sys,os,shutil
ImportError: No module named os
dpkg: error processing python-support (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python-conic (0.1-6) ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 3, in <module>
    import fnmatch, glob, os, re, string, sys, time, cStringIO
ImportError: No module named fnmatch
dpkg: error processing python-conic (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 python-cairo
 python-osso
 python-support
 python-conic
E: Sub-process /usr/bin/dpkg returned an error code (1)

They though seem to be uninstalled..

hqh 2010-08-19 10:33

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by ndi (Post 790632)
Could we get an option to where fapman stores cache? I'd like to reuse the apt-get update. For example, I could schedule apt-get to update every few hours when a certain wifi is up (like home) so that my repos are never over a few hours old. I can't use that with fapman. I understand that separation helps with confusion, but an option can't hurt, right?

Mayyybe... But you could run apt-get update with the same parameters than fapman does as a workaround (you can get those from the log).

Quote:

Originally Posted by ndi (Post 790632)
Also, is it a decision to not remember the last sort order (reverts to name ever app start) or is it simply not implemented yet?

It's not supposed to remember it, because there's an option to set the default sort order.

Quote:

Originally Posted by rantom (Post 791465)
Odd. I tried to install Facebrick and Situare from fapman and got an error. Here's the log.

Looks like a broken python package somewhere...

Version 0.6.4

* show user/hidden category apps in the list of installed apps (remove only)
* show "recommends" and "suggests" in package dependencies if there are any
* check rootfs and opt free space on startup and warn if low
* option to disable automatic catalog updates
* option to start fetching changelogs immediately when package dialog is opened
* warn about immediate conflicts when selecting a package for operation (note that this does not notice all possible conflicts)
* don't use hildon banner in portrait mode
* use the proxy settings for fetching package date information and changelogs
* package list read speed optimizations
* switched to garage bugtracker

Source is now available from garage too (git).
https://garage.maemo.org/projects/fapman/

When reporting bugs to the bugtracker, please note that broken packages/dependencies (probably the majority of errors you're going to encounter) are NOT fapman bugs. I will mark those as invalid unless they are reproducibly related to some other bug. Use this thread instead for reports about broken packages if you have to.

Maybe one more bugfix release (if required) and then I'm going to try what kind of feedback I get from extras-testing...

DaSilva 2010-08-20 08:28

Re: [Announce] Faster Application Manager (Maemo5)
 
I have used the new garage account to create a new feature request: https://garage.maemo.org/tracker/ind...1808&atid=6317

2disbetter 2010-08-20 08:39

Re: [Announce] Faster Application Manager (Maemo5)
 
recently, I've been getting a few errors in FAPMAN. (Love this app btw) It occurs when trying to install/upgrade anything. It will say an error occured (does not say which specific error) and says to look at the log. Also when trying to use the built app manager, I no longer see any apps. Just says non availible.

The olg says:

E: Invalid record in the preferences file, no Package header

2d

vkv.raju 2010-08-20 08:40

Re: [Announce] Faster Application Manager (Maemo5)
 
Earlier, I wasn't able to see "Angry Birds", "Bounce", "SPB Brain Evolution" in the fapman. But with this latest version, I am now seeing all my installed apps.

Great Update and a Great app/tool...

Thanks again :)

Rob1n 2010-08-20 08:44

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 792784)
recently, I've been getting a few errors in FAPMAN. (Love this app btw) It occurs when trying to install/upgrade anything. It will say an error occured (does not say which specific error) and says to look at the log.

And what does the log (accessible via the application menu) say?

vkv.raju 2010-08-20 08:45

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 792784)
recently, I've been getting a few errors in FAPMAN. (Love this app btw) It occurs when trying to install/upgrade anything. It will say an error occured (does not say which specific error) and says to look at the log. Also when trying to use the built app manager, I no longer see any apps. Just says non availible.

2d

The built in app manager is a POS. It says not available but if you hold on to your patience, after few MINUTES, the app starts some processing (circle revolving thing) and then it lists the installed apps.

Today morning, the built-in app manager took around 15-20 minutes to list my installed apps. For the curious, I have installed around 20-25 apps. May be even less actually.

Extras/Ovi/Devel/Testing catalgoues were enabled.

fapman is a breather for my N900.

2disbetter 2010-08-20 09:04

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 792790)
And what does the log (accessible via the application menu) say?

Rob1n, sorry I have posted it in that post, and also below. Thanks!

E: Invalid record in the preferences file, no Package header

2d

hqh 2010-08-20 09:12

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 792813)
E: Invalid record in the preferences file, no Package header

Have you, for some reason, manually created or edited files in /etc/apt/ ?
Because that seems like a syntax error in /etc/apt/preferences (which should not even exist by default)

2disbetter 2010-08-20 09:13

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by hqh (Post 792820)
Have you, for some reason, manually created or edited files in /etc/apt/ ?

No sir, however, I did use the tracker cfg app to handle some unwanted media indexing. Do you think that could be the problem?

2d

Rob1n 2010-08-20 09:15

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 792813)
Rob1n, sorry I have posted it in that post, and also below. Thanks!

E: Invalid record in the preferences file, no Package header

2d

That's one I've not seen before. You could try deleting the contents of /opt/fapman-cache/lists/, then updating the catalogues again in fapman. It might also be worth running "apt-get -f install" as root in X Terminal, just to check whether that reports/fixes any issues.

2disbetter 2010-08-20 09:20

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 792826)
That's one I've not seen before. You could try deleting the contents of /opt/fapman-cache/lists/, then updating the catalogues again in fapman. It might also be worth running "apt-get -f install" as root in X Terminal, just to check whether that reports/fixes any issues.

That commands end with the same error note concerning the invalid record in the preferences file.

2d

hqh 2010-08-20 09:28

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 792831)
That commands end with the same error note concerning the invalid record in the preferences file.

just in case, I'd like to see the output of
Code:

cat /etc/apt/preferences
:)

2disbetter 2010-08-20 09:49

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by hqh (Post 792838)
just in case, I'd like to see the output of
Code:

cat /etc/apt/preferences
:)


Package: hildon-desktop
Pin: release a=unstable

Pin-Priority: 1001



2d

hqh 2010-08-20 10:00

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 792850)
Package: hildon-desktop
Pin: release a=unstable

Pin-Priority: 1001

So you had edited it after all :)
There's your problem; you'll have to remove the empty line between Pin and Pin-Priority

2disbetter 2010-08-20 10:08

Re: [Announce] Faster Application Manager (Maemo5)
 
I never directly edited this file. I'm guessing some kind of truncation caused this. I've removed the space, and am seeing if that fixes the problem. Thanks for all the help.

2d

edit: Bingo that did it.

RDK 2010-08-20 10:22

Re: [Announce] Faster Application Manager (Maemo5)
 
You're a genius, no 2ways about it, it's so fast, I was getting pissed off with the built in one basically not working for me, its so shite so thanks a million man.

hqh 2010-08-23 12:23

Re: [Announce] Faster Application Manager (Maemo5)
 
Version 0.6.5 comes with small "reliability enhancements" and has also been promoted to extras-testing. Remember to test thoroughly before giving thumbs up/down.

* ignore upgrades to pinned packages and warn about install/remove
* warn if trying to do a system upgrade

2disbetter 2010-08-24 11:42

Re: [Announce] Faster Application Manager (Maemo5)
 
hqh,

Ever since applying this patch: (thanks MohammadAG)
http://talk.maemo.org/showthread.php?t=60599

I continue to get unmet dependiecy errors in FAPMAN. It is in regard to Mupen64 which isn't even being updated. I guess Mupen64 has a dependency that is unmnet. I'm guessing it might be as a result of the above patch. Not that there is anything wrong with teh above patch, but the package for Mupen64 doesn't recognize the process it replaced. (I'm speculating and am probably totally wrong)

However, the built in app manager, is able to install, and upgrade without issue.

Do you know what the hangup might be?

2d

Edit: The log file suggests running apt-get -f install. Trying to run this it says I have a package that needs to be installed. Ask for a confirmation to install it, and then ends by saying that dpkg has returned an error.

The exact output of the log (FAPMAN Log) is:

The following packages have unmet dependencies:
mupen64plus-arm: Depends: libsdl-ttf2.0(>= 2.0.9) but it is not going to be installed
E: Unmet dependencies. Try'apt-get -f install' with no packages(or specify a solution).

I'm going to try to unpin the patch from above and see if that will resolved this (at the expensive of fasters scrolling in menus)

slender 2010-08-24 11:49

Re: [Announce] Faster Application Manager (Maemo5)
 
@2disbetter
Log file?

2disbetter 2010-08-24 12:08

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by slender (Post 796769)
@2disbetter
Log file?

Added it to my post above.

2d

Rob1n 2010-08-24 12:10

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 796760)
The following packages have unmet dependencies:
mupen64plus-arm: Depends: libsdl-ttf2.0(>= 2.0.9) but it is not going to be installed
E: Unmet dependencies. Try'apt-get -f install' with no packages(or specify a solution).

You could try "apt-get install libsdl-ttf2.0" (or even "apt-get install libsdl-ttf2.0=2.0.9-1osso0+0m5"). I seem to recall having had problems with upgrading the same library myself recently. I think it pull in several other new packages as part of the install, so by default apt-get won't do it.

2disbetter 2010-08-24 12:15

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 796787)
You could try "apt-get install libsdl-ttf2.0" (or even "apt-get install libsdl-ttf2.0=2.0.9-1osso0+0m5"). I seem to recall having had problems with upgrading the same library myself recently. I think it pull in several other new packages as part of the install, so by default apt-get won't do it.

No dice, I get errors that the package can't be unpacked. And then the apt-get process ends with an error from the sub process. The error code is a 1 (which shouldn't mean anything except an error, not even sure why that is returned as it adds nothing to problem solving or even debugging)

2d

Rob1n 2010-08-24 13:00

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 796793)
No dice, I get errors that the package can't be unpacked.

Can't be unpacked? Sounds like a download error then. Does it help to run "apt-get clean" first?

2disbetter 2010-08-24 14:13

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 796835)
Can't be unpacked? Sounds like a download error then. Does it help to run "apt-get clean" first?

This is exactly what it says:

dpkg: error processing /var/cahce/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--unpack)
:
trying to overwrite '/usr/lib/libSDL_ttf-2.0.so.0.6.3'. which is also in package libsdl-ttf2.0-0
Errors were encountered while processing:
'/var/cahce/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


It says that even after the apt clean command.

2d

Rob1n 2010-08-24 14:48

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by 2disbetter (Post 796911)
This is exactly what it says:

dpkg: error processing /var/cahce/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--unpack)
:
trying to overwrite '/usr/lib/libSDL_ttf-2.0.so.0.6.3'. which is also in package libsdl-ttf2.0-0
Errors were encountered while processing:
'/var/cahce/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


It says that even after the apt clean command.

That looks like the same error I had, yes. You'll need to use "dpkg -r libsdl-ttf2.0-0" first to remove the old version (or possibly "dpkg --force-depends -r libsdl-ttf2.0-0"), then the install should work.

2disbetter 2010-08-24 16:48

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 796932)
That looks like the same error I had, yes. You'll need to use "dpkg -r libsdl-ttf2.0-0" first to remove the old version (or possibly "dpkg --force-depends -r libsdl-ttf2.0-0"), then the install should work.


Had to use --force-depends as numpyphsics and pygame were dependent on it.

But it finally worked let me see if that clears out my errors in the FAPMAN log.

Thank you for your help, once again.

2d

2disbetter 2010-08-24 20:02

Re: [Announce] Faster Application Manager (Maemo5)
 
unfortunately, I was able to remove and purge the libsdl-ttf2.0-0 but when trying install it again, I got the exact same error as before.

Any ideas?

2d


All times are GMT. The time now is 09:59.

vBulletin® Version 3.8.8