Re: CVS build problem - make world target

From: Vladimir Kokovic <kokovic(dot)vladimir(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: CVS build problem - make world target
Date: 2010-05-02 02:39:53
Message-ID: k2xe11282fd1005011939y784377c4xaaf7e8d5c28987a7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

Tom, as always, you did the right thing !

make-out1.log
----------------------
...
PostgreSQL, contrib, and documentation successfully made. Ready to install.

make-install-out1.log
---------------------------------
...
PostgreSQL, contrib, and documentation installation complete.

On Sat, May 1, 2010 at 11:34 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> I wrote:
> > Vladimir Kokovic <kokovic(dot)vladimir(at)gmail(dot)com> writes:
> >> make[3]: Circular postgres.xml <- postgres.sgml dependency dropped.
>
> > [ followed by havoc as make passes the wrong $< file to osx ]
>
> > I can reproduce this when doing "make all" in doc/src/sgml in a
> > VPATH build, but not when doing it in the regular source tree.
> > I'm not sure if this is a make bug or something weird in our
> > make rules. Any ideas?
>
> I'm currently of the opinion that this is a gmake bug. (For the record,
> I'm seeing it with make 3.81 in Fedora 11.) I found a pretty simple
> workaround, though, which I have now committed.
>
> regards, tom lane
>

Best regards,
Vladimir Kokovic, DP senior, Belgrade, Serbia

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Russell Smith 2010-05-02 04:35:34 Re: PostgreSQL 8.4 - dumping database connection privileges
Previous Message Tom Lane 2010-05-01 21:34:10 Re: CVS build problem - make world target