#5311: libreoffice-4.3.0
-------------------------+-----------------------
 Reporter:  fo           |       Owner:  fo
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  7.6
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by cjg):

 Replying to [comment:47 fo]:
 > Thanks for your reply, Christopher and for your great contribution to
 this.
 >
 > Sorry to disturb you at this time, and to insist about this.
 >
 > I am really worried about this.
 >
 > Do you have more than one log?
 >
 > ISTR, once, not having properly set
 >
 > LO_PREFIX=/opt/libreoffice-4.3.0.4
 >
 > but
 >
 > LO_PREFIX=/opt/
 >
 > because in my script I had at that time
 >
 > LO_PREFIX=/opt/$PACKAGE
 >
 > and doing by hand, I forgot to set PACKAGE, then I got that message. Is
 there any chance you could verify that possibility?
 >
 > {{{
 > ./autogen.sh --prefix=$LO_PREFIX
 > }}}
 >
 >
 > I have it installed, but in LFS-7.1, and there, I failed to find any
 reference to this.
 >
 > E.g:
 >
 > {{{
 > $ xzgrep "rmdir"
 
/home/fernando/Downloads/blfs/libreoffice-4.3.0.4-build-2014.08.03-10h32m29s.log.xz
 > [build SRS] cui/source/tabpages/frmdirlbox.src
 > [build CXX] svx/source/dialog/frmdirlbox.cxx
 > }}}
 >
 > I do find (and perhaps was in that cleaning stage that I got the
 problem):
 >
 > {{{
 > DEST install
 > Installing in /opt/libreoffice-4.3.0.4/lib/libreoffice ...
 > Cleaning destdir...
 > Running LibreOffice installer
 > ... checking environment variables ...
 > }}}

 Hello Fernando,

 It is in the cleaning stage that this happens.  I used Bruce's script for
 this install.  The libreoffice prefix is correctly set:

 #!/bin/bash

 source /usr/src/stats

 #######################

 DIR=`pwd`
 PROGRAM=libreoffice-4.3.0.4
 LOG=$DIR/$PROGRAM.log
 TITLE=$PROGRAM
 TIMEFORMAT="$TIMEFMT $TITLE"
 export LO_PREFIX=/opt

 BUILDDIR=/opt/build/libreoffice
 DEST=$BUILDDIR/install

 Notice that I have exported the prefix in the script.

 I hope that this is the information that you are asking for.

 Regards,

 Christopher.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5311#comment:48>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to