Re: Unsuccessful test of AOO 4.5 from buildbot output

2020-02-27 Thread Peter Kovacs
This is the explanation to the Issue: https://stackoverflow.com/questions/23494103/version-cxxabi-1-3-8-not-found-required-by#23494975 We do our test builds on Ubuntu, but they are not out of the box downgrade able to older Linuxes. You could install a newer Gcc on Centos 7. Or you could bu

Re: Unsuccessful test of AOO 4.5 from buildbot output

2020-02-27 Thread Pedro Lino
Hi Kay > On February 26, 2020 11:49 PM Kay Schenk wrote: > > I see these messages as soon as I start up the new OpenOffice from > command line and it will not continue -- bring up the application.  I > have it installed in a separate directory from my "production" version. > Carl and I are bo

sal fails to build with missing bind.hpp

2020-02-27 Thread Peter Kovacs
Hi all, When building sal I get the error: dmake:  Error: -- `/home/legine/AOO/main/solver/450/unxlngx6/inc/boost/bind.hpp' not found, and can't be made Could it be that at bootstrap I pulled the wrong version of Boost? Which boost version do we need? All the Best Peter --

Re: Unsuccessful test of AOO 4.5 from buildbot output

2020-02-27 Thread Rory O'Farrell
On Thu, 27 Feb 2020 09:33:40 + (WET) Pedro Lino wrote: > Hi Kay > > > On February 26, 2020 11:49 PM Kay Schenk wrote: > > > > I see these messages as soon as I start up the new OpenOffice from > > command line and it will not continue -- bring up the application.  I > > have it installed

Re: Unsuccessful test of AOO 4.5 from buildbot output

2020-02-27 Thread Pedro Lino
Hi Rory Thank you for the quick answer and details (I just saw a similar issue answered by you on the forum). I don't use sound on this desktop so it could be missing and I wouldn't notice it :) As for graphics I don't notice any glitches (on AOO or any other program) so whatever gailwindow i

Re: Unsuccessful test of AOO 4.5 from buildbot output

2020-02-27 Thread Rory O'Farrell
On Thu, 27 Feb 2020 12:13:26 + (WET) Pedro Lino wrote: > Hi Rory > > Thank you for the quick answer and details (I just saw a similar issue > answered by you on the forum). > > I don't use sound on this desktop so it could be missing and I wouldn't > notice it :) I use sound sometimes fr

setting scons up for linux

2020-02-27 Thread Peter Kovacs
Hello Damjan, I did try to setup scons for Linux. I copied the 1) FreeBSD file to Linux File. 2) replaced FreeBSD to Linux 3) added a entry to main/site_scons/globals.py I do now get following Error Message: ~/workspace/AOO/gitbox/main$ scons *** Error loading site_init file './site_scons/

Re: setting scons up for linux

2020-02-27 Thread Damjan Jovanovic
You need a recent Python 3: ImportError: cannot import name ABC: On Thu, Feb 27, 2020 at 7:14 PM Peter Kovacs wrote: > Hello Damjan, > > > I did try to setup scons for Linux. > > I copied the > > 1) FreeBSD file to Linux File. > > 2) replaced FreeBSD to Linux > > 3) added a entry to main/site_sc

Re: Unsuccessful test of AOO 4.5 from buildbot output

2020-02-27 Thread Kay Schenk
Hi Peter-- Thanks for the explanation. My current libstdc++.so.6 only defines up to CXXABI_1.3.7. It would help if we knew what C++ version is used in the buildbots. Oddly, I have version 4.8.5 linked to 4.8.2 on my system. Meanwhile, I will work on doing my own build. Regards, Kay On 2/27