It is caused by recent coreutils upgrade (IMHO coreutils bug).
stat -c "%s" . .. /
printed
4096
4096
4096
before upgrade while it prints
409640964096
after upgrade. And as 'stat' does not provide any way to put \n to the format,
it is actually impossible to create format older stat generated! You have to
replace all %s in apt-move with "%s
" and hope that shell you are using will cope with new line embedded in the
string correctly...
Petr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]