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 #118

Closed
wants to merge 1 commit into from
Closed

fix: YYUSE -> YY_USE #118

wants to merge 1 commit into from

Conversation

xlgmokha
Copy link

@xlgmokha xlgmokha commented Feb 13, 2021

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
モ bison --version
bison (GNU Bison) 3.7.5
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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
```
@xlgmokha
Copy link
Author

Fixed in ruby#4121

@xlgmokha xlgmokha closed this Feb 13, 2021
@xlgmokha xlgmokha deleted the yy_use branch February 13, 2021 19:52
jhawthorn pushed a commit that referenced this pull request Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant