Re: macOS on trunk broken again

2019-02-12 Thread Matthias Seidel
Linux64 and Linux32 also break, but in in pyuno: https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/pyuno/unxlngx6.pro/misc/logs/prj.txt https://ci.apache.org/projects/openoffice/buildlogs/linux32/main/pyuno/unxlngi6.pro/misc/logs/prj.txt Maybe it is related? Regards,    Matthias

Re: macOS on trunk broken again

2019-02-12 Thread Damjan Jovanovic
Linux should be fixed in commit 1853456. That commit involved Mac too. On Tue, Feb 12, 2019 at 5:02 PM Matthias Seidel wrote: > Linux64 and Linux32 also break, but in in pyuno: > > > https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/pyuno/unxlngx6.pro/misc/logs/prj.txt > > > http

Re: macOS on trunk broken again

2019-02-12 Thread Jim Jagielski
Different issue but also affects macOS: [ build DEP ] LNK:Library/libpyuno.dylib [ build LNK ] Library/libpyuno.dylib [ build CMP ] pyuno/source/loader/pythonloader [ build CMP ] pyuno/source/loader/pythonloader [ build LNK ] Library/pyuno.so [ build CHK ] pyuno [ build CHK ] loaded modules: pyuno

Re: macOS on trunk broken again

2019-02-12 Thread Damjan Jovanovic
Please run: ls -l /Users/jim/src/asf/trunk/main/solver/450/ unxmaccx.pro/workdir/LinkTarget/Library/*py* On Tue, Feb 12, 2019 at 8:08 PM Jim Jagielski wrote: > Different issue but also affects macOS: > > [ build DEP ] LNK:Library/libpyuno.dylib > [ build LNK ] Library/libpyuno.dylib > [ build CM

Re: svn commit: r1853466 - /openoffice/trunk/main/pyuno/Library_pyuno_loader.mk

2019-02-12 Thread Dave Fisher
That one looks really subtle ;) > On Feb 12, 2019, at 10:35 AM, j...@apache.org wrote: > > Author: jim > Date: Tue Feb 12 18:35:43 2019 > New Revision: 1853466 > > URL: http://svn.apache.org/viewvc?rev=1853466&view=rev > Log: > balance parens here in ifeq > > Modified: >openoffice/trunk/mai

Re: macOS on trunk broken again

2019-02-12 Thread Jim Jagielski
% ls -l solver/450/unxmaccx.pro/workdir/LinkTarget/Library/*py* -rwxr-xr-x 1 jim staff 205276 Feb 12 13:27 solver/450/unxmaccx.pro/workdir/LinkTarget/Library/libpyuno.dylib* lrwxr-xr-x 1 jim staff 95 Feb 12 13:27 solver/450/unxmaccx.pro/workdir/LinkTarget/Library/libpyuno.jnilib@ ->

Re: macOS on trunk broken again

2019-02-12 Thread Matthias Seidel
Hi Damjan, Am 12.02.19 um 18:01 schrieb Damjan Jovanovic: > Linux should be fixed in commit 1853456. It builds now, but the icons in the toolbars are gone? I installed on Linux64 and Windows, both look the same... Regards,    Matthias > > That commit involved Mac too. > > On Tue, Feb 12, 2019

Re: macOS on trunk broken again

2019-02-12 Thread Damjan Jovanovic
Where? I see them: [image: image.png] [image: image.png] On Wed, Feb 13, 2019 at 12:47 AM Matthias Seidel wrote: > Hi Damjan, > > Am 12.02.19 um 18:01 schrieb Damjan Jovanovic: > > Linux should be fixed in commit 1853456. > > It builds now, but the icons in the toolbars are gone? > > I installed

Re: macOS on trunk broken again

2019-02-12 Thread Damjan Jovanovic
1853456 introduced a bracketing bug in main/pyuno/Library_pyuno_loader.mk. 1853457 Linux64 buildbot. 1853465 Linux32 buildbot. 1853466 fixed that bug. Maybe we just need a rebuild? On Wed, Feb 13, 2019 at 3:02 AM Damjan Jovanovic wrote: > Where? I see them: > [image: image.png] > [image: image.p

Re: macOS on trunk broken again

2019-02-12 Thread Damjan Jovanovic
Ok so in main/RepositoryFixes.mk I did try to replicate what dmake was doing, building a .so instead of a .dylib: # pyuno.so even on Mac OS X, because it is a python module gb_Library_FILENAMES := $(patsubst pyuno_loader:libpyuno%,pyuno_loader:pyuno.so,$(gb_Library_FILENAMES)) but then it apparen