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

Bug#91755: marked as done (knews_1.0b.1-4(unstable): non-executable script during building)



Your message dated Sat, 31 Mar 2001 09:31:11 +0200
with message-id <20010331093111.B10675@jagor.srce.hr>
and subject line Closed in knews 1.0b.1-5
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; 26 Mar 2001 11:23:28 +0000
>From roman@jeswick.caldera.de Mon Mar 26 05:23:28 2001
Return-path: <roman@jeswick.caldera.de>
Received: from jeswick.caldera.de [212.34.180.36] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14hV5r-0001ge-00; Mon, 26 Mar 2001 05:23:27 -0600
Received: (from roman@localhost)
	by jeswick.caldera.de (8.11.1/8.11.1) id f2QBMu702295;
	Mon, 26 Mar 2001 13:22:56 +0200
Date: Mon, 26 Mar 2001 13:22:56 +0200
Message-Id: <[🔎] 200103261122.f2QBMu702295@jeswick.caldera.de>
From: Roman Hodek <roman@caldera.de>
To: submit@bugs.debian.org
Subject: knews_1.0b.1-4(unstable): non-executable script during building
Reply-to: roman.hodek@caldera.de
Delivered-To: submit@bugs.debian.org

Package: knews
Version: 1.0b.1-4
Severity: Serious

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

>  /usr/bin/sudo debian/rules clean DEB_BUILD_ARCH=m68k DEB_BUILD_GNU_CPU=m68k DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=m68k-linux DEB_HOST_ARCH=m68k DEB_HOST_GNU_CPU=m68k DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=m68k-linux
> debian/yada rebuild rules
> make: execvp: debian/yada: Permission denied
> make: *** [debian/rules] Error 127

Since debian/yada 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 debian/yada

or make it executable before calling it:

  chmod +x debian/yada
  ./debian/yada

Since this is a "cannot build from source" type bug, it is to be
considered serious. (See Debian developer's reference.)

A complete build log can be found at
http://m68k.debian.org/buildd/logs/knews_1.0b.1-4_20010322-0158

---------------------------------------
Received: (at 91755-done) by bugs.debian.org; 31 Mar 2001 07:31:13 +0000
>From mvela@jagor.srce.hr Sat Mar 31 01:31:13 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 14jFqq-0006lS-00; Sat, 31 Mar 2001 01:31:13 -0600
Received: (from mvela@localhost)
	by jagor.srce.hr (8.9.0/8.9.0) id JAA12238
	for 91755-done@bugs.debian.org; Sat, 31 Mar 2001 09:31:11 +0200 (MET DST)
Date: Sat, 31 Mar 2001 09:31:11 +0200
From: Matej Vela <vela@debian.org>
To: 91755-done@bugs.debian.org
Subject: Closed in knews 1.0b.1-5
Message-ID: <20010331093111.B10675@jagor.srce.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
Delivered-To: 91755-done@bugs.debian.org

(This report is being closed manually due to Bug#71600.)

Here is the relevant changelog entry:

  knews (1.0b.1-5) unstable; urgency=medium
  [...]
    * Use external yada.  Closes: #91755.
  [...]
   -- Matej Vela <vela@debian.org>  Tue, 27 Mar 2001 06:53:21 +0200


Thanks,

Matej



Reply to: