![]() |
Panucci 0.3 testers requested
Hello!
I *think* we have something stable enough to make a 0.3 release. There's have a .deb available here. The GUI certainly hasn't changed much, so what's new?
Code:
python2.5-gtk2 python2.5-gstreamer python2.5-dbus python2.5-hildon python2.5-gnome python2.5-mutagen nick |
Re: Panucci 0.3 testers requested
I'm on it! :)
|
Re: Panucci 0.3 testers requested
I installed 0.3 after cleaning off previous versions (including ~/.panucci.sqlite) and got this Error:
Code:
~ $ panucci |
Re: Panucci 0.3 testers requested
installing over existing panucci produced no error from app manager, but launching gave me this:
Code:
Traceback (most recent call last): |
Re: Panucci 0.3 testers requested
Quote:
Thank you very much for the report. |
Re: Panucci 0.3 testers requested
Quote:
Can you please post your ~/.rmp-bookmarks (or ~/.rmp-bookmarks.bak)? If you tar/zip the file I think you can even attach it to the post. Thanks again, nick |
Re: Panucci 0.3 testers requested
Quote:
If that doesn't fix it, then please post your ~/.rmp-bookmarks file. Sorry for the confusion, nick |
Re: Panucci 0.3 testers requested
that fixed it, panucci started fine now :)
|
Re: Panucci 0.3 testers requested
0.3-2 is working for me. Being able to open a playlist may just make this my default player.
|
Re: Panucci 0.3 testers requested
Here's 0.3-3 :) (as usual, the link has been updated in the original post)
This one removes the --file (or -f) command line option. The functionality is still the same just use "panucci /some/good/podcast.mp3" instead of "panucci ---file /some/good/podcast.mp3". Also, if you start panucci this way, it'll automatically start playing the file instead of you having to push the play button. Thanks to Thomas for the suggestion. nick |
Re: Panucci 0.3 testers requested
Tried to install, but got a message that Installer was unable to update Panucci because something was missing. Python -Mutagen, whatever that is.
|
Re: Panucci 0.3 testers requested
Quote:
That warning is actually a good thing; it means that we've correctly listed the dependencies in our .deb ;). Since you're not installing Panucci from a repo (like Extras) the application manager won't install the needed dependencies (don't ask me why, it seems kinda dumb to me). The solution is to simply install the dependencies manually and then install Panucci. Note: This will not be the case when 0.3 is uploaded to Diablo Extras, in that situation the application manager will take care of fetching all of the needed dependencies because you are installing from a repo. To install the missing dependency run the following as root (see the original post for the full list of dependencies): Code:
apt-get install python2.5-mutagen nick |
Re: Panucci 0.3 testers requested
the general ones said it was to encourage the use of repos over .deb's, especially if the latter had no source attached alongside it...
|
Re: Panucci 0.3 testers requested
I tried the apt-get install python2.5-mutagen (from root) and got a shopping list of can't do this, can't do that. Not sure what the problem is. Is there a way to install the python dependencies from application manager? It might work from there.
|
Re: Panucci 0.3 testers requested
Quote:
nick P.S. Panucci source code is always available from here and here. Also, if you want to build your own .deb from inside a scratchbox environment do the following:
|
Re: Panucci 0.3 testers requested
Quote:
nick |
Re: Panucci 0.3 testers requested
Quote:
thats what its there for, really... |
Re: Panucci 0.3 testers requested
Quote:
If so, I guess I'll have to get thp to upload for me atm :) |
Re: Panucci 0.3 testers requested
i think there may have been a issue with the upload access requests, i got the impression on irc at least...
|
Re: Panucci 0.3 testers requested
Quote:
|
Re: Panucci 0.3 testers requested
Quote:
|
Re: Panucci 0.3 testers requested
Here is the resulting message when I trry to install python mutagen
/home/user # apt-get install python2.5 mutagen Reading package lists... Done Building dependency tree... Done W: Couldn't stat source package list http://repostory.maemo.org chinook/free Packages (/var/lib/apt/lists/repostory.maemo.org_extras_dists_chinook_free_bina ry-armel_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://repostory.maemo.org chinook/non-free Packages (/var/lib/apt/lists/repostory.maemo.org_extras_dists_chinook_non-free_binary-armel_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://repostory.maemo.org chinook/free Packages (/var/lib/apt/lists/repostory.maemo.org_dists_chinook_free_binary-armel_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://repostory.maemo.org chinook/non-free Packages (/var/lib/apt/lists/repostory.maemo.org_dists_chinook_non-free_binary-armel_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Couldn't find package mutagen /home/user # |
Re: Panucci 0.3 testers requested
Quote:
Running "apt-get update" should fix that for you. nick |
Re: Panucci 0.3 testers requested
the name of the package is python2.5-mutagen. notice the -...
|
Re: Panucci 0.3 testers requested
I ran update but I'm not sure it worked . I never got back to the prompt . Each solution presents new error messages with new solutions. Where was I?
/home/user # apt-get install python2.5-mutagen Reading package lists... Done Building dependency tree... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: libgoffice-0-6: Depends: libart-2.0-2 (>= 2.3.16) but it is not going to be installed W: Duplicate sources.list entry http://repository.maemo.org chinook/free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_chinook_free_bin ary-armel_Packages) W: Duplicate sources.list entry http://repository.maemo.org chinook/free Packages (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_chinook_free_binary-armel_Packages) W: Duplicate sources.list entry http://repository.maemo.org chinook/non-free Packages (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_chinook_non-free_binary-armel_Packages) W: You may want to run apt-get update to correct these problems E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). /home/user # |
Re: Panucci 0.3 testers requested
Quote:
nick |
Re: Panucci 0.3 testers requested
seems like there are 3 entries for chinook free and 2 for chinook non-free...
one only need one of each... and that goffice error, i suspect there is abiword or gnumeric installed. quick guess is that a higher version of libart is installed then what goffice wants, but something else depends on that high version and therefor its left alone... |
Re: Panucci 0.3 testers requested
Okay, here's the latest attempt.
There were no listings in Application manager for Chinook free or libart so I was unable to delete any duplicates. I ran apt-get update and then ran apt-get -f install and it tells me to run apt-get update. I appear to have reached a dead end loop. I have given up on this before and I know I have it in me to give up again!!!:) /home/user # apt-get -f install Reading package lists... Done Building dependency tree... Done Correcting dependencies... Done The following extra packages will be installed: libart-2.0-2 The following NEW packages will be installed: libart-2.0-2 0 upgraded, 1 newly installed, 0 to remove and 127 not upgraded. 6 not fully installed or removed. Need to get 0B/70.4kB of archives. After unpacking 188kB of additional disk space will be used. Do you want to continue [Y/n]? y WARNING: The following packages cannot be authenticated! libart-2.0-2 Install these packages without verification [y/N]? y (Reading database ... 24228 files and directories currently installed.) Unpacking libart-2.0-2 (from .../libart-2.0-2_2.3.17-1chinook2_armel.deb) ... dpkg: error processing /var/cache/apt/archives/libart-2.0-2_2.3.17-1chinook2_armel.deb (--unpack): trying to overwrite `/usr/lib/libart_lgpl_2.so.2', which is also in package libart-2.0 Errors were encountered while processing: /var/cache/apt/archives/libart-2.0-2_2.3.17-1chinook2_armel.deb W: Couldn't stat source package list http://repostory.maemo.org chinook/free Packages (/var/lib/apt/lists/repostory.maemo.org_extras_dists_chinook_free_bina ry-armel_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://repostory.maemo.org chinook/non-free Packages (/var/lib/apt/lists/repostory.maemo.org_extras_dists_chinook_non-free_binary-armel_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://repostory.maemo.org chinook/free Packages (/var/lib/apt/lists/repostory.maemo.org_dists_chinook_free_binary-armel_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://repostory.maemo.org chinook/non-free Packages (/var/lib/apt/lists/repostory.maemo.org_dists_chinook_non-free_binary-armel_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Sub-process /usr/bin/dpkg returned an error code (1) /home/user # |
Re: Panucci 0.3 testers requested
the repositories list is found in applications manger menu -> tools -> applications catalogs.
|
Re: Panucci 0.3 testers requested
I went into applications catalogs and deleted duplicate entries, ran apt-get uupdate and apt-get -f install,
/home/user # apt-get -f install E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? /home/user # I am still miles away from actually installing the program. |
Re: Panucci 0.3 testers requested
you have to close application manager before you can use apt-get in terminal...
|
Re: Panucci 0.3 testers requested
Application manager is/was closed.
|
Re: Panucci 0.3 testers requested
I have tried again to install Panucci, but have once again failed. I am a bit irritated that you need to be some kind of Linux guru just to install a simple app on this device. I have been trying since I bought the N800 last year, to do something so simple I can do it easily on my el cheapo Palm Zire 71. That is listen to an audiobook. I am not averse to paying for programs that I use but there isn't even that option.
|
Re: Panucci 0.3 testers requested
http://maemo.org/downloads/product/OS2008/panucci/
open this link in the tablet browser, then tap the green arrow. 0.3 is currently a test version, but will show up as a update when ready. |
Re: Panucci 0.3 testers requested
Quote:
You have two options (that I can think of):
Hope this helps, nick |
Re: Panucci 0.3 testers requested
I'll try again. When I first got the N800 and discovered there was no audiobook reader I went through the whole clone to sd business so that I would be able to have a large space to set up Garnet VM and use Pocket tunes. (Insert laugh track). Sooo I hate to think of reflashing because now it is almost a year later and I have forgotten how I did everything. I'll do it as a last resort. First I'll start chucking stuff and see what happens. Thanks for the help.
|
All times are GMT. The time now is 20:08. |
vBulletin® Version 3.8.8