Opened 10 years ago
Closed 9 years ago
#5072 closed defect (fixed)
configure hardcoded to outdated python3
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.9.0 |
Component: | programming | Keywords: | python, python3, configure |
Cc: | Parent Tickets: | 5017 |
Description
./configure --with-python3
fails when python3.4 is the installed version of python3.
(mediagoblin-0.8.0-dev) ~/mediagoblin $ python --version Python 3.4.3 (mediagoblin-0.8.0-dev) ~/mediagoblin $ ./configure --with-python3 checking for python3.3... no configure: error: in `/srv/mediagoblin/mediagoblin': configure: error: --with-python3 given but no acceptable python3 (3.3) could be found See `config.log' for more details
I'm going to set a milestone of 0.9.0 on here because of ticket #5017.
Attachments (1)
Change History (5)
comment:1 by , 9 years ago
Parent Tickets: | → 5017 |
---|
by , 9 years ago
Attachment: | 0001-Do-not-require-python3.3-explicitely.patch added |
---|
comment:2 by , 9 years ago
Status: | new → review |
---|
comment:3 by , 9 years ago
I'm not familiar with distributions other than Ubuntu, but it's unlikely the patch is going to break anything. So looks good to me!
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
Merged. I think you're right. Thanks! :)
Attached a patch, please review.