dark.panda (J Smith)
- Login: dark.panda
- Email: dark.panda@gmail.com
- Registered on: 10/23/2012
- Last sign in: 12/28/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/20/2021
-
04:55 PM Ruby Bug #17486: Build fails on darwin due to libtool being removed
- This is still failing for me on Big Sur with 3.0.2. I have made sure to uninstall gmake and coreutils from MacPorts but it is still failing. If I revert commit I mentioned in the original report then it builds fine on Big Sur under all c...
12/30/2020
-
11:46 PM Ruby Bug #17486: Build fails on darwin due to libtool being removed
- I tried the following on a Macbook Pro with Catalina and the error was still present.
```
$ sudo rm -rf /Library/Developer/CommandLineTools
$ xcode-select --install
$ sudo xcode-select -s /Library/Developer/CommandLineTools
```
12/28/2020
-
07:15 PM Ruby Bug #17486 (Closed): Build fails on darwin due to libtool being removed
- The following commit is causing builds in master and for the recently released Ruby 3.0.0 to fail on darwin. This was tested on macOS Mojave using the most recent XCode and Mojave patches. The error reported is as follows:
```
compil...