Re: Build errors on Fedora, latest snapshot

From: Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers(at)PostgreSQL(dot)org
Subject: Re: Build errors on Fedora, latest snapshot
Date: 2003-11-23 20:10:18
Message-ID: 0EE11B08-1DF1-11D8-BA65-000A9566CE14@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sunday, Nov 23, 2003, at 11:32 US/Eastern, Devrim GUNDUZ wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Hi,
>
> I was trying to rebuild pgadmin3 package for FC1 using the srpm on
> snake,
> and I got the following error:
>
> ============================
> + make all
> make all-recursive
> make[1]: Entering directory `/usr/src/redhat/BUILD/pgadmin3-1.1.0'
> Making all in src
> make[2]: Entering directory `/usr/src/redhat/BUILD/pgadmin3-1.1.0/src'
> cd .. && \
> /bin/sh /usr/src/redhat/BUILD/pgadmin3-1.1.0/config/missing --run
> automake-1.7 --foreign src/Makefile
> configure.ac:9: version mismatch. This is Automake 1.7.8,
> configure.ac:9: but the definition used by this AM_INIT_AUTOMAKE
> configure.ac:9: comes from Automake 1.7.5. You should recreate
> configure.ac:9: aclocal.m4 with aclocal and run automake again.

Did you make any modifications to the source files before rebuilding?
This happens when the configure script detects a change in the
automake/autoconf files (or the source files I suppose) files, and
tries to re-build them. Since configure is not distributed with the
SRPM, this is the error you get.

ahp

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-11-23 21:48:03 Re: Build errors on Fedora, latest snapshot
Previous Message Devrim GUNDUZ 2003-11-23 16:32:06 Build errors on Fedora, latest snapshot