[BUG] FileUtils doesn't copy binary files correctly on win32

V

Ville Mattila

Hello,
nmake install DESTDIR=c:\ruby
does not copy binary files correctly. It seems like it will end to first
end of file char (^Z on dos).
The file is copied from samba share to local drive. If that's makes
difference.
Ruby version: ruby 1.8.2 (2004-10-11) [i386-mswin32]

- Ville
 
V

Ville Mattila

Ville Mattila said:
Hello,
nmake install DESTDIR=c:\ruby
does not copy binary files correctly. It seems like it will end to first
end of file char (^Z on dos).
The file is copied from samba share to local drive. If that's makes
difference.
Ruby version: ruby 1.8.2 (2004-10-11) [i386-mswin32]

- Ville

Binary file copying start working ok, if I revert recent io.c changes i.e.

# cvs diff -up -r1.246.2.30 -r1.246.2.23 io.c > io.patch
# patch < io.patch


- Ville
 
W

WATANABE Hirofumi

Hi,

Ville Mattila said:
Binary file copying start working ok, if I revert recent io.c changes i.e.

# cvs diff -up -r1.246.2.30 -r1.246.2.23 io.c > io.patch
# patch < io.patch

Thanks. Fixed it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top