18f3c Openoffice.org-3 Package - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old December 17th, 2008, 17:12
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default Openoffice.org-3 Package

Hello all,

I'm having problems with the openoffice.org-3 package from good day: ftp://ooopackages.good-day.net/pub/O...BSD/3.0.0/i386

After I try to start openoffice I get the following message:

bsd% openoffice.org-3.0.0
The application cannot be started.
The component manager is not available.
Segmentation fault

I've tried running it with jdk16 and without, but either way I cannot get it to run properly. Suggestions and advice greatly welcomed.

Regards,
-Xaenn
Reply With Quote
  #2  
Old December 17th, 2008, 21:55
VitalyMoiseev's Avatar
VitalyMoiseev VitalyMoiseev is offline
Junior Member
 
Join Date: Nov 2008
Location: Nikopol, Ukraine
Posts: 12
Thanks: 0
Thanked 1 Time in 1 Post
Default

i have OO3 compiled from ports
work fine!
Reply With Quote
  #3  
Old December 19th, 2008, 09:04
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

You should check the integrity of your installation:

# pkg_info -gx openoffice
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
  #4  
Old January 9th, 2009, 14:47
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I must apologize for my very bad forum etiquette - I posted this message just before I was going to be away from my computer for 3 weeks.

Quote:
Originally Posted by VitalyMoiseev View Post
i have OO3 compiled from ports
work fine!
Unfortunately I have quite a slow old machine so compiling OO3 from source really isn't an option.

Quote:
Originally Posted by kamikaze View Post
You should check the integrity of your installation:

# pkg_info -gx openoffice
I did so, and had the following results:

Code:
bsd# pkg_info -gx en-openoffice.org-US-3.0.0
Information for en-openoffice.org-US-3.0.0:

Mismatched Checksums:

bsd#
Which seems to indicate there is no problem. Any other ideas?
Reply With Quote
  #5  
Old January 9th, 2009, 21:46
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

Did you install it with pkg_add -f? Were there any missing dependencies?
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
  #6  
Old January 10th, 2009, 00:42
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I did have to use pkg_add -f, as usual, but I didn't really notice anything that seemed too disconcerting.

[code]
bsd# pkg_add -f ~xaenn/OOo_3.0.0_FreeBSD71Intel_install_en-US.tbz
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'dmidecode-2.9', but 'dmidecode-2.10' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'png-1.2.33', but 'png-1.2.34' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'xcb-util-0.2.1', but 'xcb-util-0.3.0' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'cairo-1.6.4_3,1', but 'cairo-1.6.4_4,1' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'samba-libsmbclient-3.0.32_1', but 'samba-libsmbclient-3.0.32_3' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'glib-2.16.5', but 'glib-2.16.5_1' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'avahi-app-0.6.23', but 'avahi-app-0.6.24' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'libIDL-0.8.11', but 'libIDL-0.8.12' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'libgcrypt-1.4.1_1', but 'libgcrypt-1.4.3' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'gnutls-2.4.2_1', but 'gnutls-2.6.3' is installed
pkg_add: warning: package 'en-openoffice.org-US-3.0.0' requires 'cups-base-1.3.9', but 'cups-base-1.3.9_2' is installed

OpenOffice.org Build OOO300_m9 Personal Install How-To

Written by: Martin Blapp <mbr@freebsd.org>
and Maho Nakata <maho@FreeBSD.org>

OpenOffice.org OOO300_m9 will soon been installed in
/usr/local/openoffice.org-3.0.0

...
[\code]
Reply With Quote
  #7  
Old January 10th, 2009, 08:50
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

There have been library changes recently that affect dependencies of OpenOffice.org, if you install sysutils/bsdadminscripts (it has no dependencies), you can run # pkg_libchk and show us the output. This might give a clue.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
The Following User Says Thank You to kamikaze For This Useful Post:
tangram (January 11th, 2009)
  #8  
Old January 12th, 2009, 19:00
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by kamikaze View Post
There have been library changes recently that affect dependencies of OpenOffice.org, if you install sysutils/bsdadminscripts (it has no dependencies), you can run # pkg_libchk and show us the output. This might give a clue.
I went through and ran
Code:
pkg_libchk
, but unfortunately it didn't find anything. After completing execution I was simply left with a blank prompt, and no output messages.
Reply With Quote
  #9  
Old January 13th, 2009, 15:51
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

Honestly? OpenOffice always yields something unless you have certain entries in your /etc/libmap.conf. Do you?

This is rather strange.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
The Following User Says Thank You to kamikaze For This Useful Post:
Xaenn (January 13th, 2009)
  #10  
Old January 13th, 2009, 19:06
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by kamikaze View Post
Honestly? OpenOffice always yields something unless you have certain entries in your /etc/libmap.conf. Do you?

This is rather strange.
Just to make sure I went ahead and ran
Code:
pkg_libchk en-openoffice.org-US-3.0.0
but I still didn't have any output. Checking /etc/libmap.conf I found an empty file. Thanks for working through this with my despite no resolution thus far.
Reply With Quote
  #11  
Old January 13th, 2009, 19:23
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

Try that one:
# pkg_libchk -r en-openoffice.org-US-3.0.0
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
  #12  
Old January 13th, 2009, 20:10
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

That is a little better. I find it odd that I got no output when I ran without any flags (which went through all packages), but nevertheless, here is what I have got:

Code:
bsd# pkg_libchk -r en-openoffice.org-US-3.0.0
pkg_info: can't find package 'dmidecode-2.9' installed or in a file!
pkg_info: can't find package 'png-1.2.33' installed or in a file!
pkg_info: can't find package 'xcb-util-0.2.1' installed or in a file!
pkg_info: can't find package 'cairo-1.6.4_3,1' installed or in a file!
pkg_info: can't find package 'samba-libsmbclient-3.0.32_1' installed or in a file!
pkg_info: can't find package 'glib-2.16.5' installed or in a file!
pkg_info: can't find package 'avahi-app-0.6.23' installed or in a file!
pkg_info: can't find package 'libIDL-0.8.11' installed or in a file!
pkg_info: can't find package 'libgcrypt-1.4.1_1' installed or in a file!
pkg_info: can't find package 'gnutls-2.4.2_1' installed or in a file!
pkg_info: can't find package 'cups-base-1.3.9' installed or in a file!
Reply With Quote
  #13  
Old January 13th, 2009, 21:29
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

Depending on weather you use portupgrade or portmaster you should run one of these commands:

# portmaster --check-depends
# pkgdb -F (for portupgrade)

You should install those dependencies that cannot be mapped to newer versions. This will lead to a consistent package database. Unfortunately it will not fix your problem unless there are actually missing dependencies.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
  #14  
Old January 14th, 2009, 22:26
Xaenn Xaenn is offline
Junior Member
 
Join Date: Nov 2008
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Fortunately (or unfortunately) I wasn't actually missing any of the packages - I just had newer versions. Nevertheless, the problem has been solved, although rather inadvertently. I just updated to FreeBSD 7.1 so that I could get flash9 working, and since doing so openoffice.org-3 also happily starts up. This isn't extremely satisfying because I don't know exactly what the problem ever was, but I am happy to have the program itself working.
Reply With Quote
  #15  
Old January 15th, 2009, 21:02
kamikaze's Avatar
kamikaze kamikaze is offline
Member
 
Join Date: Nov 2008
Location: /earth/europe/germany
Posts: 366
Thanks: 6
Thanked 66 Times in 45 Posts
Default

I think I recall there have been compatibility breaking library changes between 7.0 and 7.1 that were necessary to address a security problem. That might have been the source of your problem.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ...
sysutils/automounter: amd(8) based automounting without HAL
contact: kamikaze@bsdforen.de

Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything.
Reply With Quote
Reply

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
openoffice.org-3 build dies in hunspell omarsidd Installation and Maintenance of FreeBSD Ports or Packages 4 December 16th, 2008 19:36
make package without install spock Installation and Maintenance of FreeBSD Ports or Packages 6 November 19th, 2008 20:06


All times are GMT +1. The time now is 23:09.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0