BUG #1693: tsearch2 won't compile

From: "" <magawake(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1693: tsearch2 won't compile
Date: 2005-05-31 20:51:55
Message-ID: 20050531205155.91F99F0B03@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin J. Grittner 2005-05-31 21:47:21 BUG #1694: LIKE fails on column with domain after ANALYZE
Previous Message Jocelyn Turcotte 2005-05-31 18:58:50 BUG #1692: Drop table in plpgsql