-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on Ubuntu 20.10, with ruby 2.7.1p83 #145
Comments
@jradxl Although I'm not a C programmer, I've recently experienced what I believe is the same problem, on another project. In that case, the problem was the switch from GCC 9 to 10 (Ubuntu 20.04 ships GCC 9.3; 2010 ships GCC 10.2), which disables the so-called "common model". If the problem is the same, either the flag |
Yes, this is the problem: https://bugs.gentoo.org/705898 |
@jradxl Can you try to build from my fork/branch, and see if it works (I can't test immediately)? If it does, I'll open a PR. Repository: https://github.com/saveriomiroddi/ruby-packer-dev.git |
@jradxl Can you rename the title to something like |
Hello, thanks @saveriomiroddi , but alas, I can't get a build of your branch or the main branch. I may have a missing dependency. I'll keep looking.
|
@jradxl I think that it's the issue you've likely read (https://bugs.ruby-lang.org/issues/17106), and on my system, where the compilation fails, my Bison version is indeed older (3.5.1). Note that in the issue, they mention that a certain commit (b971bad49b) fixes is on 2.7, however, I've checked the Ruby repo history, and it's included in Ruby 2.7.2. Try with that! |
Any resolution to this?
|
Hello! Based on your error log, it seems to be different from the other two problems in this issue. The log posted actually doesn't have much information about the exact error. |
It's almost identical output to the first post. What else can I provide you to get past this? Is my Ruby version too recent? I don´t know where to go from here :-( |
Re-submitted as new issue. |
I'm sure I've followed instructions.
Issue with Stable and Unstable, and I can't see what problem is.
$lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy
$ruby --version
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux-gnu]
$./rubyc --version
2.7.1.dev
The text was updated successfully, but these errors were encountered: