tags 344763 patch fixed-upstream
Thanks 

On Monday 26 December 2005 01:47, you wrote:
> On Mon, Dec 26, 2005 at 12:19:15AM +0200, Torok Edwin wrote:
> > Not reproducible with the latest packages from debian unstable, and
> > latest SVN version, architecture amd64. Could you tell us what are the
> > versions of your packages you have installed? Could you specify what
> > distribution you tried to build it in (stable(sarge), testing(etch),
> > unstable(sid)).
>
> The source package is from experimental, all the build
> dependencies from unstable.
>
> > I would be intereseted in the output of the following command:
> >
> > dpkg -l debhelper iptables-dev libpam0g-dev libssl-dev libqt3-mt-dev
> > automake1.7 automake1.8 automake1.9 autoconf libtool pkg-config g++ m4
> > kdelibs4-dev libxml2-dev
>
> I have the same versions, with one difference, I have
> automake1.7, you have automake1.9.
>
> Your Build dependency says:
> automake1.7|automake1.8|automake1.9, so it picks
> automake1.7 in case nothing is installed yet.
>
> It seems that automake1.7 somehow seems to break it.
>

I tried automake 1.7, 1.8, 1.9; and you are right automake1.7 breaks the 
build. Automake 1.8, and 1.9 works ok. Please install automake1.8:

apt-get install automake1.8

Then check that 'automake --version' says it is 1.8, otherwise do 
'update-alternatives --config automake' and select 1.8.

I included a patch to the debian/control file, that removes automake1.7 from 
the build-dependencies.  The patch was applied upstream and it will be 
included in the next release.


>
> Kurt
--- control     (revision 420)
+++ control     (revision 421)
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Martin Maurer <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), iptables-dev, libpam0g-dev, libssl-dev, libqt3-mt-dev, automake1.7|automake1.8|automake1.9, autoconf, libtool, pkg-config, g++, m4, kdelibs4-dev, libxml2-dev
+Build-Depends: debhelper (>> 3.0.0), iptables-dev, libpam0g-dev, libssl-dev, libqt3-mt-dev, automake1.8|automake1.9, autoconf, libtool, pkg-config, g++, m4, kdelibs4-dev, libxml2-dev
 Standards-Version: 3.6.1

 Package: fireflier-server

Reply via email to