Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

OpenOffice 3

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
50 posts
  • 1
  • 2
  • Next
Author
Message
h0ax
n00b
n00b
Posts: 8
Joined: Mon Feb 25, 2008 3:05 pm

OpenOffice 3

  • Quote

Post by h0ax » Wed May 07, 2008 4:28 pm

Hi all,
will be openoffice 3 beta in portage? I would like to install it (binary package) but OOo 3 beta is not in portage. I tryied OOo3b in windows and I like it very much :-) (OOo, not windows :-D ). Many thanks for answers and ideas.
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Wed May 07, 2008 4:34 pm

Moved from Other Things Gentoo to Unsupported Software.
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
xvalentinex
n00b
n00b
Posts: 30
Joined: Mon Nov 06, 2006 12:17 am

  • Quote

Post by xvalentinex » Wed May 07, 2008 6:37 pm

Please note I take no responsibility if you hose your system.

This is what I did to install it quickly

Code: Select all

mkdir ~/oo3
(Download the tar.gz from openoffice to the oo3 folder in your home directory)

Code: Select all

cd ~/oo3
tar xzvf OOo_3.0.0beta_20080429_LinuxIntel_install_en-US.tar.gz
cd BEA300_m2_native_packed-2_en-US.9301/
mkdir TAR
mkdir EXTRACT
cd RPMS
for i in *; do rpm2tar ${i}; done
mv *.tar ../TAR
cd ../TAR
for i in *; do tar xvf ${i} -C ../EXTRACT
That's it, you can now `cd ~/oo3/BEA300_m2_native_packed-2_en-US.9301/EXTRACT/opt/openoffice.org3/program/`
and execute the binaries (ie `./soffice`)

Someone smarter than me may be able to integrate this better to coexist with oo2, but I just did a path in the mean time:
Open ~/.bashrc with a text editor.
edit or create a line like this:
export PATH=/home/<USERNAME>/oo3/BEA300_m2_native_packed-2_en-US.9301/EXTRACT/opt/openoffice.org3/program/:$PATH
NOTE THE oo3 path comes before :$PATH

then run `source ~/.bashrc`

Now you can run all the apps from terminal, sdraw, swriter, simpress, scalc, etc
I just created an Icon that runs soffice and open the app I need from there.

Note that everything except soffice in oo2 was prefixed with oo (such as oocalc) but in 3 beta it is prefixed with s (such as scalc).
Also note this does not effect mime-types (if you double click and ods file it will still open oo2)




When it comes time to uninstall:

rm -fr ~/oo3
Open .bashrc and return the "export PATH" back to it's original state
source ~/.bashrc
Top
h0ax
n00b
n00b
Posts: 8
Joined: Mon Feb 25, 2008 3:05 pm

  • Quote

Post by h0ax » Wed May 07, 2008 7:12 pm

Thanks. After all I decided to do it your way. OOo3b really works fine from rpm. Maybe somebody will make an ebuild for it later, but now it is everything I need. Thank you for your idea and have a nice day :-)
Top
alienvenom
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Wed Jan 12, 2005 8:00 pm
Location: San Francisco, CA
Contact:
Contact alienvenom
Website

  • Quote

Post by alienvenom » Wed May 07, 2008 7:45 pm

I'd like to make a special request...

When openoffice-bin-3.x is released, can we PLEASE have an option to install the version with BCI enabled for freetype? I really really don't want to compile from source AGAIN.
Top
Voltago
Advocate
Advocate
User avatar
Posts: 2593
Joined: Tue Sep 02, 2003 1:54 pm
Location: userland

  • Quote

Post by Voltago » Wed May 07, 2008 8:40 pm

For those interested, there is an ebuild in my overlay here:
http://forums.gentoo.org/viewtopic-p-5086550.html
Top
alienvenom
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Wed Jan 12, 2005 8:00 pm
Location: San Francisco, CA
Contact:
Contact alienvenom
Website

  • Quote

Post by alienvenom » Fri May 09, 2008 12:18 am

For some reason, when I attempt to use OpenOffice 3, X completely freezes and uses 100% CPU. Running "soffice" from the console, I get a warning about how it can't find the Java Runtime Environment.
Top
alienvenom
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Wed Jan 12, 2005 8:00 pm
Location: San Francisco, CA
Contact:
Contact alienvenom
Website

  • Quote

Post by alienvenom » Fri May 09, 2008 2:21 am

alienvenom wrote:For some reason, when I attempt to use OpenOffice 3, X completely freezes and uses 100% CPU. Running "soffice" from the console, I get a warning about how it can't find the Java Runtime Environment.
Actually, I think I may have found a bug. I was using RealVNC... so apparently there is a bug between the Xorg VNC module and OpenOffice-3... interesting
Top
cctsurf
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 126
Joined: Thu Oct 12, 2006 4:17 pm

  • Quote

Post by cctsurf » Sat May 17, 2008 8:26 pm

I was wondering if anyone is putting together a standard (not binary) ebuild for openoffice 3?
Top
code933k
n00b
n00b
User avatar
Posts: 52
Joined: Thu Aug 30, 2007 10:29 am
Contact:
Contact code933k
Website

  • Quote

Post by code933k » Sun May 18, 2008 11:49 am

alienvenom wrote:For some reason, when I attempt to use OpenOffice 3, X completely freezes and uses 100% CPU. Running "soffice" from the console, I get a warning about how it can't find the Java Runtime Environment.
If you are running an amd64 system with any x86 java-VM or you haven't set eselect(?) to work with a proper java-VM that is what you get.
The problem remains since 2.x versions if your problem is what I am suspecting [...]

PS:// Have you checked out your $JAVA_HOME environment?
If gods were created by language then praying is an infinite loop.
Top
Strayer
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 75
Joined: Tue Nov 11, 2003 8:42 pm
Location: Germany
Contact:
Contact Strayer
Website

  • Quote

Post by Strayer » Wed Jul 23, 2008 8:52 am

cctsurf wrote:I was wondering if anyone is putting together a standard (not binary) ebuild for openoffice 3?
Sorry for pushing up the old thread, I did not find any newer...

Is there any new information about this? I'd also like to install openoffice 3 from source.
Top
Need4Speed
Guru
Guru
User avatar
Posts: 497
Joined: Sun Jun 06, 2004 2:12 am

  • Quote

Post by Need4Speed » Fri Aug 08, 2008 12:54 am

Any update on a source based ebuild? I'm surprised one isn't in portage; big applications like this usually get beta ebuilds.
2.6.34-rc3 on x86_64 w/ paludis
WM: ratpoison
Term: urxvt, zsh
Browser: uzbl
Email: mutt, offlineimap
IRC: weechat
News: newsbeuter
PDF: apvlv
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Fri Aug 08, 2008 3:02 am

There's this one at bugzilla- I haven't tried it, but it might work. However, the comments posted don't sound too encouraging, but maybe it could be improved? http://bugs.gentoo.org/show_bug.cgi?id=233465
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

  • Quote

Post by slycordinator » Tue Aug 12, 2008 4:41 pm

Need4Speed wrote:Any update on a source based ebuild? I'm surprised one isn't in portage; big applications like this usually get beta ebuilds.
wrc1944 wrote:There's this one at bugzilla- I haven't tried it, but it might work. However, the comments posted don't sound too encouraging, but maybe it could be improved? http://bugs.gentoo.org/show_bug.cgi?id=233465
openoffice-bin != source-based

Though the bug title and summary make it seem that it is for openoffice but the actual ebuild there is for openoffice-bin
Top
zdavatz
n00b
n00b
User avatar
Posts: 30
Joined: Mon Feb 20, 2006 4:08 pm

Very good stuff! Thank you very much!

  • Quote

Post by zdavatz » Fri Sep 12, 2008 1:19 pm

Thanks for this HowTo! Very good stuff!

It just works.

Also see:
http://www.openoffice.org/issues/show_bug.cgi?id=93817

