Re: 723 failed to compile [FreeBSD-4.7-STABLE]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 723 failed to compile [FreeBSD-4.7-STABLE]
Дата
Msg-id 25360.1035219928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 723 failed to compile [FreeBSD-4.7-STABLE]  (Fernan Aguero <fernan@iib.unsam.edu.ar>)
Ответы Re: 723 failed to compile [FreeBSD-4.7-STABLE]  (Fernan Aguero <fernan@iib.unsam.edu.ar>)
Список pgsql-ports
Fernan Aguero <fernan@iib.unsam.edu.ar> writes:
> cc -O -pipe  -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../.=
> ./src/include -I/usr/local/include  -c -o tuptoaster.o tuptoaster.c=0D
> tuptoaster.c: In function `toast_delete_datum':=0D
> tuptoaster.c:914: `F_OIDEQ' undeclared (first use in this function)=0D
> tuptoaster.c:914: (Each undeclared identifier is reported only once=0D
> tuptoaster.c:914: for each function it appears in.)=0D
> tuptoaster.c: In function `toast_fetch_datum':=0D
> tuptoaster.c:997: `F_OIDEQ' undeclared (first use in this function)=0D
> gmake[5]: *** [tuptoaster.o] Error 1=0D

This symptom usually means that the src/backend/utils/Gen_fmgrtab.sh script
failed to build a valid fmgroids.h file.  This part of your trace looks
pretty suspicious:

/usr/local/bin/gmake -C utils fmgroids.h
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.2.3/src/backend/utils'
CPP='cc -E' AWK='nawk' /bin/sh Gen_fmgrtab.sh ../../../src/include/catalog/pg_proc.h
cc -E: not found
gmake[4]: Leaving directory

I think there's something wrong with your /bin/sh --- it looks to be
trying to interpret the -E switch as part of the cc filename.  Anyone
seen anything like that before?  Setting CPP to 'gcc -E' or 'cc -E' is
the usual value, so it's not like this is untested ...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Problem compiling on HP/Compaq Tru64 UNIX
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 723 failed to compile [FreeBSD-4.7-STABLE]