X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KHOP_THREADED,SPF_HELO_PASS,TW_CV,TW_MK,TW_MX,TW_RW,TW_VF,TW_VZ,TW_WX,TW_XV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: stefano Subject: Re: cygwin-1.7.13-1: mknod console c 5 1 creates invalid device Date: Sat, 21 Apr 2012 14:42:36 +0000 (UTC) Lines: 60 Message-ID: References: <4F8FFD13 DOT 7000906 AT triops DOT cz> <20120419172141 DOT GA9369 AT ednor DOT casa DOT cgf DOT cx> <4F910FBF DOT 2080203 AT triops DOT cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Ladislav Michl 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 AT ASUS ~/test $ mknod ccc c 5 1 Stefano AT 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 AT ASUS ~/test $ tar cvfz ccc.tar.gz ccc ccc Stefano AT 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 AT ASUS ~/test $ tar mxvzf ccc.tar.gz ccc Stefano AT 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 AT 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