Fix destdir for recipe
Bug #1242796 reported by
Guilhem Lettron
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builder |
Fix Committed
|
High
|
William Grant |
Bug Description
For now all my build with an epoch or a {revno:branch} fails with make.
https:/
This is because make doesn't support ":" in dir.
This problem is already solved in bzr-builder since version 0.7 ->
instead of using an output directory like this
dpkg-source -i -I --before-build recipe-
bzr-builder use:
dpkg-source -i -I --before-build asterisk-
I don't find code that manage this part in launchpad, but can you update this part in launchpad to match bzr-builder (good) behaviour?
Related branches
lp://staging/~wgrant/bzr-builder/bug-1242796
- Colin Watson (community): Approve
- bzr-builder developers: Pending requested
-
Diff: 31 lines (+6/-4)2 files modifiedcmds.py (+5/-3)
tests/test_blackbox.py (+1/-1)
affects: | launchpad → launchpad-buildd |
Changed in launchpad-buildd: | |
importance: | Undecided → High |
status: | New → Triaged |
affects: | launchpad-buildd → bzr-builder |
Changed in bzr-builder: | |
assignee: | nobody → William Grant (wgrant) |
status: | Triaged → In Progress |
Changed in bzr-builder: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
This broke in http:// bazaar. launchpad. net/~bzr- builder- devs/bzr- builder/ trunk/revision/ 158, which changed --no-build to move the working directory back to its original name. It's difficult to say whether that was deliberate.