From owner-freebsd-ports Wed Feb 28 15:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6589B37B71C for ; Wed, 28 Feb 2001 15:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1SNe3K50912; Wed, 28 Feb 2001 15:40:03 -0800 (PST) (envelope-from gnats) Date: Wed, 28 Feb 2001 15:40:03 -0800 (PST) Message-Id: <200102282340.f1SNe3K50912@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tony Finch Subject: Re: ports/25443: problems running staroffice52 installer Reply-To: Tony Finch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25443; it has been noted by GNATS. From: Tony Finch To: freebsd-gnats-submit@FreeBSD.org Cc: Tony Finch 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message