configure should pick /usr/bin/g++ automatically if present
Open
Nobody has claimed this yet.
3.9 (EOL)
build
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 44909 |
|---|---|
| Nosy | @iritkatriel |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-08-13.07:31:29.458>
labels = ['build', '3.9']
title = 'configure should pick /usr/bin/g++ automatically if present'
updated_at = <Date 2021-08-13.07:31:29.458>
user = 'https://bugs.python.org/pmenzel'
bugs.python.org fields:
activity = <Date 2021-08-13.07:31:29.458>
actor = 'pmenzel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2021-08-13.07:31:29.458>
creator = 'pmenzel'
dependencies = []
files = []
hgrepos = []
issue_num = 44909
keywords = []
message_count = 1.0
messages = ['399497']
nosy_count = 3.0
nosy_names = ['krichter', 'iritkatriel', 'pmenzel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44909'
versions = ['Python 3.9']
Contributor guide
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 at the configure entry point and trace how the C++ compiler is selected when /usr/bin/g++ exists. Verify that configuration selects /usr/bin/g++ automatically when present, while preserving existing behavior when it is absent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, shell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100