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

RC3 clang broken cc, c++, cpp symlinks #37

Closed
jgroenveld opened this issue Nov 13, 2018 · 3 comments
Closed

RC3 clang broken cc, c++, cpp symlinks #37

jgroenveld opened this issue Nov 13, 2018 · 3 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@jgroenveld
Copy link

@jgroenveld jgroenveld commented Nov 13, 2018

RC3's OS-clang package ships with /usr/bin/cc and friends, 
but those symbolic links are to /usr/local/llvm60/bin/cc and friend which don't exist
The work-around was to link to clang, clang++ and clang-cpp
John
groenveld@acm.org
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Nov 13, 2018

This will be fixed in the next Trident build.
I talked to the TrueOS guys and this was a transient bug that was already fixed in their source tree.

@maxsteciuk
Copy link
Contributor

@maxsteciuk maxsteciuk commented Nov 25, 2018

FYI: I still had to apply the above workaround in the 11/23 build.

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Nov 26, 2018

All of the base compiler tools are now included in the "OS-*-development" packages (I think the "OS-clang-development" and/or the "OS-runtime-development" packages in particular are the ones you want).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment