[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-03 Thread A. Broustet
This solution did'nt work as it :

sudo dpkg --force-all -r openoffice.org-hyphenation
sudo apt-get -f install


I had to do 
$ cd /var/cache/apt/archives
$ sudo dpkg --force-overwrite --install   
openoffice.org-hyphenation_0.2_all.deb 

as  /usr/share/myspell/dicts/hyph_en_US.dic  is overwritten by
openoffice.org-hyphenation_0.2_all.deb

It's really dirty and I can't recommand such a solution (but it was the
sole solution that I have found in order to get synaptic working).

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-03 Thread unggnu
I have rechecked my workaround with a new Hardy Alpha 5 installation on
a different system and it works without force. I have run the follow
commands:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get -f install
sudo dpkg -r openoffice.org-hyphenation
sudo apt-get -f install

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-03 Thread Duncan Lithgow
unggnu: thanks for trying to provide a workaround for this. I've just tried it 
and I end with:
[EMAIL PROTECTED]:~$ sudo dpkg -r openoffice.org-hyphenation
dpkg: dependency problems prevent removal of openoffice.org-hyphenation:
 openoffice.org-core depends on openoffice.org-hyphenation.
dpkg: error processing openoffice.org-hyphenation (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 openoffice.org-hyphenation
[EMAIL PROTECTED]:~$ 

Of course that doesn't mean it won't work for other users - but it
doesn't work for me. The full output is attached.

** Attachment added: cli output
   http://launchpadlibrarian.net/12371376/cli_output.txt

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-03 Thread Duncan Lithgow
The following post on the Forum has another solution, which also uses 
--force-all
http://ubuntuforums.org/showthread.php?t=698041

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-03 Thread Duncan Lithgow
*** This bug is a duplicate of bug 192310 ***
https://bugs.launchpad.net/bugs/192310

** This bug has been marked a duplicate of bug 192310
   package openoffice.org-hyphenation-en-us None [modified: 
/var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to 
install/upgrade: trying to overwrite `/usr/share/myspell/dicts/hyph_en_US.dic', 
which is also in package openoffice.org-hyphenation

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread KWierso
Fresh install of Alpha 5. Same error.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread unggnu
This both commands should fix the problem:

sudo dpkg -r openoffice.org-hyphenation
sudo apt-get -f install

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread fuhrysteve
@unggnu
[EMAIL PROTECTED]:~$ sudo dpkg -r openoffice.org-hyphenation
[sudo] password for mom: 
dpkg: dependency problems prevent removal of openoffice.org-hyphenation:
 openoffice.org-core depends on openoffice.org-hyphenation.
dpkg: error processing openoffice.org-hyphenation (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 openoffice.org-hyphenation

No fix.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread Alperen Yusuf Aybar
confirmed on hardy alpha 5 64bit

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread unggnu
@fuhrysteve
Maybe a `sudo apt-get update` is needed before but it worked for me.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread Andrey Yurovsky
This is nasty but it will work:

sudo dpkg --force-all -r openoffice.org-hyphenation
sudo apt-get -f install

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread nxvl
Same error here upgrading to hardy.

(Reading database ... 119338 files and directories currently installed.)
Unpacking openoffice.org-hyphenation-en-us (from 
.../openoffice.org-hyphenation-en-us_2.3.1-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/openoffice.org-hyphenation-en-us_2.3.1-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/myspell/dicts/hyph_en_US.dic', which is also 
in package openoffice.org-hyphenation
Selecting previously deselected package language-support-writing-en.
Unpacking language-support-writing-en (from 
.../language-support-writing-en_1%3a8.04+20080229_all.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/openoffice.org-hyphenation-en-us_2.3.1-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread David Hamm
Having same exact problem

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread Magnus Lundborg
I am changing the affected package from apt to language-support-writing-en.
I think the problem is the dependency on openoffice.org-hyphenation-en-us that 
is the problem. I think it should depend on openoffice.org-hyphenation-en-us or 
openoffice.org-hyphenation.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread Magnus Lundborg
** Changed in: apt (Ubuntu)
   Status: New = Confirmed

** Changed in: language-support-writing-en (Ubuntu)
Sourcepackagename: apt = language-support-writing-en

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread Anupam Kamal
Same problem here. Get this:

E: /var/cache/apt/archives/openoffice.org-hyphenation-en-
us_2.3.1-1_all.deb: trying to overwrite
`/usr/share/myspell/dicts/hyph_en_US.dic', which is also in package
openoffice.org-hyphenation

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread Sam Williams
I am running into the exact problem as well. Mine started occurring
after a dist-upgrade to hardy. It seems to also have the bad affect of
preventing the gnome-settings-daemon from starting properly.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread sirjoebob
i can confirm the exact same issue on a fresh install of alpha 5 on a
dell vostro 1500.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread sirjoebob
Sorry for the double-post but here is a screenshot of my error message

** Attachment added: synaptic error.png
   http://launchpadlibrarian.net/12344018/synaptic%20error.png

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread burasa
Same problem her on Hardy Alpha 5 om my IBM T60... recently installed it
with an encrypted LVM pv... I had started to suspect that it may have
anything to do with cryptsetup but since you all have the same issue, I
am a bit relieved.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread thecure
confirm. 64 bit Hardy

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197215] Re: [HARDY] language-support-writing-en broken

2008-03-01 Thread maKA
confirm alpha 5 hardy fresh install

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs