BUILD FAILED (FreeBSD 13.1 using ruby-build 20230309-1-gf3c1ccc) #2168
-
I'm trying to build Ruby 3.2.1 on FreeBSD 13.1, using rbenv and ruby-build through the Sourcehut build system, but it's failing:
However, libyaml is definitely installed ( |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
This has been reported on the FreeBSD bug tracker as well: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269803 |
Beta Was this translation helpful? Give feedback.
-
Had the same problem on FreeBSD 12.2 and managed to build Ruby 3.2.2. I'm using asdf and it's asdf-ruby plugin, which uses Here are the commands which worked for me:
It also has some commands/options regarding For me |
Beta Was this translation helpful? Give feedback.
-
Created issue #2184 |
Beta Was this translation helpful? Give feedback.
-
@duncan-bayne fix merged into master branch. |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks @jarmo ❤️ |
Beta Was this translation helpful? Give feedback.
-
ruby-build 20230424 will now automatically link to libffi and libyaml installed via |
Beta Was this translation helpful? Give feedback.
ruby-build 20230424 will now automatically link to libffi and libyaml installed via
pkg
. (Linking to openssl and libreadline was already present before.) Thank you @jarmo