Re: NetBSD 6 on Cobalt still broken

John Klos <[email protected]> Sun, 29 Dec 2013 07:29:21 +0000 (UTC)
Newsgroups gmane.os.netbsd.ports.cobalt,gmane.os.netbsd.ports.mips.devel
Message-ID <[email protected]>
NetBSD-current is broken, too. While untargzipping OS sets, I'm seeing 
strangeness like this:

tar: Unable to store mode and times for directory: 
./usr/share/locale/en@quot/LC_MESSAGES
tar: Unable to store mode and times for directory: 
./usr/share/locale/en_AU.ISO8859-1
tar: Unable to store mode and times for directory: 
./usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
tar: Unable to store mode and times for directory: 
./usr/share/locale/en_AU.ISO8859-15
tar: Unable to store mode and times for directory: 
./usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
tar: Unable to store mode and times for directory: 
./usr/share/locale/en_AU.UTF-8
tar: Cannot malloc 47 bytes (Cannot allocate memory)
tar: Cannot malloc 46 bytes (Cannot allocate memory)
...
tar: Cannot malloc 31 bytes (Cannot allocate memory)
tar: Cannot malloc 30 bytes (Cannot allocate memory)
tar: Unable to store mode and times for directory: ./var/db/postfix
tar: Unable to store mode and times for directory: ./var/games/hackdir
tar: Cannot set permissions on  (No such file or directory)
tar: Access/modification time set failed on:  (No such file or directory)
tar: Cannot set permissions on (null) (Bad address)
tar: Access/modification time set failed on: (null) (Bad address)


This is from nyftp.netbsd.org, HEAD, 28-December-2013. Hmmm...

John