#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:49 fo]:
> Replying to [comment:48 cjg]:
>
>
> > 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:
>
>
> > 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.
>
> Thanks. That was exactly what I was asking.
>
> You need to change
>
> export LO_PREFIX=/opt
>
> to the new version:
>
> export LO_PREFIX=/opt/libreoffice-4.3.0.4
>
> I am assuming that uou are using in the script
>
> {{{
> ./autogen.sh --prefix=$LO_PREFIX \
> --sysconfdir=/etc \
> ...
> }}}
>
> with that, the cleaning is on /opt/libreoffice-4.3.0.4, not /opt
>
> Please, confirm that, and we won't need the warning.
Hello Fernando,
Yes I am using:
./autogen.sh --prefix=$LO_PREFIX \
--sysconfdir=/etc \
--with-vendor="BLFS" \
--with-lang="en-US pt-BR" \
I got the same warning though when I was not using the script. I did a
normal export LO_PREFIX=/opt.
So are the published instructions incorrect? I am just trying to
understand why I got this error both with and without the script. I just
followed the export command that was on the previous versions page.
Regards,
Christopher.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5311#comment:50>
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