Linux MIPS Architecture development
 help / color / mirror / Atom feed
* MIPS N32 tar could not change time on unpacked file
@ 2007-09-12 16:22 Johannes Dickgreber
  2007-09-12 16:35 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Dickgreber @ 2007-09-12 16:22 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf, kumba


Hi

After I installed a new glibc-2.5 with linux-headers-2.6.21 on
my SGI Octane, tar could not change time on unpacked file.

For each file there was "utime invalid argument".

System Gentoo MIPS N32
Kernel 2.6.22 with mips-git20070902 plus modified skylark patches

I changed this

--- linux-2.6.22-mips20070902/arch/mips/kernel/scall64-n32.S	2007-07-09 01:32:17 +0200
+++ linux-octane-1/arch/mips/kernel/scall64-n32.S	2007-09-12 12:14:41 +0200
@@ -375,7 +375,7 @@ EXPORT(sysn32_call_table)
 	PTR	sys_mkdirat
 	PTR	sys_mknodat
 	PTR	sys_fchownat
-	PTR	sys_futimesat			/* 6255 */
+	PTR	compat_sys_futimesat		/* 6255 */
 	PTR	sys_newfstatat
 	PTR	sys_unlinkat
 	PTR	sys_renameat


Now tar was fully working.

Bye johannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-12 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 16:22 MIPS N32 tar could not change time on unpacked file Johannes Dickgreber
2007-09-12 16:35 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox