BUG #1693: tsearch2 won't compile

Поиск
Список
Период
Сортировка
От
Тема BUG #1693: tsearch2 won't compile
Дата
Msg-id 20050531205155.91F99F0B03@svr2.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1693
Logged by:
Email address:      magawake@gmail.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Jocelyn Turcotte"
Дата:
Сообщение: BUG #1692: Drop table in plpgsql
Следующее
От: "Kevin J. Grittner"
Дата:
Сообщение: BUG #1694: LIKE fails on column with domain after ANALYZE