Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 15:40:03 -0800 (PST)
From:      Tony Finch <fanf@dotat.at>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25443: problems running staroffice52 installer
Message-ID:  <200102282340.f1SNe3K50912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25443; it has been noted by GNATS.

From: Tony Finch <fanf@dotat.at>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Tony Finch <dot@dotat.at>
Subject: Re: ports/25443: problems running staroffice52 installer
Date: Wed, 28 Feb 2001 23:30:24 +0000

 I also had some trouble using the per-user installer. My Makefile is
 currently patched by the diff below.
 
 I still haven't managed to get it to work properly, though, because I
 still have the problem with registering the libraries. The main
 install gets almost all the way through, but towards the end when it
 is "registering components" it complains about failure to register all
 the libraries. When the installer exits, the makefile fails when
 trying to manipulate instdb.ins -- it appears that the installer never
 created it. Later, when running the per-user install it fails because
 of the missing instdb.ins. I'm giving up because I can't get enough
 debugging information out of the installer.
 
 --- Makefile.old	Wed Feb 28 04:08:18 2001
 +++ Makefile	Wed Feb 28 17:27:19 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
  
 @@ -149,6 +149,6 @@
  	    < ${INSTDB.INS}.orig > ${INSTDB.INS}
  
  install-user:
 -	${PREFIX}/office52/program/setup
 +	${LINUXBASE}/bin/sh -c ${PREFIX}/office52/program/setup
  
  .include <bsd.port.post.mk>

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?200102282340.f1SNe3K50912>