[BUGS] BUG #1693: tsearch2 won't compile -
06-01-2005
, 08:24 AM
The following bug has been logged online:
Bug reference: 1693
Logged by:
Email address: magawake (AT) gmail (DOT) com
PostgreSQL version: 8.0.3
Operating system: AIX 5200-03
Description: tsearch2 won't compile
Details:
Trying to compile tsearch2 on AIX 5.2 ML 3
Using:
gcc (GCC) 3.3.2
GNU Make 3.80
bash-2.05b$ pwd
/usr/src/postgresql-8.0.3/contrib/tsearch2
bash-2.05b$ gmake
gmake -C snowball SUBSYS.o
gmake[1]: Entering directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/snowball'
gmake[1]: `SUBSYS.o' is up to date.
gmake[1]: Leaving directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/snowball'
gmake -C ispell SUBSYS.o
gmake[1]: Entering directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/ispell'
gmake[1]: `SUBSYS.o' is up to date.
gmake[1]: Leaving directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/ispell'
gmake -C wordparser SUBSYS.o
gmake[1]: Entering directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/wordparser'
gmake[1]: `SUBSYS.o' is up to date.
gmake[1]: Leaving directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/wordparser'
.../../src/backend/port/aix/mkldexport.sh libtsearch2.a > libtsearch2.exp
The file access permissions do not allow the specified action.
/bin/sh: libtsearch2.exp: 0403-005 Cannot create the specified file.
gmake: *** [libtsearch2.so] Error 1
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly |