Re: pgsql: Don't build the win32 support files in the all target, only in

Lists: pgsql-committerspgsql-hackers
From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't build the win32 support files in the all target, only in
Date: 2008-02-26 14:26:16
Message-ID: 20080226142616.B599C754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Don't build the win32 support files in the all target, only in distprep and
when they are actually needed as prerequisites.

Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.112 -> r1.113)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.112&r2=1.113)
pgsql/src/interfaces/libpq:
Makefile (r1.162 -> r1.163)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.162&r2=1.163)


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <petere(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Don't build the win32 support files in the all target, only in
Date: 2008-02-26 16:19:54
Message-ID: 47C43C2A.1080906@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

This appears to have broken Win32 Mingw builds - see
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dawn_bat&dt=2008-02-26%2007:00:01

cheers

andrew

Peter Eisentraut wrote:
> Log Message:
> -----------
> Don't build the win32 support files in the all target, only in distprep and
> when they are actually needed as prerequisites.
>
> Modified Files:
> --------------
> pgsql/src:
> Makefile.shlib (r1.112 -> r1.113)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.112&r2=1.113)
> pgsql/src/interfaces/libpq:
> Makefile (r1.162 -> r1.163)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.162&r2=1.163)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Don't build the win32 support files in the all target, only in
Date: 2008-02-26 17:43:42
Message-ID: 200802261843.42771.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Am Dienstag, 26. Februar 2008 schrieb Andrew Dunstan:
> This appears to have broken Win32 Mingw builds - see
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dawn_bat&dt=2008-02-26%20
>07:00:01

There have been a few changes after that. Let's see what is says in a few
hours.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Peter Eisentraut" <petere(at)postgresql(dot)org>
Cc: <pgsql-committers(at)postgresql(dot)org>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: Don't build the win32 support files in the all target, only in
Date: 2008-02-27 07:13:56
Message-ID: 037001c87910$50dc6d80$0301a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Oops, and need this patch..
please check it.

make[2]: Entering directory `/home/hiroshi/pgsql/src/timezone'
make[2]: *** No rule to make target `|', needed by `objfiles.txt'. Stop.
make[2]: Leaving directory `/home/hiroshi/pgsql/src/timezone'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/hiroshi/pgsql/src'
make: *** [all] Error 2

I checked MinGW and FreeBSD.

Regards,
Hiroshi Saito

----- Original Message -----
From: "Peter Eisentraut" <petere(at)postgresql(dot)org>

> Log Message:
> -----------
> Don't build the win32 support files in the all target, only in distprep and
> when they are actually needed as prerequisites.

Attachment Content-Type Size
win32_common_patch application/octet-stream 665 bytes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: Peter Eisentraut <petere(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: Don't build the win32 support files in the all target, only in
Date: 2008-03-03 19:39:26
Message-ID: 200803031939.m23JdQZ29137@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers


FYI, this has been fixed, but in a different way that you suggested.

---------------------------------------------------------------------------

Hiroshi Saito wrote:
> Oops, and need this patch..
> please check it.
>
> make[2]: Entering directory `/home/hiroshi/pgsql/src/timezone'
> make[2]: *** No rule to make target `|', needed by `objfiles.txt'. Stop.
> make[2]: Leaving directory `/home/hiroshi/pgsql/src/timezone'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/hiroshi/pgsql/src'
> make: *** [all] Error 2
>
> I checked MinGW and FreeBSD.
>
> Regards,
> Hiroshi Saito
>
> ----- Original Message -----
> From: "Peter Eisentraut" <petere(at)postgresql(dot)org>
>
>
> > Log Message:
> > -----------
> > Don't build the win32 support files in the all target, only in distprep and
> > when they are actually needed as prerequisites.
[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "Peter Eisentraut" <petere(at)postgresql(dot)org>, <pgsql-committers(at)postgresql(dot)org>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: Don't build the win32 support files in the all target, only in
Date: 2008-03-04 00:04:59
Message-ID: 00de01c87d8b$6305cdb0$0301a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Hi.

----- Original Message -----
From: "Bruce Momjian" <bruce(at)momjian(dot)us>

>
> FYI, this has been fixed, but in a different way that you suggested.

Yeah, it is very good condition CVS-HEAD now:-)
Thanks!!

Regards,
Hiroshi Saito