[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] Bug: GNU patch 2.5.9 says "Invalid cross-device link" wh
From: |
Andreas Gruenbacher |
Subject: |
Re: [bug-patch] Bug: GNU patch 2.5.9 says "Invalid cross-device link" when disk is full |
Date: |
Sun, 19 Jul 2009 17:58:22 +0200 |
User-agent: |
KMail/1.10.3 (Linux/2.6.30-rc6-git3-4-pae; KDE/4.1.3; i686; ; ) |
Jamie,
On Wednesday 15 July 2009 22:20:42 Jamie Lokier wrote:
> 8192 write(2, "patch: **** write error"..., 23) = 23
> write(2, " : Invalid cross-device link\n"..., 29) = 29
Thanks for the bug report, this is indeed wrong. It should be fixed now in the
latest Alpha version by using full_write() from gnulib instead. Would you mind
trying out ftp://alpha.gnu.org/gnu/patch/patch-2.5.9-120-g62d03ac.tar.gz?
Thanks,
Andreas