Re: 7.1 RC1 RPM - Mailing list pgsql-hackers

From Lamar Owen
Subject Re: 7.1 RC1 RPM
Date
Msg-id 3AC0EB70.95AE44A0@wgcr.org
Whole thread Raw
In response to 7.1 RC1 RPM  ("Mike Cannon-Brookes" <mcannon@internet.com>)
List pgsql-hackers
Tom Lane wrote:
> It would appear you have a conflict about whether MULTIBYTE is defined
> or not --- the code thinks so, but the makefile does not, since
> multibyte.o is not seen in the link command.
> The identical technique is used in libpq's makefile, so I'm not sure
> why you do not see a link failure in libpq as well.

Hmmmm.  Hiroshi committed an update to GNUmakefile to 'enable multibyte
support' for ODBC.  But that was only 33 hours ago -- meaning it wasn't
updated in time for RC1. Lessee..... I'm rebuilding RC1 with Hiroshi's
GNUmakefile change as part of the RPMset patch -- and it succeeds.

But it succeeds on RH7 _without_ Hiroshi's patch.  Odd.  Lessee....
Examining my logs of the build on RH7 shows that the same error occurs
-- it just doesn't abort the build.  Argh.

This means that the binary up on the ftp site right now for ODBC is
broken. I'll fix it tonight or tomorrow -- and the source RPM won't
rebuild on RH 6.2.  I'll upload a -2 set tonight or tomorrow to fix
that, and a few other issues I found while dinking with it today.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: 7.1 RC1 RPM
Next
From: Tom Ivar Helbekkmo
Date:
Subject: Re: Call for platforms