Reply
Thread Tools
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#1771
I've tried to update open office but ended with this:
Chroot dir specified: /.debian
No image file or partition specified.
ls: /media/mmc1/debian*.img*: No such file or directory
/.debian has a qmount already!
/home/user/MyDocs/debian-m5-v3d.img.ext2 already mounted on /.debian...
Everything set up, running chroot...
[root@deb-m5v3d: /]leafpad

(process:5136): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
[root@deb-m5v3d: /]apt-get clean
[root@deb-m5v3d: /]apt-get update
Hit http://www.debian-multimedia.org lenny Release.gpg
Hit http://www.debian-multimedia.org squeeze Release.gpg
Hit http://www.backports.org lenny-backports Release.gpg
Hit http://www.debian-multimedia.org lenny Release
Hit http://http.us.debian.org lenny Release.gpg
Hit http://http.us.debian.org squeeze Release.gpg
Hit http://www.backports.org lenny-backports Release
Hit http://www.debian-multimedia.org squeeze Release
Hit http://www.backports.org lenny-backports/main Packages/DiffIndex
Hit http://http.us.debian.org lenny Release
Hit http://www.debian-multimedia.org lenny/main Packages/DiffIndex
Ign http://www.backports.org lenny-backports/contrib Packages/DiffIndex
Hit http://www.backports.org lenny-backports/non-free Packages/DiffIndex
Hit http://www.debian-multimedia.org squeeze/main Packages/DiffIndex
Hit http://http.us.debian.org squeeze Release
Hit http://www.backports.org lenny-backports/contrib Packages
Ign http://http.us.debian.org lenny/main Packages/DiffIndex
Ign http://http.us.debian.org lenny/contrib Packages/DiffIndex
Ign http://http.us.debian.org lenny/non-free Packages/DiffIndex
Hit http://http.us.debian.org squeeze/main Packages/DiffIndex
Hit http://http.us.debian.org squeeze/contrib Packages/DiffIndex
Hit http://http.us.debian.org squeeze/non-free Packages/DiffIndex
Hit http://http.us.debian.org lenny/main Packages
Hit http://http.us.debian.org lenny/contrib Packages
Hit http://http.us.debian.org lenny/non-free Packages
Reading package lists... Done
[root@deb-m5v3d: /]apt-get apt-get install openoffice.org
E: Invalid operation apt-get
[root@deb-m5v3d: /]apt-get install openoffice.org
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:
openoffice.org: Depends: openoffice.org-core (= 1:3.2.1-6) but 1:3.1.1-8 is to be installed
Depends: openoffice.org-math but it is not going to be installed
Depends: ttf-dejavu but it is not going to be installed
Depends: ttf-sil-gentium-basic but it is not going to be installed
Depends: openoffice.org-officebean but it is not going to be installed
Depends: openoffice.org-filter-mobiledev but it is not going to be installed
Depends: liblucene2-java (>= 2.3.2) but it is not going to be installed
Depends: openoffice.org-java-common (>= 1:3.2.1~) but 1:3.1.1-8 is to be installed
Recommends: ttf-liberation but it is not going to be installed or
ttf-mscorefonts-installer but it is not going to be installed
Breaks: openoffice.org-style-crystal (< 1:3.2.0~beta) but 1:3.1.1-8 is to be installed
Breaks: openoffice.org-style-galaxy (< 1:3.2.0~beta) but 1:3.1.1-8 is to be installed
Breaks: openoffice.org-style-hicontrast (< 1:3.2.0~beta) but 1:3.1.1-8 is to be installed
Breaks: openoffice.org-style-tango (< 1:3.2.0~beta) but 1:3.1.1-8 is to be installed
ure: Depends: uno-libs3 (= 1.6.1+OOo3.2.1-6) but 1.5.1+OOo3.1.1-8 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
[root@deb-m5v3d: /]

probabli I did something wrong. I've tried -f install but didn't help.
__________________
per ardua ad astra
 
Posts: 2 | Thanked: 0 times | Joined on Sep 2010
#1772
Hello

I tried to install easy debian to N900 from repositories. Device downloads the file succesfully but did not manage to decompress the package, used a lot more than 1 hour. I decompressed the file with Ubuntu and it is visible at x terminal but I can not figure out how install it. I tried with ./ but it gives a note that permission is denied. Command chmod 777 did not help neither. So how to make the installation to run?
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1773
Originally Posted by fw190 View Post
I've tried to update open office but ended with this:

