Opened 11 years ago
Closed 9 years ago
#818 closed defect (fixed)
pbr is breaking things
Reported by: | vlado | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.9.0 |
Component: | programming | Keywords: | |
Cc: | berkerpeksag | Parent Tickets: |
Description
I tried new instalation on debian, every stopped with error
Attachment is included
Attachments (1)
Change History (8)
by , 11 years ago
Attachment: | error_1.txt added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Milestone: | 0.6.0 → 0.7.0 |
---|
comment:3 by , 11 years ago
This still isn't fixed I think, but haven't tested it recently. I believe Asheesh Laroia got a patch upstream(?) that fixes the issue in pbr. Not sure when that will be resolved.
I'm still not sure why one of our dependencies is including pbr though... looks like some odd monkeypatching...
I tried switching the dependency to pbr==0.5.22 in mediagoblin's setup.py but it broke our Jenkins install.. not sure what to do.
comment:4 by , 10 years ago
Summary: | every attempt for new installation ending "make: *** [develop] Error 1" → pbr is breaking things |
---|
I renamed the title of this one to "pbr is breaking things", because that's more accurate than the makefile issue.
comment:5 by , 10 years ago
Milestone: | 0.7.0 |
---|
This effects us as sqlalchemy-migrate now uses pbr. The current solution is the pin the sqlalchemy-migrate package at a pre-pbr version. Since berker is working on #814 moving from sqlalchemy-migrate to alembic, it'd is probably easiest to wait until we've moved over and then this shouldn't be an issue as we won't need pbr.
comment:6 by , 10 years ago
Cc: | added |
---|
comment:7 by , 9 years ago
Milestone: | → 0.9.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Things seem to be fine now, for whatever reasons in recentish changes in dependencies.
From Chris Webber I learned that performing the following command and then re-running the setup fixes this problem.
./bin/pip install pbr==0.5.22
Hopefully the normal build process will be fixed in the near future.