Can't reconstruct all tarballs using pristine-tar
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
High
|
Muharem Hrnjadovic |
Bug Description
Building using working tree
Looking for a way to retrieve the upstream tarball
Using pristine-tar to reconstruct the needed tarball.
tar: gwibber-
tar: Exiting with failure status due to previous errors
pristine-tar: command failed: tar cf /tmp/pristine-
bzr: ERROR: There was an error using pristine-tar: Generating tar from delta failed: None.
zsh: exit 3 bzr bd -S
We strip some things from the tarball, and so can't provide a whole
tree.
We should fix both importing and exporting I guess:
1) either make sure we give the same tree we will give at the end and let pristine-tar
sort it out, or don't store pristine-tar data
2) don't give up if pristine tar fails
Thanks,
James
Changed in bzr-builddeb: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in bzr-builddeb: | |
status: | Triaged → In Progress |
assignee: | nobody → Muharem Hrnjadovic (al-maisan) |
Changed in bzr-builddeb: | |
status: | In Progress → Fix Committed |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
Related bug #424451.