Bug 633520
Summary: | Bakefile is not working properly unless write.py patched | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Josef Šimánek <retricek> | ||||
Component: | bakefile | Assignee: | Filipe Rosset <rosset.filipe> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 13 | CC: | rosset.filipe | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | bakefile-0.2.8-5.fc14 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: |
bakefile.x86_64 0.2.8-3.fc13
python-empy.noarch 3.3-5.fc13
python.x86_64 2.6.4-27.fc13
|
|||||
Last Closed: | 2011-03-15 21:49:45 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
I'm not a Python programmer. I just made a monkey patch. bakefile-0.2.8-5.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/bakefile-0.2.8-5.fc13 bakefile-0.2.8-5.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/bakefile-0.2.8-5.fc14 bakefile-0.2.8-5.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update bakefile'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/bakefile-0.2.8-5.fc14 bakefile-0.2.8-5.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. bakefile-0.2.8-5.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 447051 [details] Patch to make Bakefile working properly with empy templates. Description of problem: I wanted to compile project (e texteditor) using bakefile. It throws errors (ImportError: No module named empy.em) during WebKit "bakefiling". Version-Release number of selected component (if applicable): bakefile.x86_64 0.2.8-3.fc13 python-empy.noarch 3.3-5.fc13 python.x86_64 2.6.4-27.fc13 How reproducible: Everytime Steps to Reproduce: 1. Clone github e-texteditor repo 2. Download externals 3. Patch them 4. Try to compile externals Actual results: ImportError: No module named empy.em Expected results: Compiled program Additional info: I know this is not a Fedora's problem. But there are two not compatible packages in distribution standard rpm repository. I first went to Bakefile community to ask for a solution, but it is dead I think. I made a patch, to make Bakefile compatible with F13 standard python (and python-empy), but I think it will be better to remove Bakefile from standard repository.