Opened 11 years ago
Closed 9 years ago
#43473 closed defect (fixed)
rabbitmq-server: build fails when Python 2.7 is not the active version
Reported by: | poorsod@… | Owned by: | meyer@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | rabbitmq-server |
Description
Steps to reproduce:
sudo port select --set python python34 sudo port install rabbitmq-server
Actual results:
The build fails. Inspecting the logs reveals a syntax error coming from Python - there is a rogue print statement (the syntax changed in Python 3). Setting python27 as the active version of python solves the issue.
Expected results:
It builds using python27 even when it is not the default version.
Change History (4)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to meyer@… |
---|
comment:2 Changed 10 years ago by robertoschwald (Robert Oschwald)
comment:3 Changed 9 years ago by mamoll (Mark Moll)
This has been fixed. But there are now many other issues, see #47799.
comment:4 Changed 9 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Same problem here when python25 is active:
When selecting Python 2.6, it works.