How to build an old version of LibO

Michael Stahl mstahl at redhat.com
Thu May 1 14:02:07 PDT 2014


On 01/05/14 10:11, Laurent BP wrote:
> 
> I tried the following commands:
>> git checkout -b myoldlibreofficebranch
>> dace560b350346b9f9a102ee602bb129a008bcfe
>> make distclean
>> ./autogen.sh && make
>> ./instdir/program/soffice
> But About box says: Version: 4.3.0.0.alpha1+
> Build ID: c6c286f14468d341f5fd88edc39a37175a1b6caa
> 
> However, "git log -1" returns
> ==================================
> commit dace560b350346b9f9a102ee602bb129a008bcfe
> Author: Caolán McNamara <caolanm at redhat.com>
> Date:   Fri Oct 11 20:45:22 2013 +0100
> 
>     CID#736194 out of bounds

there's a subtle problem here - that commit pre-dates the removal of
INPATH, so if you run ./instdir/program/soffice you get the result of a
previous build (which would not be cleaned by "make clean" on this
revision!); you need to run ./instdir/unxlng*/program/soffice (or
perhaps even "make dev-install" and run it from solver/*/installation)



More information about the LibreOffice mailing list