...

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
[root@deb-m5v3d: /]

probabli I did something wrong. I've tried -f install but didn't help.
Try
Code:
apt-get update
apt-get install openoffice.org-writer openoffice.org-impress openoffice.org-calc openoffice.org-math openoffice.org-style-crystal openoffice.org-style-galaxy openoffice.org-style-hicontrast openoffice.org-style-tango openoffice.org-emailmerge ttf-opensymbol python-uno
apt-get clean
instead of just openoffice.org. That worked for me.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1774
Originally Posted by taparkki View Post
I tried to install easy debian to N900 from repositories. Device downloads the file succesfully but did not manage to decompress the package, used a lot more than 1 hour. I decompressed the file with Ubuntu and it is visible at x terminal but I can not figure out how install it. I tried with ./ but it gives a note that permission is denied. Command chmod 777 did not help neither. So how to make the installation to run?
It should be sufficient to just install the decompressed image into /home/user/MyDocs and then run one of the Debian applications, or, in XTerminal, to enter "debbie".
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 
Posts: 2 | Thanked: 0 times | Joined on Sep 2010
#1775
Thanks for the tip, now it is working fine. This tip could be added to the installation instructions also if someone is having access to those.
 
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#1776
Originally Posted by rebhana View Post
Try
Code:
apt-get update
apt-get install openoffice.org-writer openoffice.org-impress openoffice.org-calc openoffice.org-math openoffice.org-style-crystal openoffice.org-style-galaxy openoffice.org-style-hicontrast openoffice.org-style-tango openoffice.org-emailmerge ttf-opensymbol python-uno
apt-get clean
instead of just openoffice.org. That worked for me.

Didn't help. The output was like this above.
__________________
per ardua ad astra
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1777
Originally Posted by fw190 View Post
Didn't help. The output was like this above.
I checked that my instructions still work on an older backup of my image. So I'd suggest going back to the original version of the image and start all over.

@qole: If you have time and resources for that, what about upgrading your present image file to OpenOffice 3.2.1 from squeeze and posting that as v3e or v4 on your server? On that occasion you could also fix /usr/bin/xephwm5 and do some security upgrades from security.debian.org for lenny packages. Fixing xephwm5 would be good for users who do not go beyond Extras, and I'm afraid it will take some time before the devel version of easy-deb-chroot will enter Extras, given the dependence on murrinanightorange.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-09-18 at 17:47.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1778
Originally Posted by qole View Post
Confirmed! This fixes Eric.
I wanted to try out eric myself again, but in my new installation it now produces the following error:
Code:
Traceback (most recent call last):
  File "/usr/share/eric/modules/eric4.py", line 60, in <module>
    from KdeQt.KQApplication import KQApplication
  File "/usr/share/eric/modules/KdeQt/__init__.py", line 20, in <module>
    import Preferences
  File "/usr/share/eric/modules/Preferences/__init__.py", line 26, in <module>
    from PyQt4.QtWebKit import QWebSettings
ImportError: /usr/lib/libphonon.so.4: symbol pa_ext_device_manager_reorder_devices_for_role, version PULSE_0 not defined in file libpulse.so.0 with link time reference
qole, is there anything particular to take care of with libpulse0?

EDIT: figured out that libpulse0 just needed to be upgraded to the squeeze version. Eric4 works nicely with .kbdactive! However, sound is now broken in Easy Debian. Is there an easy way to fix that?
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-09-18 at 17:48.
 
Posts: 2 | Thanked: 0 times | Joined on Aug 2010
#1779
Does every debian program run on the n900? e.g. Hattrick Organizer http://www.hattrickorganizer.net/en/download/ (needs JRE) or stuff like Maxima http://maxima.sourceforge.net/download.html
Hope this is the right thread. Thank you
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1780
Originally Posted by random_nickname View Post
Does every debian program run on the n900? e.g. Hattrick Organizer http://www.hattrickorganizer.net/en/download/ (needs JRE) or stuff like Maxima http://maxima.sourceforge.net/download.html
Hope this is the right thread. Thank you
Maxima, xmaxima, and wxmaxima work. The last one works particularly nicely on the N900. If you search this thread, you'll find out more about that.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 21:04.