libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Tim Daley
I'm getting the following failure trying to build. Apparently you now need to set special privileges (in your plist?) to set/unset DYLD_LIBRARY_PATH. Suggestions on where and how to do this? [_RUN_] ScFiltersTest::testTdf137576_Measureline /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Tim Daley
So I should use the github repo? If so, that fails, too: gh repo clone LibreOffice/core Cloning into 'core'... remote: Enumerating objects: 5821827, done. remote: Counting objects: 100% (761/761), done. remote: Compressing objects: 100% (482/482), done. error: object 657924e4d73d6d501c9a3ceaf62e29

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-06 Thread Tim Daley
try the following on the original clone and it worked: git clone --config transfer.fsckobjects=false --config receive.fsckobjects=false --config fetch.fsckobjects=false https://github.com/LibreOffice/core.git On Tue, Jul 5, 2022 at 3:42 PM Tim Daley wrote: > So I should use the github

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-07 Thread Tim Daley
9: recipe for target 'build' failed make: *** [build] Error 2 On Thu, Jul 7, 2022 at 5:39 AM Christian Lohmaier wrote: > Hi Tim, > > On Tue, Jul 5, 2022 at 9:43 PM Tim Daley wrote: > > So I should use the github repo? If so, that fails, too: > > whether the githu