Just switching the subject for easier lookup. 

thanks guys for the help!


________________________________
 From: Greg Roberts <lookfortherab...@yahoo.com>
To: "ooo-dev@incubator.apache.org" <ooo-dev@incubator.apache.org> 
Sent: Monday, April 9, 2012 10:18 PM
Subject: Re: Linux builds follow up on Ubuntu 11.10 failures fixed
 
Thanks Mech!

I was able to complete the install through some research about this on Ubuntu. 
It seem that the Ubuntu Software Center Canonical Partners install of Ooo 3.3 
has a some LibreOffice components used and one needs to  remove all the 
additional components that they install. 

The following is a list of the steps I took to remove the problem from the 
terminal:


greg@greg-ThinkPad-T60:~/Downloads/en-US/DEBS/desktop-integration$
sudo dpkg -i *.deb 
(Reading database ... 162968 files and
directories currently installed.) 
Unpacking openoffice.org-debian-menus
(from openoffice.org3.4-debian-menus_3.4-9589_all.deb) ... 
dpkg: error processing
openoffice.org3.4-debian-menus_3.4-9589_all.deb (--install): 
trying to overwrite
'/usr/share/mime/packages/openoffice.org.xml', which is also in
package libreoffice-common 1:3.4.4-0ubuntu1 
dpkg-deb: error: subprocess paste was
killed by signal (Broken pipe) 
/usr/bin/gtk-update-icon-cache 
gtk-update-icon-cache: Cache file
created successfully. 
/usr/bin/gtk-update-icon-cache 
gtk-update-icon-cache: Cache file
created successfully. 
Processing triggers for
shared-mime-info ... 
Processing triggers for menu ... 
Errors were encountered while
processing: 
openoffice.org3.4-debian-menus_3.4-9589_all.deb 

greg@greg-ThinkPad-T60:~/Downloads/en-US/DEBS/desktop-integration$
sudo apt-get remove libreoffice-common 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
The following package was automatically
installed and is no longer required: 
libreoffice-l10n-common 
Use 'apt-get autoremove' to remove
them. 
The following packages will be
REMOVED: 
libreoffice-base-core
libreoffice-common libreoffice-core 
libreoffice-emailmerge
libreoffice-filter-binfilter libreoffice-gnome 
libreoffice-gtk
libreoffice-java-common libreoffice-l10n-en-za 
libreoffice-officebean
libreoffice-style-human mozilla-libreoffice 
mythes-en-au mythes-en-us
openoffice.org-common python-uno 
0 upgraded, 0 newly installed, 16 to
remove and 0 not upgraded. 
After this operation, 243 MB disk space
will be freed. 
Do you want to continue [Y/n]? y 
(Reading database ... 162967 files and
directories currently installed.) 
Removing libreoffice-base-core ... 
Removing libreoffice-l10n-en-za ... 
Removing libreoffice-officebean ... 
Removing libreoffice-java-common ... 
Removing libreoffice-filter-binfilter
... 
Removing mozilla-libreoffice ... 
Removing libreoffice-emailmerge ... 
Removing python-uno ... 
Removing libreoffice-gnome ... 
Removing libreoffice-gtk ... 
Removing mythes-en-us ... 
Removing mythes-en-au ... 
Removing openoffice.org-common ... 
Removing libreoffice-style-human ... 
Removing libreoffice-core ... 
Removing libreoffice-common ... 
Processing triggers for man-db ... 
Processing triggers for
desktop-file-utils ... 
Processing triggers for bamfdaemon ... 
Rebuilding
/usr/share/applications/bamf.index... 
Processing triggers for gnome-menus
... 
Processing triggers for
hicolor-icon-theme ... 
Processing triggers for
shared-mime-info ... 

greg@greg-ThinkPad-T60:~/Downloads/en-US/DEBS/desktop-integration$
sudo dpkg -i *.deb 
(Reading database ... 160147 files and
directories currently installed.) 
Unpacking openoffice.org-debian-menus
(from openoffice.org3.4-debian-menus_3.4-9589_all.deb) ... 
Setting up openoffice.org-debian-menus
(3.4-9589) ... 
/usr/bin/gtk-update-icon-cache 
gtk-update-icon-cache: Cache file
created successfully. 
/usr/bin/gtk-update-icon-cache 
gtk-update-icon-cache: Cache file
created successfully. 
Processing triggers for
shared-mime-info ... 
Processing triggers for
desktop-file-utils ... 
Processing triggers for bamfdaemon ... 
Rebuilding
/usr/share/applications/bamf.index... 
Processing triggers for gnome-menus
... 
Processing triggers for
gnome-icon-theme ... 
Processing triggers for
hicolor-icon-theme ... 
Processing triggers for menu ... 
greg@greg-ThinkPad-T60:~/Downloads/en-US/DEBS/desktop-integration$ 


________________________________
From: Mechtilde <o...@mechtilde.de>
To: ooo-dev@incubator.apache.org 
Sent: Monday, April 9, 2012 12:38 AM
Subject: Re: Linux builds follow up on Ubuntu 11.10 failures

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all,

there are twoe ways to solve it:

Either you deinstall the version of your distribution (here: Ubuntu)
completely

Or you don't install the desktop-integration and do it manually.

If you install a software beside your distribution you should know
what you do. Otherwise you can step in trouble.

Regards

Mechtilde


Am 09.04.2012 09:16, schrieb Greg Roberts:
> Guys,
> 
> Please let me know where I can get some more troubleshooting info
> for this install? I have found the docs on the Ooo 3.3 Wiki and I'm
> now getting the following when I run the sudo commands at the
> desk-integ dir step.
> 
> /Downloads/en-US/DEBS/desktop-integration$ sudo dpkg -i *.deb 
> (Reading database ... 162333 files and directories currently
> installed.) Unpacking openoffice.org-debian-menus (from
> openoffice.org3.4-debian-menus_3.4-9589_all.deb) ... dpkg: error
> processing openoffice.org3.4-debian-menus_3.4-9589_all.deb
> (--install): trying to overwrite
> '/usr/share/mime/packages/openoffice.org.xml', which is also in
> package libreoffice-common 1:3.4.4-0ubuntu1 dpkg-deb: error:
> subprocess paste was killed by signal (Broken pipe) 
> /usr/bin/gtk-update-icon-cache gtk-update-icon-cache: Cache file
> created successfully. /usr/bin/gtk-update-icon-cache 
> gtk-update-icon-cache: Cache file created successfully. Processing
> triggers for shared-mime-info ... Errors were encountered while
> processing: openoffice.org3.4-debian-menus_3.4-9589_all.deb
> 
> I have tried removing the openoffice.org.xml and that had no
> effect. Please help. :D
> 
> Greg
> 
> 
> 
> ________________________________ From: Greg Roberts
> <lookfortherab...@yahoo.com> To: "ooo-dev@incubator.apache.org"
> <ooo-dev@incubator.apache.org> Sent: Sunday, April 8, 2012 9:43 PM 
> Subject: Re: Linux builds
> 
> Guys,
> 
> I'm not sure if this the correct thread to ask. But, I downloaded
> the Full Install set from the following URL:
> https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots#AOO3.4UnofficialDeveloperSnapshots-fullsets
> the Linux Intel Deb package r1303653 and have extracted the tar
> ball. I now need to now the install order of the deb packages for
> Ubuntu 11.10, Linux Kernel 3.0.0-17 generic and GNOME 3.2.1.
> 
> Thanks Greg Roberts
> 
> 
> ________________________________ From: Ariel Constenla-Haile
> <arie...@apache.org> To: ooo-dev@incubator.apache.org Sent: Sunday,
> April 8, 2012 4:31 PM Subject: Re: Linux builds
> 
> On Sun, Apr 08, 2012 at 07:54:35AM -0300, Ariel Constenla-Haile
> wrote:
>>>> I'm missing the linux builds revision 1309668. May be I had
>>>> overseen something.
>>> 
>>> 
>>> yes you have, Ariel had to built on revision 1310206 because of
>>> issue https://issues.apache.org/ooo/show_bug.cgi?id=119168
>>> 
>>> Check http://people.apache.org/~arielch/packages/r1310206/...
>>> 
>>> Juergen
>> 
>> Please be patient, and wait until I announce it here (other wise
>> you may download an incomplete package). It will take a while,
>> it's 11 GB of packages!
> 
> All packages are now uploaded, signed, and with its
> MD5/SHA-1/SHA512 checksums.
> 
> SDK: 2 archs * 2 pkg formats *  1 lang  =  4 packages
> 
> Full install sets: 2 archs * 2 pkg formats * 16 langs = 64
> packages
> 
> Language Packs: 2 archs * 2 pkg formats * 16 langs = 64 packages
> 
> TOTAL 132 packages    11 Gb (10485780)    44:39:46
> 
> 
> 
> Regards

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+Ckd0ACgkQucZfh1OziStbJwCgh8gvLxjId9Ea8bZrjhIn6ONp
WrUAni6g4OVprwIZS+MfcI/dMfANvhlG
=2LZZ
-----END PGP SIGNATURE-----

Reply via email to