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


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

Reply via email to