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

Bump CRlibm to 1 while keeping the existing compats #503

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

ven-k
Copy link
Contributor

@ven-k ven-k commented Jan 19, 2022

  • The older versions of CRlibm untars the deps which can't be supported on machines where you don't have root access
  • CRlibm fails to build with
tar: crlibm-1.0beta4/trigo_fast.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/trigpi.h: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/ChangeLog: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/triple-double.h: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/log2-td.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/exp-td-standalone.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument
:
:

- The older versions of CRlibm untars the deps which can't be supported on machines where you don't have root access
- CRlibm fails to build with
```
tar: crlibm-1.0beta4/trigo_fast.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/trigpi.h: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/ChangeLog: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/triple-double.h: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/log2-td.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: crlibm-1.0beta4/exp-td-standalone.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument
:
:
```
@lucaferranti
Copy link
Member

Thanks, I was under the impression that there were some issues with CRlibm 1, but everything seems to work, merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants