Description: ./setup of LODE complains about Unknown Darwin kernel version 21.1.0 on macOS Monterey Steps to Reproduce: 1. Run git clone https://gerrit.libreoffice.org/lode in the terminal 2. cd lode 3. ./setup Actual Results: Unknown Darwin kernel version 21.1.0 Expected Results: Able the setup a build environment Reproducible: Always User Profile Reset: No Additional Info: -
Hi Telesto, Could you please try my patch from gerrit < https://gerrit.libreoffice.org/c/lode/+/127362 > to see whether it works ? -> git fetch https://git.libreoffice.org/lode refs/changes/62/127362/1 && git cherry-pick FETCH_HEAD
(In reply to Xisco Faulí from comment #1) > Hi Telesto, > Could you please try my patch from gerrit < > https://gerrit.libreoffice.org/c/lode/+/127362 > to see whether it works ? > -> git fetch https://git.libreoffice.org/lode refs/changes/62/127362/1 && > git cherry-pick FETCH_HEAD Works! Thanx!
Fixed in https://gerrit.libreoffice.org/c/lode/+/127362. Do 'git pull -r' to get to the latest revision. Closing