Package: uptimed
Severity: normal
Tags: patch

When building 'uptimed' on amd64 with gcc-4.0 in a clean chroot,
I get the following error:

config.status: creating config.h
config.status: executing default-1 commands

--- Now type "gmake" to build Uptimed ---
--- If gmake is not working, try "make" ---

touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory `/uptimed-0.3.3'
cd . && /uptimed-0.3.3/missing aclocal-1.4
WARNING: `aclocal-1.4' is needed, and you do not seem to have it handy on your
         system.  You might have modified some files without having the
         proper tools for further handling them.  Check the `README' file,
         it often tells you about the needed prerequirements for installing
         this package.  You may also peek at any GNU archive site, in case
         some other package would contain this missing `aclocal-1.4' program.
make[1]: *** [aclocal.m4] Error 1
make[1]: Leaving directory `/uptimed-0.3.3'
make: *** [build-stamp] Error 2

With the attached patch 'uptimed' can be compiled in a clean chroot
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/uptimed-0.3.3/debian/control ./debian/control
--- ../tmp-orig/uptimed-0.3.3/debian/control    2005-03-21 22:17:36.760536120 
+0100
+++ ./debian/control    2005-03-21 22:17:33.428179177 +0100
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Daniel Gubser <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16)
+Build-Depends: debhelper (>= 4.1.16), automake1.4, libtool1.4
 Standards-Version: 3.6.1
 
 Package: uptimed


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

Reply via email to