Thread
-
postgresql-7.1beta5 configure
Dmitry G. Mastrukov Дмитрий Геннадьевич Мастрюков <dmitry@taurussoft.org> — 2001-02-26T10:20:13Z
============================================================================ 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: --------------------------------------------------------------------- -
Re: postgresql-7.1beta5 configure
Peter Eisentraut <peter_e@gmx.net> — 2001-02-27T16:08:41Z
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/