[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#33503: marked as done (xxgdb_1.12-9.2(frozen): dh_installxaw now executable)



Your message dated Sat, 31 Mar 2001 10:48:49 +0200
with message-id <20010331104849.O10675@jagor.srce.hr>
and subject line Fixed in xxgdb 1.12-9.3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Feb 1999 09:56:05 +0000
Received: (qmail 31170 invoked from network); 17 Feb 1999 09:55:59 -0000
Received: from faui20.informatik.uni-erlangen.de (131.188.32.20)
  by master.debian.org with SMTP; 17 Feb 1999 09:55:59 -0000
Received: from faui22c.informatik.uni-erlangen.de (faui22c.informatik.uni-erlangen.de [131.188.32.72])
	by faui20.informatik.uni-erlangen.de (8.8.8/8.1.6-FAU) with ESMTP id KAA09509; Wed, 17 Feb 1999 10:57:00 +0100 (MET)
Received: (from rnhodek@localhost)
	by faui22c.informatik.uni-erlangen.de (8.8.8/8.1.6-FAU) id KAA24179; Wed, 17 Feb 1999 10:55:48 +0100 (MET)
Date: Wed, 17 Feb 1999 10:55:48 +0100 (MET)
Message-Id: <199902170955.KAA24179@faui22c.informatik.uni-erlangen.de>
From: Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
To: submit@bugs.debian.org
Subject: xxgdb_1.12-9.2(frozen): dh_installxaw now executable
Reply-to: Roman.Hodek@informatik.uni-erlangen.de

Package: xxgdb
Version: 1.12-9.2

I just tried to recompile xxgdb for m68k, but it failed with:

[...]
> touch install-stamp
> dh_testdir
> dh_testroot
> dh_installdocs
> dh_installmenu
> DH_AUTOSCRIPTDIR=debian debian/dh_installxaw
> /bin/sh: debian/dh_installxaw: Permission denied
> make: *** [binary-arch] Error 126

This is a typical error... Since dh_installxaw is a new file
introduced by the Debian patch, its permissions are not preserved in
the Debian source format. (File modes cannot be represented in a
patch.) So the file is *not* executable after unpacking the source
with dpkg-source -x.

As a solution, either call the script with the interpreter directly
named, e.g.

  /bin/sh dh_installxaw

or make it executable before calling it:

  chmod +x dh_installxaw
  ./dh_installxaw

Roman
---------------------------------------
Received: (at 33503-done) by bugs.debian.org; 31 Mar 2001 08:48:52 +0000
>From mvela@jagor.srce.hr Sat Mar 31 02:48:52 2001
Return-path: <mvela@jagor.srce.hr>
Received: from jagor.srce.hr [161.53.2.130] (mvela)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14jH3z-0001X2-00; Sat, 31 Mar 2001 02:48:51 -0600
Received: (from mvela@localhost)
	by jagor.srce.hr (8.9.0/8.9.0) id KAA16665
	for 33503-done@bugs.debian.org; Sat, 31 Mar 2001 10:48:49 +0200 (MET DST)
Date: Sat, 31 Mar 2001 10:48:49 +0200
From: Matej Vela <vela@debian.org>
To: 33503-done@bugs.debian.org
Subject: Fixed in xxgdb 1.12-9.3
Message-ID: <20010331104849.O10675@jagor.srce.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
Delivered-To: 33503-done@bugs.debian.org

This bug was apparently fixed in the 1.12-9.3 NMU by Daniel Martin.
Since the package is now orphaned, I'm closing it.


Thanks,

Matej



Reply to: