Re: BUG #15897: make failed postgres 11.4 at 32 bit build

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: BUG #15897: make failed postgres 11.4 at 32 bit build
Дата
Msg-id CA+TgmoYD+beJ8D65XS5g5szO8f0N=W70BN17Fs7zS+=BiKoJfQ@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #15897: make failed postgres 11.4 at 32 bit build  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On Fri, Jul 5, 2019 at 7:11 AM PG Bug reporting form
<noreply@postgresql.org> wrote:
> storage/lmgr/lwlock.o: In function `CreateLWLocks':
> lwlock.c:(.text+0x62e): undefined reference to `MainLWLockNames'
> collect2: error: ld returned 1 exit status

MainLWLockNames is defined in a generated .c file - see
generate-lwlocknames.pl. This error seems to indicate that this file
either wasn't compiled or didn't have the right contents.  I can't
guess why that happened based on the information provided, but if I
were you, I'd try again after making sure that you have a completely
clean source tree with no leftovers in it from previous build
attempts.  If using 'git', try 'git clean -dfx'.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #15895: pg_dump execution with OpenSSL encryption fromWindows Service application
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #15885: EnterpriseDB Installer upgrade process fails withicacls error