| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | mordicus <mordicus(at)free(dot)fr> |
| Cc: | pgsql-bugs(at)postgreSQL(dot)org, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Subject: | Re: [GENERAL] Problems building pg 8.1.1 |
| Date: | 2006-01-06 17:53:05 |
| Message-ID: | 24870.1136569985@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-general |
mordicus <mordicus(at)free(dot)fr> writes:
> Le Vendredi 6 Janvier 2006 16:31, Tom Lane a crit :
>>> ./configure --enable-thread-safety
>>> conftest.c:140:44: error: ./src/tools/thread/thread_test.c: No such file
>>> or directory
>>
>> Hmm, it works fine for me. Is that file actually present in your source
>> tree?
> No and that's my fault, I have dowloaded postgresql-base-8.1.1.tar.bz2 in
> place of postgresql-8.1.1.tar.bz2 and then, tar xjvf <TAB> without really
> looking the file or directory name...
I see. This is actually a packaging bug then: thread_test.c ought to be
part of the -base split, not the -opt split, because -opt is
specifically stated not to be required to build the base package.
Probably the easiest way to handle that is to move src/tools/thread/
someplace else in the directory tree, because the rest of src/tools/
doesn't seem to belong in -base.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Kretschmer | 2006-01-06 18:38:52 | Re: Reordering columns in a table |
| Previous Message | Tom Lane | 2006-01-06 17:43:06 | Re: BUG #2150: PL/Python function delcared STABLE gets run repeatedly |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2006-01-06 17:58:39 | Re: Relational Inheritance Thoughts |
| Previous Message | Vishal Dixit | 2006-01-06 17:50:03 | pg_dump throws no buffer space available error |