Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page Installing openoffice question
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 09-16-2006   #1 (permalink)
satimis
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,049
Installing openoffice question

Hi folks,

Gentoo amd64
Gnome-light

# emerge -pv openoffice
Code:
These are the packages that would be merged, in order:

Calculating dependencies
!!! All ebuilds that could satisfy "openoffice" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-office/openoffice-2.0.4_rc1-r1 (masked by: package.mask, package.mask, ~am d64 keyword)
# 2005/10/24 Simon Stelling <blubb@gentoo.org>
# Don't even try to compile openoffice-2.x, it won't work.

- app-office/openoffice-2.0.3 (masked by: package.mask, -amd64 keyword)
Whether add "openoffice" on /etc/make.conf
USE="............. openoffice"

Then run
# emerge --sync
# emerge openoffice.

TIA


B.R.
satimis
satimis is offline   Reply With Quote
Old 09-16-2006   #2 (permalink)
psic
Linux Engineer
 
psic's Avatar
 
Join Date: Nov 2004
Location: Ljubljana, Slovenia
Posts: 1,163
See my reply in the other thread about unmasking packages. I'd suggest emerging the binary version of openoffice (openoffice-bin) since it's much faster.

Wait, cancel that, I've just checked on packages.gentoo.org and it seems openoffice 2.0.3 is not masked, but marked stable, which means you shouldn't be getting those messages. When was the last time you ran emerge --sync?
psic is offline   Reply With Quote
Old 09-16-2006   #3 (permalink)
satimis
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,049
Hi psic,

Quote:
See my reply in the other thread about unmasking packages.
I'll check it later.

Quote:
Wait, cancel that, I've just checked on packages.gentoo.org and it seems openoffice 2.0.3 is not masked, but marked stable, which means you shouldn't be getting those messages. When was the last time you ran emerge --sync?
IIRC, I did not run "emerge --sync" before.

Others noted with tks.


B.R.
satimis
satimis is offline   Reply With Quote
Old 09-16-2006   #4 (permalink)
psic
Linux Engineer
 
psic's Avatar
 
Join Date: Nov 2004
Location: Ljubljana, Slovenia
Posts: 1,163
Quote:
Originally Posted by satimis
IIRC, I did not run "emerge --sync" before.
You should run this every now and then (but not more than once a day), since it synchronises your portage tree. This way portage knows the latest versions of applications to install.
psic is offline   Reply With Quote
Old 09-17-2006   #5 (permalink)
daark.child
Linux Guru
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,387
I suggest you emerge openoffice-bin unless you have lots of time to wait for OOo to compile and lots of disk space to hold the temporary files create during the compilation.
daark.child is offline   Reply With Quote
Old 09-17-2006   #6 (permalink)
satimis
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,049
Hi daark.child,

Tks for your advice.

Quote:
I suggest you emerge openoffice-bin unless you have lots of time to wait for OOo to compile and lots of disk space to hold the temporary files create during the compilation.
I was told to build OOo from binary. Openoffice on amd64 is a not so nice but java will get it fixed during the build process. I have not decided to go which way yet. Download OOo package and run installation from openoffice-bin will take less time but may have problem running on amd64. Building OOo from binary will take longer time. Space is not a problem. I have 10G each on /home and /usr partition respectively. /root has 2G.

B.R.
satimis
satimis is offline   Reply With Quote
Old 09-17-2006   #7 (permalink)
satimis
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,049
Hi psic,

Quote:
You should run this every now and then (but not more than once a day), since it synchronises your portage tree. This way portage knows the latest versions of applications to install.
# emerge --sync

It went throught w/o problem.

# emerge -pv openoffice
Code:
These are the packages that would be merged, in order:

Calculating dependencies
!!! All ebuilds that could satisfy "openoffice" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-office/openoffice-2.0.4_rc1-r1 (masked by: package.mask, package.mask, ~amd64 keyword)
# 2005/10/24 Simon Stelling <blubb@gentoo.org>
# Don't even try to compile openoffice-2.x, it won't work.

- app-office/openoffice-2.0.3 (masked by: package.mask, -amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
Still the same warning.

B.R.
satimis
satimis is offline   Reply With Quote
Old 09-17-2006   #8 (permalink)
tylerwylie
Linux Newbie
 
tylerwylie's Avatar
 
Join Date: Apr 2004
Posts: 114
Send a message via AIM to tylerwylie
Quote:
Originally Posted by satimis
Hi psic,



# emerge --sync

It went throught w/o problem.

# emerge -pv openoffice
Code:
These are the packages that would be merged, in order:

Calculating dependencies
!!! All ebuilds that could satisfy "openoffice" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-office/openoffice-2.0.4_rc1-r1 (masked by: package.mask, package.mask, ~amd64 keyword)
# 2005/10/24 Simon Stelling <blubb@gentoo.org>
# Don't even try to compile openoffice-2.x, it won't work.

- app-office/openoffice-2.0.3 (masked by: package.mask, -amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
Still the same warning.

B.R.
satimis
It means that openoffice isn't available for your architecture yet, see the comment saying it wont even compile, don't try.
If you are going to try anyways, you can consult man portage
Code:
man portage
It'll have instructions there on how to unmask packages, be warned though they are masked for good reason and might be harmful.
Then you can come back with the failed error from this if you want, but bewarned.
__________________
We were talking about how your hate for bubble cars relates to your sexual preference.
tylerwylie is offline   Reply With Quote
Old 09-17-2006   #9 (permalink)
daark.child
Linux Guru
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,387
You can unmask it by doing
Code:
#echo "app-office/openoffice ~amd64" >> /etc/portage/keywords
Personally I wouldn't bother unmasking it if the devs say that it won't compile on your platform.
daark.child is offline   Reply With Quote
Old 09-17-2006   #10 (permalink)
tylerwylie
Linux Newbie
 
tylerwylie's Avatar
 
Join Date: Apr 2004
Posts: 114
Send a message via AIM to tylerwylie
Quote:
Originally Posted by daark.child
You can unmask it by doing
Code:
#echo "app-office/openoffice ~amd64" >> /etc/portage/keywords
Personally I wouldn't bother unmasking it if the devs say that it won't compile on your platform.
Half right, if you read it all it's also masked by package.mask.
__________________
We were talking about how your hate for bubble cars relates to your sexual preference.
tylerwylie is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 07:43 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0