Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10158] Exim fails BUILD

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10158] Exim fails BUILD
  • Date: 14 Jul 2006 17:01:53 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10158


eric AT sandall.us changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
Target Milestone|0.3 |0.4
Version|stable-rc grimoire |stable grimoire
Flag| |integrate, to, stable,
| |grimoire?, integrate, to,
| |stable-rc, grimoire?, fixed,
| |in, lesser, branch+




------- Additional Comments From eric AT sandall.us 2006-07-14 12:01 -------
The real problem is that postgresql is built no matter what you answer to the
query. I bet Paul's log had this in it:
gcc pgsql.c
pgsql.c:32:52: error: libpq-fe.h: No such file or directory
pgsql.c:39: error: syntax error before 'PGconn'
pgsql.c:39: warning: no semicolon at end of struct or union
pgsql.c:40: warning: data definition has no type or storage class
pgsql.c:42: error: syntax error before '*' token
pgsql.c:42: warning: data definition has no type or storage class
pgsql.c: In function 'pgsql_tidy':
pgsql.c:69: error: 'cn' undeclared (first use in this function)
pgsql.c:69: error: (Each undeclared identifier is reported only once
pgsql.c:69: error: for each function it appears in.)
pgsql.c: In function 'perform_pgsql_search':
pgsql.c:119: error: 'PGconn' undeclared (first use in this function)
pgsql.c:119: error: 'pg_conn' undeclared (first use in this function)
pgsql.c:120: error: 'PGresult' undeclared (first use in this function)
pgsql.c:120: error: 'pg_result' undeclared (first use in this function)
pgsql.c:128: error: 'cn' undeclared (first use in this function)
pgsql.c:240: error: 'CONNECTION_BAD' undeclared (first use in this function)
pgsql.c:272: error: 'PGRES_EMPTY_QUERY' undeclared (first use in this
function)
pgsql.c:273: error: 'PGRES_COMMAND_OK' undeclared (first use in this function)
pgsql.c:284: error: 'PGRES_TUPLES_OK' undeclared (first use in this function)
make[2]: *** [pgsql.o] Error 1
make[2]: Leaving directory `/usr/src/exim-4.62/build-Linux-i386/lookups'

I've fixed this (as well as added a missing dependency on postgresql when
wanted...) in commit a16ca3bf201786ed5ac120c31e5f14a0445559ee. This and commit
a7df4d07a92ddc60db69eb6cd592a47c17b7f76c (fixing some broken symlinking in
INSTALL) should be integrated to stable-rc and stable (my stable box just hit
this bug).

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page