Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenOffice.org 2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sun Jun 05, 2005 10:36 pm    Post subject: OpenOffice.org 2 Reply with quote

Is it possible to get OpenOffice.org 2 Beta via Portage? If so, how?
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 10:38 pm    Post subject: Reply with quote

Hi,

yes it's possible

Code:
echo ">=app-office/openoffice-bin-1.9.95" >> /etc/portage/package.unmask


Code:
emerge -av openoffice-bin


create the file / directory if they don't exist

more informations about the /etc/portage/* files with : man portage

HTH.
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sun Jun 05, 2005 10:46 pm    Post subject: Reply with quote

There is no "/etc/portage/package.unmask". I've been using "/etc/portage/package.keywords" to unmask ebuilds, but "app-office/openoffice-bin ~x86" doesn't seem to work.
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 10:47 pm    Post subject: Reply with quote

create the file ..., that what I did myself ...
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sun Jun 05, 2005 10:52 pm    Post subject: Reply with quote

Even with that, it offers to merge app-office/openoffice-1.1.4-r1.
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 10:54 pm    Post subject: Reply with quote

Kenji Miyamoto wrote:
Even with that, it offers to merge app-office/openoffice-1.1.4-r1.


openoffice-bin ;)

compiling openoffice takes a lot of time, and the binary won't run faster .. (and there is no OOo2 Beta for the sources version)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'


Last edited by kernelsensei on Sun Jun 05, 2005 10:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sun Jun 05, 2005 10:55 pm    Post subject: Reply with quote

Code:
hsd1 root # emerge openoffice-bin
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-bin-1.1.4-r1 to /


Yeah, the compilation of openoffice-ximian took a long time earlier. The only source distribution of OpenOffice2 Beta I've seen is for FreeBSD, and it won't compile on FreeBSD.
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 10:59 pm    Post subject: Reply with quote

Kenji Miyamoto wrote:
Code:
hsd1 root # emerge openoffice-bin
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-bin-1.1.4-r1 to /


Yeah, the compilation of openoffice-ximian took a long time earlier.


What's your architecture ? x86 ?

then you may need :
Code:
echo "app-office/openoffice-bin ~x86 >> /etc/portage/package.keywords


AND

Code:
echo ">=app-office/openoffice-bin-1.9.95" >> /etc/portage/package.unmask


this should work
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sun Jun 05, 2005 11:03 pm    Post subject: Reply with quote

It did. Thank you!
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 11:04 pm    Post subject: Reply with quote

Kenji Miyamoto wrote:
It did. Thank you!


you're welcome :D
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
djpharoah
Apprentice
Apprentice


Joined: 24 Nov 2004
Posts: 186
Location: Irvine, California USA

PostPosted: Wed Jun 08, 2005 2:43 am    Post subject: Reply with quote

thanks kernel_sensei

i have Oo2 now!!
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Wed Jun 08, 2005 3:38 am    Post subject: Reply with quote

djpharoah wrote:
thanks kernel_sensei

i have Oo2 now!!


you're welcome :)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Frustrated
n00b
n00b


Joined: 19 May 2005
Posts: 74

PostPosted: Thu Jun 09, 2005 4:42 pm    Post subject: Reply with quote

kernel_sensei wrote:
Kenji Miyamoto wrote:
Code:
hsd1 root # emerge openoffice-bin
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-bin-1.1.4-r1 to /


Yeah, the compilation of openoffice-ximian took a long time earlier.


What's your architecture ? x86 ?

then you may need :
Code:
echo "app-office/openoffice-bin ~x86 >> /etc/portage/package.keywords


AND

Code:
echo ">=app-office/openoffice-bin-1.9.95" >> /etc/portage/package.unmask


this should work


I did all this and it installed but my screen looks like this. I don't even know where to start.
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Fri Jun 10, 2005 6:35 am    Post subject: Reply with quote

slight correction (left off the ending ")

Code:
echo "app-office/openoffice-bin ~x86" >> /etc/portage/package.keywords

echo ">=app-office/openoffice-bin-1.9*" >> /etc/portage/package.unmask


Added * to get the latest.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Jun 10, 2005 10:53 am    Post subject: Reply with quote

ehh, not needed, because I use the >= operator
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Fri Jun 10, 2005 5:56 pm    Post subject: Reply with quote

woops. true.
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum