** Description changed: ## 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" + W: -p "directory-with-space" != auto set value "" + W: -u "1.0" != auto set value "0~1707100151" + I: pkg="directory-with-space", ver="1.0", rev="1" 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 + I: pwd = "/tmp/directory with space" + I: pwd = "/tmp" + I: $ rsync -av --link-dest=/tmp/directory with space directory with space/. directory-with-space-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 + rsync: link_stat "/tmp/with" failed: No such file or directory (2) + rsync: link_stat "/tmp/space" failed: No such file or directory (2) + rsync: link_stat "/tmp/directory" failed: No such file or directory (2) + rsync: link_stat "/tmp/with" failed: No such file or directory (2) + rsync: change_dir "/tmp//space" failed: No such file or directory (2) + --link-dest arg does not exist: /tmp/directory - sent 20 bytes received 87 bytes 214.00 bytes/sec + sent 20 bytes received 63 bytes 166.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. ```
** Summary changed: - debmake failes with rsync error when working directory path contains space + debmake failes with rsync error when working directory path contains space with --tar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1703269 Title: debmake failes with rsync error when working directory path contains space with --tar To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debmake/+bug/1703269/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
