Package: libphysfs
Version: 1.0.0-3
Severity: normal
Tags: patch

When building 'libphysfs' in a clean 'unstable' chroot on amd64/gcc-4.0,
I get the following error:

config.status: creating test/Makefile
config.status: creating extras/Makefile
config.status: creating physfs.spec
config.status: creating config.h
config.status: executing depfiles commands
dh_testdir
/usr/bin/make
make[1]: Entering directory `/libphysfs-1.0.0'
cd . && \
  /bin/sh /libphysfs-1.0.0/missing --run automake-1.7 --foreign  Makefile
/libphysfs-1.0.0/missing: line 46: automake-1.7: command not found
WARNING: `automake-1.7' 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 `automake-1.7' program.
make[1]: *** [Makefile.in] Error 1
make[1]: Leaving directory `/libphysfs-1.0.0'
make: *** [build-stamp] Error 2


With the attached patch, the package can built on amd64/gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libphysfs-1.0.0/debian/control ./debian/control
--- ../tmp-orig/libphysfs-1.0.0/debian/control  2005-04-13 07:14:42.368161859 
+0200
+++ ./debian/control    2005-04-13 07:14:39.740669764 +0200
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Bartosz Fenski <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), doxygen, autotools-dev
+Build-Depends: debhelper, doxygen, autotools-dev, automake1.7
 Standards-Version: 3.6.1
 
 Package: libphysfs-dev


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

Reply via email to