Ladislav Michl <michl <at> triops.cz> writes: > > Dne 19.4.2012 19:21, Christopher Faylor napsal(a): > > Funny you should pick up on that. I actually had a sheet over my head > > with two eyes cut out when I was writing the ChangeLog. > > > > This should be fixed in the next snapshot. > Just checked cygwin1-20120419.dll.bz2 and it fixes this problem. > > Thanks, > ladis > >
With cygwin 1.7.11-1 and latest cygwin1-20120419.dll I solved the mknod problem but another problem with 'utime' function of the 'tar' command appears: Stefano@ASUS ~/test $ mknod ccc c 5 1 Stefano@ASUS ~/test $ ls -al totale 5 drwxr-xr-x+ 1 Stefano None 0 19 apr 22.02 . d---------+ 1 Stefano None 0 19 apr 22.01 .. crw-rw-rw- 1 Stefano None 5, 1 19 apr 22.02 ccc Stefano@ASUS ~/test $ tar cvfz ccc.tar.gz ccc ccc Stefano@ASUS ~/test $ tar xvzf ccc.tar.gz ccc tar: ccc: funzione "utime" non riuscita: No such device or address tar: Uscita con stato di fallimento in base agli errori precedenti only if i use m option it seems to work: Stefano@ASUS ~/test $ tar mxvzf ccc.tar.gz ccc Stefano@ASUS ~/test $ ls -al totale 6 drwxr-xr-x+ 1 Stefano None 0 19 apr 22.03 . d---------+ 1 Stefano None 0 19 apr 22.01 .. crw-rw-rw- 1 Stefano None 5, 1 19 apr 22.03 ccc -rw-r--r--+ 1 Stefano None 128 19 apr 22.02 ccc.tar.gz Stefano@ASUS ~/test Thank you, stefano -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple