make -j2 error in ecpg/pgtypeslib in current GIT

Поиск
Список
Период
Сортировка
От Boszormenyi Zoltan
Тема make -j2 error in ecpg/pgtypeslib in current GIT
Дата
Msg-id 4D414738.8050308@cybertec.at
обсуждение исходный текст
Ответы Re: make -j2 error in ecpg/pgtypeslib in current GIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

I get reproducible "make -j2" compile error in ecpg/pgtypeslib.
The problem is that after this below is executed:

rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c .

the compilation of pgstrcasecmp.c doesn't happen and this fails:

ar crs libpgtypes.a numeric.o datetime.o common.o dt_common.o timestamp.o interval.o
pgstrcasecmp.o
ar: pgstrcasecmp.o: No such file or directory

The above happens if I run "make -j2" from the toplevel directory
after ./configure. The second run passes.

With "make clean ; make -j2" in src/interfaces/ecpg the same error
occurs again.

If I run "make" without "-j2" then the compile failure doesn't happen.

The system is an uptodate Fedora 14.

Best regards,
Zoltán Böszörményi

-- 
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria
Web: http://www.postgresql-support.de    http://www.postgresql.at/



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

Предыдущее
От: Alexey Klyukin
Дата:
Сообщение: Re: arrays as pl/perl input arguments [PATCH]
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extensions support for pg_dump, patch v27