Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100361 - >=mod_php-4.4.0 fails to compile with postgresql 8
Summary: >=mod_php-4.4.0 fails to compile with postgresql 8
Status: RESOLVED DUPLICATE of bug 96263
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 07:00 UTC by Priit Laes (IRC: plaes)
Modified: 2007-09-22 23:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2005-07-26 07:00:53 UTC
/bin/sh /var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/libtool --silent
--preserve-dup-deps --mode=compile gcc  -Iext/pgsql/
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/ -DPHP_ATOM_INC
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/include
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/main
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/mbstring/mbregex
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/mbstring/libmbfl
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/mbstring/libmbfl/mbfl
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/xml/expat
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/TSRM
-I/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/Zend    -march=pentium3 -O2
-pipe -fomit-frame-pointer -fforce-addr -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pthread 
-prefer-pic -c
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c -o
ext/pgsql/pgsql.lo
In file included from
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:38:
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/php_pgsql.h:46:28:
libpq/libpq-fs.h: No such file or directory
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c: In function
`zif_pg_lo_create':
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:1787: error:
`INV_READ' undeclared (first use in this function)
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:1787: error:
(Each undeclared identifier is reported only once
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:1787: error:
for each function it appears in.)
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:1787: error:
`INV_WRITE' undeclared (first use in this function)
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c: In function
`zif_pg_lo_open':
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:1935: error:
`INV_READ' undeclared (first use in this function)
/var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/ext/pgsql/pgsql.c:1937: error:
`INV_WRITE' undeclared (first use in this function)
make: *** [ext/pgsql/pgsql.lo] Error 1
make: *** Waiting for unfinished jobs....


Reproducible: Always
Steps to Reproduce:
emerge mod_php > 4.0.0 with postgresql support




mod_php-4.3.11 works fine, so this seems to be introduced in 4.0.0

This is a major bummer if the user wants to migrate to the new apache layout.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-26 07:11:29 UTC

*** This bug has been marked as a duplicate of 96263 ***