postgresql-7.1beta5 configure

Started by Dmitry G. Mastrukovabout 25 years ago2 messagesbugs
Jump to latest
#1Dmitry G. Mastrukov
dmitry@taurussoft.org

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Dmitry G. Mastrukov
Your email address : dmitry@taurussoft.org

System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel Pentium

Operating System (example: Linux 2.0.26 ELF) : Linux 2.4.2
ELF

PostgreSQL version (example: PostgreSQL-6.3.2) :
PostgreSQL-7.1beta5

Compiler used (example: gcc 2.7.2) : gcc 2.95.2

Please enter a FULL description of your problem:
------------------------------------------------
Configure crashes on build from separate build directory with
mkdir: Cannot make directory 'src/backend/port': No such file or
directory

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
Create directory postgresql-build in the same directory as postgres
cd postgresql-build
../postgresql/configure

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Dmitry G. Mastrukov (#1)
Re: postgresql-7.1beta5 configure

Dmitry G . Mastrukov writes:

Configure crashes on build from separate build directory with
mkdir: Cannot make directory 'src/backend/port': No such file or
directory

Do you get *any* directories created under the build tree? Can you go
into config/prep_buildtree and change /bin/sh to /bin/sh -x and
reconfigure. That should print a shell trace of what the directory
creation thing does.

--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/