TritonDataCenter / TritonDataCenter/pkgsrc-joyent
LLDB 6 package
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 32
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Previous issue: https://github.com/joyent/pkgsrc-wip/issues/97
Either we need to patch usage of C++11 in LLDB code base, or select clang 6 or gcc 6 to compile it with c++11 flag. I would go with CC=$(which clang) CXX=$(which clang++) make ... option, as it is working out for other distros.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked previous issue and the LLDB 6 package build configuration. Compare the proposed C++11 compiler selection with the existing package setup, then verify that the package builds successfully using clang or gcc with the required C++11 flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100