All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Dickgreber <tanzy@gmx.de>
To: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org, kumba@gentoo.org
Subject: MIPS N32 tar could not change time on unpacked file
Date: Wed, 12 Sep 2007 18:22:04 +0200	[thread overview]
Message-ID: <46E8122C.4000505@gmx.de> (raw)


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

             reply	other threads:[~2007-09-12 16:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-12 16:22 Johannes Dickgreber [this message]
2007-09-12 16:35 ` MIPS N32 tar could not change time on unpacked file Ralf Baechle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46E8122C.4000505@gmx.de \
    --to=tanzy@gmx.de \
    --cc=kumba@gentoo.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.