Your message dated Tue, 22 Mar 2005 20:17:07 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300394: fixed in pcx 1.1.17-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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Mar 2005 13:04:38 +0000
>From [EMAIL PROTECTED] Sat Mar 19 05:04:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DCdd7-0001ma-00; Sat, 19 Mar 2005 05:04:37 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DCdd6-0002Pb-IA; Sat, 19 Mar 2005 14:04:36 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: pcx: FTBFS: Missing Build-Depends on 'g77'
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 19 Mar 2005 14:04:36 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: pcx
Severity: serious
Tags: patch

When building 'pcx' in a clean chroot,
I get the following error:

cd .; ar r libPCx.a presolve.o PCx2.o readmps.o lpmps.o memory.o hash.o 
parameters.o split.o io.o timers.o PCx.o solve.o dcolumns.o wrappers.o basics.o 
scale.o lp.o
ar: creating libPCx.a
ranlib libPCx.a
f77 -O -c -o ./blkLVL.o blkLVL.f
make[2]: f77: Command not found
make[2]: *** [blkLVL.o] Error 127
make[2]: Leaving directory `/pcx-1.1.17/SRC'

Please add the missing Build-Depends on 'g77'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pcx-1.1.17/debian/control ./debian/control
--- ../tmp-orig/pcx-1.1.17/debian/control       2005-03-19 14:00:54.319492545 
+0100
+++ ./debian/control    2005-03-19 14:00:51.309064688 +0100
@@ -2,7 +2,7 @@
 Section: non-free/math
 Priority: optional
 Maintainer: James R. Van Zandt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=4.0), csh | c-shell
+Build-Depends: debhelper (>=4.0), csh | c-shell, g77
 Standards-Version: 3.6.1
 
 Package: pcx

---------------------------------------
Received: (at 300394-close) by bugs.debian.org; 23 Mar 2005 01:23:19 +0000
>From [EMAIL PROTECTED] Tue Mar 22 17:23:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DDuac-0001Po-00; Tue, 22 Mar 2005 17:23:18 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DDuUd-0000lk-00; Tue, 22 Mar 2005 20:17:07 -0500
From: [EMAIL PROTECTED] (James R. Van Zandt)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#300394: fixed in pcx 1.1.17-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 22 Mar 2005 20:17:07 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: pcx
Source-Version: 1.1.17-2

We believe that the bug you reported is fixed in the latest version of
pcx, which is due to be installed in the Debian FTP archive:

pcx_1.1.17-2.diff.gz
  to pool/non-free/p/pcx/pcx_1.1.17-2.diff.gz
pcx_1.1.17-2.dsc
  to pool/non-free/p/pcx/pcx_1.1.17-2.dsc
pcx_1.1.17-2_i386.deb
  to pool/non-free/p/pcx/pcx_1.1.17-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.
James R. Van Zandt <[EMAIL PROTECTED]> (supplier of updated pcx 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-----

Format: 1.7
Date: Tue, 22 Mar 2005 20:01:44 -0500
Source: pcx
Binary: pcx
Architecture: source i386
Version: 1.1.17-2
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt <[EMAIL PROTECTED]>
Changed-By: James R. Van Zandt <[EMAIL PROTECTED]>
Description: 
 pcx        - primal-dual interior-point code for linear programming
Closes: 300394
Changes: 
 pcx (1.1.17-2) unstable; urgency=low
 .
   * debian/control: depend on g77 (closes:Bug#300394)
Files: 
 de558ec1ae431dff7c0b51192e1d472e 675 non-free/math optional pcx_1.1.17-2.dsc
 9c4a426d10887dbf5efacbcb187c4bc8 13555 non-free/math optional 
pcx_1.1.17-2.diff.gz
 e6f974f5462b908b2a4d132c0e0768dd 210048 non-free/math optional 
pcx_1.1.17-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iQCVAwUBQkDAWDHnPxTimJZtAQG0SQQAoGvMkTYioI5A/aL2c4iSBZ4OrPQpXscm
VeDHfYlAGwd4dDMQf6UgrCB1g5KFZLBSR02YuY2F2p8iO+DXko9Qr9mwnQ/iu9rO
3gSA3dku3FFqW8yNCIhQMU66HBoInnFUkDdbs4EgwZHYSgaAFCW3CKB33Ob35enK
+wjH9X4PywE=
=vFYv
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to