Zeno
Top
gringo
Advocate
Advocate
User avatar
Posts: 3793
Joined: Sun Apr 27, 2003 10:25 am

  • Quote

Post by gringo » Fri Sep 12, 2008 1:49 pm

betas for ooo-3 have been in the tree for a while, hardmasked though.
rc1 was added yesterday.

cheers
Error: Failing not supported by current locale
Top
Need4Speed
Guru
Guru
User avatar
Posts: 497
Joined: Sun Jun 06, 2004 2:12 am

  • Quote

Post by Need4Speed » Sat Sep 13, 2008 6:33 pm

I was able to build the latest openoffice3 in the tree and it works fine, but it looks very ugly. Anyone know why it's not following my system's gtk2's theme?

Code: Select all

gentoo ~ # paludis -ip openoffice
Building target list...
Building dependency list...

These packages will be installed:

* app-office/openoffice [R 3.0.0_rc1] <target>
    -binfilter cups -dbus -debug -eds -gnome gstreamer gtk java -kde -ldap -mono -nsplugin -odk opengl -pam -seamonkey elibc: (-FreeBSD) linguas: -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el en -en_GB en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu
screenshot
2.6.34-rc3 on x86_64 w/ paludis
WM: ratpoison
Term: urxvt, zsh
Browser: uzbl
Email: mutt, offlineimap
IRC: weechat
News: newsbeuter
PDF: apvlv
Top
Need4Speed
Guru
Guru
User avatar
Posts: 497
Joined: Sun Jun 06, 2004 2:12 am

  • Quote

Post by Need4Speed » Sat Sep 13, 2008 6:42 pm

nevermind. finally found a simple solution on google:

Code: Select all

OOO_FORCE_DESKTOP=gnome ooffice
(even though i use openbox, not gnome..)
2.6.34-rc3 on x86_64 w/ paludis
WM: ratpoison
Term: urxvt, zsh
Browser: uzbl
Email: mutt, offlineimap
IRC: weechat
News: newsbeuter
PDF: apvlv
Top
El_Presidente_Pufferfish
Veteran
Veteran
User avatar
Posts: 1179
Joined: Thu Jul 11, 2002 11:46 pm
Location: Seattle

  • Quote

Post by El_Presidente_Pufferfish » Sat Sep 13, 2008 9:35 pm

I can't even get openoffice-3.0.0_rc1 to build. It fails at configure telling me I need to install pam-devel
Top
musv
Advocate
Advocate
User avatar
Posts: 3380
Joined: Sun Dec 01, 2002 4:13 pm
Location: de

  • Quote

Post by musv » Sat Sep 13, 2008 9:52 pm

Same here. I don't have pam installed too. I already wrote a bug-report for 3.0.0_beta2. And I wrote a new one into the same thread:

http://bugs.gentoo.org/show_bug.cgi?id=233465
Top
DeathCarrot
Tux's lil' helper
Tux's lil' helper
Posts: 93
Joined: Thu May 04, 2006 5:53 pm
Location: Southampton, United Kingdom

  • Quote

Post by DeathCarrot » Tue Sep 23, 2008 6:36 am

Has anyone managed to get spellcheck working on openoffice-bin-3.0.0_rc2?
It doesn't seem to be enabled by default and I can't find an english language extension for it here. There are dictionaries in /usr/lib/openoffice/share/dict/ooo/, but they don't seem to help (they're from a myspell package, which supposedly I can't use with openoffice-bin).
If it matters, it's built with USE="-gnome -java -kde" LINGUAS="en_GB".

I can set the language of the document to English (UK), but it doesn't seem to have a dictionary associated with it.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Tue Sep 23, 2008 6:16 pm

*subscribes*

I'll also try to compile it in the near future, so it's handy to have some info on problems ...
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
gustafson
Guru
Guru
User avatar
Posts: 430
Joined: Thu Aug 12, 2004 7:16 am

  • Quote

Post by gustafson » Wed Sep 24, 2008 6:58 pm

