Your message dated Sun, 04 Mar 2001 14:59:02 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#82403: fixed in hylafax 4.1beta2-2
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; 15 Jan 2001 12:35:40 +0000
>From [EMAIL PROTECTED] Mon Jan 15 06:35:40 2001
Return-path: <[EMAIL PROTECTED]>
Received: from klecker.debian.org [198.186.203.20] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14I8rL-0000Ct-00; Mon, 15 Jan 2001 06:35:39 -0600
Received: from jeswick.caldera.de [212.34.180.36] 
        by klecker.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14I8rK-0001LH-00; Mon, 15 Jan 2001 04:35:38 -0800
Received: (from [EMAIL PROTECTED])
        by jeswick.caldera.de (8.9.3/8.9.3) id NAA02056;
        Mon, 15 Jan 2001 13:08:48 +0100
Date: Mon, 15 Jan 2001 13:08:48 +0100
Message-Id: <[EMAIL PROTECTED]>
From: Roman Hodek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: hylafax_4.1beta2-1(unstable): non-executable script during building
Reply-to: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]

Package: hylafax
Version: 4.1beta2-1
Severity: Important

I just tried to recompile hylafax 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 important. (See Debian developer's reference.)

A complete build log can be found at
http://m68k.debian.org/buildd/logs/hylafax_4.1beta2-1_20010113-0747

---------------------------------------
Received: (at 82403-close) by bugs.debian.org; 4 Mar 2001 20:10:17 +0000
>From [EMAIL PROTECTED] Sun Mar 04 14:10:16 2001
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [::ffff:206.246.226.45] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14Zepc-0000iY-00; Sun, 04 Mar 2001 14:10:16 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 14Zeek-0007ln-00; Sun, 04 Mar 2001 14:59:02 -0500
From: Pavel Tcholakov <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Bug#82403: fixed in hylafax 4.1beta2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Sun, 04 Mar 2001 14:59:02 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
hylafax, which has been installed in the Debian FTP archive:

hylafax-client_4.1beta2-2_i386.deb
  to pool/main/h/hylafax/hylafax-client_4.1beta2-2_i386.deb
hylafax_4.1beta2-2.diff.gz
  to pool/main/h/hylafax/hylafax_4.1beta2-2.diff.gz
hylafax_4.1beta2-2.dsc
  to pool/main/h/hylafax/hylafax_4.1beta2-2.dsc
hylafax-doc_4.1beta2-2_all.deb
  to pool/main/h/hylafax/hylafax-doc_4.1beta2-2_all.deb
hylafax-server_4.1beta2-2_i386.deb
  to pool/main/h/hylafax/hylafax-server_4.1beta2-2_i386.deb
A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pavel Tcholakov <[EMAIL PROTECTED]> (supplier of updated hylafax package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  1 Mar 2001 21:26:43 +0200
Source: hylafax
Binary: hylafax-client hylafax-server hylafax-doc
Architecture: source i386 all
Version: 4.1beta2-2
Distribution: unstable
Urgency: low
Maintainer: Pavel Tcholakov <[EMAIL PROTECTED]>
Changed-By: Pavel Tcholakov <[EMAIL PROTECTED]>
Description: 
 hylafax-client - HylaFAX client software
 hylafax-doc - HylaFAX Documentation
 hylafax-server - HylaFAX server software
Closes: 25303 54654 63208 65210 67380 70873 78373 81957 81959 81960 82403
Changes: 
 hylafax (4.1beta2-2) unstable; urgency=low
 .
   * Took the package maintainership (closes: #81959, #81960, #81957)
   * Removed debian/yada in source package and added Build-dependency on
     yada (closes: #82403)
   * Changed hylafax-server to depend on hylafax-client (closes: #78373)
   * Moved man pages from hylafax-doc to hylafax-client and hylafax-server
     respectively. Package hylafax-doc carries only the HTML
     documentation now
   * Documentation is now registered with doc-base
   * Create separate account for faxmaster instead of just aliasing it to
     root (closes: #67380)
   * Hylafax-server no longer touches /etc/{inittab,aliases,syslog.conf}
     (closes: #54654)
   * Changed faxcron script to call find with "-type f" to avoid annoying
     messages (closes: #25303, #70873)
   * Added -dFIXEDMEDIA to the ps2fax.gs.sh script as suggested by Jose
     Carlos Benfati <[EMAIL PROTECTED]> (closes: #65210)
   * Added spaces after y/n questions in the hylafax-server postinst
     script (closes: #63208)
   * In hylafax-doc: moved html-patch to the Install section of packages
     to fix a problem with the MD5 sums of some of the documents
   * Added a lintian override to suppress some warnings about hylafax-
     server
Files: 
 9171a571c95e88f6d31e0e668130f169 717 comm extra hylafax_4.1beta2-2.dsc
 a9ac4c383121a05ee40ac92f3f55ae3b 61107 comm extra hylafax_4.1beta2-2.diff.gz
 f6218eb1b5301462368809d85ac7dbc4 1044566 comm extra 
hylafax-server_4.1beta2-2_i386.deb
 093203941e8d3b798f39adf270283fa9 458600 comm extra 
hylafax-client_4.1beta2-2_i386.deb
 a6b76bd878fa69ad64b4ce2119d3f7d8 329234 comm extra 
hylafax-doc_4.1beta2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6oBBfo3JG2KeH6VARAoCTAJ9V/edTE9tW5zKbiQAjHKsgtqvBRQCeM0FB
aWBXzUethNFn1/O8VswgXQI=
=oN9q
-----END PGP SIGNATURE-----

Reply via email to