Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 04:06:12 +0000
From:      Tony Finch <dot@dotat.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25443: problems running staroffice52 installer
Message-ID:  <E14XxsS-000Ebt-00@hand.dotat.at>

next in thread | raw e-mail | index | archive | help

>Number:         25443
>Category:       ports
>Synopsis:       problems running staroffice52 installer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 27 20:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tony Finch
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Covalent Technologies, Inc.
>Environment:

FreeBSD hand.dotat.at 4.2-STABLE FreeBSD 4.2-STABLE #4: Wed Feb 21 00:26:12 GMT 2001     fanf@hand.dotat.at:/FreeBSD/obj/FreeBSD/releng4/sys/DELL-Latitude-CSx  i386

>Description:

When I run `make -dl install` I get the following error:

------------------------------------------------------------------------
cd /FreeBSD/ports/editors/staroffice52 && make 'CKSUMFILES+=soa-5_2-ga-bin-linux-en.bin so-5_2-ga-bin-linux-en.bin 109939-02.tar.Z' do-install
/bin/cat /FreeBSD/ports/editors/staroffice52/pkg-message
StarOffice 5.2 Personal Install How-To

Written by:      Darren Wiebe <dkwiebe@hagenhomes.com>
                 and Martin Blapp <mb@imp.ch>

You will very shortly have finished  a network install of StarOffice 5.2.
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
Change the install path to $HOME/office52. Then add $HOME/office52/ to your path.

It will now be ready to use.

Good Luck

SAL_IGNOREXERRORS=1 TEMP=/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/tmp LD_LIBRARY_PATH=/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/tmp:/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/office52:/compat/linux/lib:/compat/linux/usr/lib /compat/linux/bin/sh -c '/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/office52/setup /net'
glibc version: 2.1.2
/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/tmp/sv001.tmp/setup.bin: error in loading shared libraries: libvos1GCC.so: cannot open shared object file: No such file or directory
*** Error code 1 (ignored)
if [ -f /usr/local/office52/program/setup ]; then  echo ;  echo Ignore the error-message. StarOffice5.2 has been installed ;  echo successfully on your system. ;  echo ;  else  echo ;  echo An error occured during StarOffice5.2 install. Please send a mail with debug-output and ;  echo some information about your FreeBSD-environment to mb@imp.ch. Thanks. ;  echo ;  /usr/bin/false ;  fi

An error occured during StarOffice5.2 install. Please send a mail with debug-output and
some information about your FreeBSD-environment to mb@imp.ch. Thanks.

*** Error code 1

Stop in /FreeBSD/ports/editors/staroffice52.
------------------------------------------------------------------------

It works (ish) if I use the following command, although the GUI installer
complains about failure to register many libblah89347.so things.

------------------------------------------------------------------------
SAL_IGNOREXERRORS=1 TEMP=/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/tmp LD_LIBRARY_PATH=/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/tmp/sv001.tmp:/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/office52:/compat/linux/lib:/compat/linux/usr/lib /compat/linux/bin/sh -c '/FreeBSD/work/FreeBSD/ports/editors/staroffice52/work/office52/setup /net'
------------------------------------------------------------------------

Note the change to the LD_LIBRARY_PATH.

>How-To-Repeat:


>Fix:

--- Makefile	Sun Dec 24 14:28:59 2000
+++ Makefile.new	Wed Feb 28 04:05:40 2001
@@ -43,7 +43,7 @@
 DIST_SUBDIR=	staroffice52
 WRKSRC=		${WRKDIR}/office52
 TMPDIR=		${WRKDIR}/tmp
-LD_PATH=	${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib
+LD_PATH=	${TMPDIR}/sv001.tmp:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib
 INSTDB.INS=	${PREFIX}/office52/program/instdb.ins
 SUNSOLVE=	${WRKDIR}/109939-02
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14XxsS-000Ebt-00>