Skip to content
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

fix: YYUSE -> YY_USE #4178

Closed
wants to merge 1 commit into from
Closed

fix: YYUSE -> YY_USE #4178

wants to merge 1 commit into from

Conversation

xlgmokha
Copy link

From debian sid:

/home/xlgmokha/src/github.com/github/github/vendor/ruby/src/parse.y:12687: undefined reference to `YYUSE'
/usr/bin/ld: /home/xlgmokha/src/github.com/github/github/vendor/ruby/src/parse.y:12687: undefined reference to `YYUSE'
collect2: error: ld returned 1 exit status
make: *** [Makefile:271: miniruby] Error 1
Failed to build Ruby

From debian sid:

```bash
/home/xlgmokha/src/github.com/github/github/vendor/ruby/src/parse.y:12687: undefined reference to `YYUSE'
/usr/bin/ld: /home/xlgmokha/src/github.com/github/github/vendor/ruby/src/parse.y:12687: undefined reference to `YYUSE'
collect2: error: ld returned 1 exit status
make: *** [Makefile:271: miniruby] Error 1
Failed to build Ruby
```
@nobu
Copy link
Member

nobu commented Feb 13, 2021

Duplicate to https://bugs.ruby-lang.org/issues/17582 (#4121)

@nobu nobu closed this Feb 13, 2021
@xlgmokha xlgmokha deleted the yy_use branch February 13, 2021 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants