Comment 0 for bug 1703269

Revision history for this message
ๆž—ๅšไป(Buo-ren Lin) (brlin) wrote : debmake failes with rsync error when working directory path contains space

## Bug Reproduce Instructions
1. mkdir "directory with space"
1. cd "directory with space"
1. debmake --package directory-with-space --upstreamversion 1.0 --tar

## Console output

```
I: set parameters
I: sanity check of parameters
I: pkg="hello-debian-packaging", ver="1.1.0", rev="0"
I: make the upstream tarball with "tar --exclude=debian"
I: pwd = "/mnt/Workaround_Safepath_Mountpoint/he llo"
I: pwd = "/mnt/Workaround_Safepath_Mountpoint"
I: $ rsync -av --link-dest=/mnt/Workaround_Safepath_Mountpoint/he llo he llo/. hello-debian-packaging-1.1.0
sending incremental file list
rsync: link_stat "/mnt/Workaround_Safepath_Mountpoint/llo" failed: No such file or directory (2)
rsync: link_stat "/mnt/Workaround_Safepath_Mountpoint/he" failed: No such file or directory (2)
rsync: change_dir "/mnt/Workaround_Safepath_Mountpoint//llo" failed: No such file or directory (2)
--link-dest arg does not exist: /mnt/Workaround_Safepath_Mountpoint/he

sent 20 bytes received 87 bytes 214.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
E: rsync -aCv failed.
```