Date: Mon, 26 Jun 2000 00:02:15 -0400 From: David Banning <sky_tracker@yahoo.com> To: Mark Ovens <mark@ukug.uk.freebsd.org> Cc: questions@freebsd.org Subject: Re: installing staroffice problem Message-ID: <3956D5C7.18BBF19A@yahoo.com> References: <3954EA26.836DE7D4@yahoo.com> <20000624185554.D233@parish> <39550035.BF2ABB7E@yahoo.com> <20000624200726.H233@parish> <395516B0.38794B6B@yahoo.com> <20000625124914.B233@parish>
next in thread | previous in thread | raw e-mail | index | archive | help
OK - I will send it to ports - in the meantime, I am doing some of
my own trouble-shooting. I would like to see the code actually executed
from
the Make files at the point we are looking at.
Do you know what option to use with make? I tried "make -dA install"
which
produced tons of output but nothing more for the specific install area
we have been discussing. I'd like to actually see the machine execute
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so
${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so
${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup
${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice
${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath =
"${PREFIX}/Office51";|DefaultDestPa
th = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
to see what all the variables and hence commands, interpret to.
> Well, now I'm stumped. It appears that install(1) is being run without
> the ``-d'' option (which creates any necessary directories). The only
> thing I can suggest is adding ``-d'' to any lines starting
> ``@${INSTALL_DATA}'' thus:
>
> @${INSTALL_DATA} -d ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
>
> ${INSTALL_DATA} expands to
>
> install -c -o root -g wheel -m 755
>
> If this doesn't work, and no-one else jumps in with the answer, I
> suggest you post a question to -ports. Include the full output of
> ``make install'' as per your last message.
>
> Sorry I couldn't be more help.
>
> > *** Error code 71
> >
> > Stop.
> > *** Error code 1
> >
> > Stop.
> > *** Error code 1
> >
> > Stop.
> >
> > also;
> > ----------------------------------
> > in /usr permission for local is;
> > drwxr-xr-x 16 root wheel 512 Jun 24 16:00 local
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
> --
> If I buy a copy of WinDelete, and it doesn't delete Windows,
> am I entitled to my money back?
> ________________________________________________________________
> FreeBSD - The Power To Serve http://www.freebsd.org
> My Webpage http://ukug.uk.freebsd.org/~mark/
> mailto:mark@ukug.uk.freebsd.org http://www.radan.com
--
Hofstadter's Law:
It always takes longer than you expect, even when you take
Hofstadter's Law into account.
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3956D5C7.18BBF19A>
