hi, I get this debian compile error when I try and whip up the packages, anyone know what could be the cause: arnet:/tmp/zope-2.3.2# ls Extensions ZServer import lib var z2.py LICENSE.txt debian inituser pcgi w_pcgi.py zpasswd.py README.txt doc inst utilities wo_pcgi.py garnet:/tmp/zope-2.3.2# debian/rules binary dh_testdir make: dh_testdir: Command not found make: *** [build-stamp] Error 127 garnet:/tmp/zope-2.3.2# Thanks, j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
On Wed, May 09, 2001 at 09:20:20AM -0700, Jason C. Leach wrote:
garnet:/tmp/zope-2.3.2# debian/rules binary dh_testdir make: dh_testdir: Command not found make: *** [build-stamp] Error 127 garnet:/tmp/zope-2.3.2#
You don't have debhelper installed. Read /tmp/zope-2.3.2/debian/control, particularly the Build-Depends: line. You'll need those extra packages (possibly more, as packagers don't necessarily keep their Build-Depends in sync) installed to build the package. Trim the CC: line if you reply, as I'm sure the rest of the Zope list doesn't really need to know all this. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
participants (2)
-
Jason C. Leach -
Mike Renfro