Bug #833: prep_buildtree and solaris ln

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #833: prep_buildtree and solaris ln
Дата
Msg-id 20021203012531.532DC476139@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #833: prep_buildtree and solaris ln  (Bruce Momjian <pgman@candle.pha.pa.us>)
List of bugs  (ILIR GASHI <shmeki_ig@yahoo.com>)
Список pgsql-bugs
Nathan Mueller (nate@cs.wisc.edu) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
prep_buildtree and solaris ln

Long Description
The linking command in config/prep_buildtree doesn't work with /usr/ucb/ln on solaris.  If line 36 is changed from:

ln -fs "$item" "$buildtree/$filename" || exit 1

to

ln -f -s "$item" "$buildtree/$filename" || exit 1

It'll work fine.

Sample Code


No file was uploaded with this report

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

Предыдущее
От: elein
Дата:
Сообщение: Re: Fwd: [GENERAL] returning CHAR from C function
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug #833: prep_buildtree and solaris ln