DeathCarrot wrote:Has anyone managed to get spellcheck working on openoffice-bin-3.0.0_rc2?
It doesn't seem to be enabled by default and I can't find an english language extension for it here. There are dictionaries in /usr/lib/openoffice/share/dict/ooo/, but they don't seem to help (they're from a myspell package, which supposedly I can't use with openoffice-bin).
If it matters, it's built with USE="-gnome -java -kde" LINGUAS="en_GB".

I can set the language of the document to English (UK), but it doesn't seem to have a dictionary associated with it.
Same trouble here. I thought it worth bumping since it is pointless to create docs without the ability to spell check.
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Sun Oct 05, 2008 8:03 am

Hmm, tried to compile openoffice-3.0.0_rc3 but got the same error as with rc1 & 2:

Code: Select all

app-office/openoffice-3.0.0_rc3 [2.4.1] USE="cups dbus kde ldap nsplugin%* opengl pam -binfilter -debug -eds -gnome -gstreamer -gtk -java -mono -odk (-firefox%*) (-seamonkey%) (-xulrunner%*)"

[snip...]


Making: ../unxlngx6.pro/bin/rptuien-GB.res                                                         
using rsc multi-res feature                                                                        
rsc -presponse @/var/tmp/portage/app-office/openoffice-3.0.0_rc3/temp/mkbGxV88 > /dev/null         
-------------                                                                                      
Running processes: 0                                                                               
deliver -- version: 1.130                                                                          
Module 'reportdesign' delivered successfully. 37 files copied, 2 files unchanged                   

1 module(s): 
        stax 
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /var/tmp/portage/app-office/openoffice-3.0.0_rc3/work/ooo/build/ooo300-m8/stax                                                                               

Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from stax"                                                                          

rmdir /tmp/21656
make: *** [stamp/build] Error 1
 *                             
 * ERROR: app-office/openoffice-3.0.0_rc3 failed.
 * Call stack:                                   
 * ebuild.sh, line   49:  Called src_compile     
 * environment, line 5458:  Called die           
 * The specific snippet of code:                 
 * make || die "Build failed"                    
 * The die message:                              
 * Build failed    
Top
rolis
n00b
n00b
Posts: 12
Joined: Thu Apr 24, 2008 3:33 pm

  • Quote

Post by rolis » Sun Oct 05, 2008 10:08 pm

i've got the same error but for different module:

Code: Select all

Building index for all classes...
Generating /var/tmp/paludis/app-office-openoffice-3.0.0_rc3/work/ooo/build/ooo300-m8/xmerge/unxlngx6.pro/class/javadoc/stylesheet.css...
117 warnings

main:

BUILD SUCCESSFUL
Total time: 6 seconds
Running processes: 0
deliver -- version: 1.130
Module 'xmerge' delivered successfully. 8 files copied, 4 files unchanged

1 module(s):
        i18npool
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /var/tmp/paludis/app-office-openoffice-3.0.0_rc3/work/ooo/build/ooo300-m8/i18npool/source/localedata/data

Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from i18npool"

rmdir /tmp/25220
make: *** [stamp/build] Error 1

!!! ERROR in app-office/openoffice-3.0.0_rc3:
!!! In src_compile at line 6653
!!! Build failed

!!! Call stack:
!!!    * src_compile (/var/tmp/paludis/app-office-openoffice-3.0.0_rc3/temp/loadsaveenv:6653)
!!!    * ebuild_f_compile (/usr/libexec/paludis/1/src_compile.bash:49)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:470)
!!!    * main (/usr/libexec/paludis/ebuild.bash:485)

diefunc: making ebuild PID 14208 exit with error
die trap: exiting with error.

Install error:
  * In program /usr/bin/paludis (--log-level warning --dl-reinstall if-use-changed --dl-upgrade always --continue-on-failure if-independent) -i world:
  * When performing install action from command line:
  * When executing install task:
  * When installing 'app-office/openoffice-3.0.0_rc3:0::gentoo':
  * Install error: Install failed for 'app-office/openoffice-3.0.0_rc3:0::gentoo'
rc1 and rc2 built ok, though.
Top
Post Reply

50 posts
  • 1
  • 2
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic