[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:01160] Re: chown failure
中原です。
> きくたにです。
> dpkg-gencontrol: failure: chown new files list file: Illegal seek
> make: *** [binary-arch] Error 29
script の中や、emacs の中で dpkg-buildpackage を実行してませんか。
もしそうなら、dpkg-gencontrol の bug? です。たんなる shell の上で
実行したら大丈夫です。この bug を回避するパッチもあります。
-------------------------------------
From srivasta@xxxxxxxxxxxx Mon Feb 24 18:05:53 1997
Return-Path: <srivasta@xxxxxxxxxxxx>
Resent-Date: Sat, 22 Feb 1997 03:08:39 +0900 (JST)
Sender: srivasta@xxxxxxxxxxxx
Mime-Version: 1.0
From: srivasta@xxxxxxxxxxxx
To: debian-user@lists.debian.org, tandem@xxxxxxxxxxxxxxxxxxx
Subject: Re: kernel compile
In-Reply-To: <wv3euqtl9h.fsf@xxxxxxxxxxxxxxxxxxx>:Adrian Phillips's message of 13:07:34 ,21 February 1997
References: <Pine.LNX.3.95.970210002254.716A-100000@bitbucket>
<87d8u8pmjx.fsf@xxxxxxxxxxxxxxxxxxx>
<wv3euqtl9h.fsf@xxxxxxxxxxxxxxxxxxx>
X-Time: Fri Feb 21 12:12:47 1997
Content-Type: text/plain; charset=US-ASCII
Date: 21 Feb 1997 09:27:57 -0600
Lines: 37
Organization: Manoj Srivastava's Home
X-Mailer: Gnus v5.4.14/Emacs 19.34
Resent-From: debian-user@lists.debian.org
Resent-Reply-To: debian-user@lists.debian.org
X-Mailing-List: <debian-user@lists.debian.org> archive/latest/6401
X-Loop: debian-user@lists.debian.org
Precedence: list
Priority: non-urgent
Importance: low
Resent-Sender: debian-user-request@lists.debian.org
[I can't seem to resolve freeze.oslo.dnmi.mo, and anyway, this should
be of general interest]
Hi,
Actually, this maybe and old cleared bug resurfacing, the
following bug apparently was fixed around 1.4.0.5, but seems to be
present in 1.4.0.8 (at least, the patch quoted below does not seem to
be applied).
This is the same bug as #5659, which was closed, saying that
the patch provided by Topi Miettinen <Topi.Miettinen@xxxxxxxxxx>had
been installed.I have re-opened bug 5659 since apparently in version
1.4.0.8, somehow Topi's patch disappeared, and we are getting
failures with dpkg-gencontrol again.
The fix is to apply the patch (which I'm reproducing
below)t.
manoj
--- /usr/bin/dpkg-gencontrol.orig Wed Nov 27 17:21:56 1996
+++ /usr/bin/dpkg-gencontrol Wed Nov 27 17:51:16 1996
@@ -201,7 +201,7 @@
$fileslistfile="./$fileslistfile" if $fileslistfile =~ m/^\s/;
open(Y,"> $fileslistfile.new") || &syserr("open new files list file");
-chown(@fowner, "$fileslistfile.new")
+chown(0, 0, "$fileslistfile.new")
|| &syserr("chown new files list file");
if (open(X,"< $fileslistfile")) {
while (<X>) {
--
"Live or die, I'll make a million." Reebus Kneebus, before his jump
to the center of the earth, Firesign Theater
Manoj Srivastava <url:mailto:srivasta@xxxxxxx>
Mobile, Alabama USA <url:http://www.datasync.com/%7Esrivasta/>
--JAA15649.856538907/tiamat.datasync.com--
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@xxxxxxxxx