Re: 7.1 RC1 RPM

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Mike Cannon-Brookes <mcannon(at)internet(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.1 RC1 RPM
Date: 2001-03-27 18:35:16
Message-ID: 3AC0DD64.DF7D4B1D@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lamar Owen wrote:
>
> Mike Cannon-Brookes wrote:
> >
> > Any change of getting a 7.1 RC1 RPM? I'm using the beta4 RPMs at the moment
> > but don't seem to be any more recent ones.
>
> I'm building a quickie RC1-1 RPM right now. There are some other things
> I need to do on the RPMset before final release -- and I plan on working
> a while this Saturday on that -- but my week is so loaded that I'm going
> to put out a rebuild of 7.1beta6->7.1RC1 as is -- once I get it to
> build.....
>
> Stay tuned...

Ok, 7.1RC1 RPM uploaded to ftp://ftp.postgresql.org/pub/dev/test-rpms as
before.

BIG NOTE: These are built on Red Hat _7.0_ NOT 6.2 as previous ones
have been. The ODBC client build on 6.2 has been broken -- it built at
beta4, but now gives this error set at beta6/RC1:

ar crs libpsqlodbc.a info.o bind.o columninfo.o connection.o convert.o
drvconn.o environ.o execute.o lobj.o misc.o options.o pgtypes.o
psqlodbc.o qresult.o results.o socket.o parse.o statement.o gpps.o
tuple.o tuplelist.o dlg_specific.o
ranlib libpsqlodbc.a
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -m486
-fno-strength-reduce -fpic -shared -Wl,-soname,libpsqlodbc.so.0
-Wl,-Bsymbolic info.o bind.o columninfo.o connection.o convert.o
drvconn.o environ.o execute.o lobj.o misc.o options.o pgtypes.o
psqlodbc.o qresult.o results.o socket.o parse.o statement.o gpps.o
tuple.o tuplelist.o dlg_specific.o -lm -Wl,-rpath,/usr/lib -o
libpsqlodbc.so.0.26
connection.o: In function `CC_connect':
connection.o(.text+0x914): undefined reference to
`check_client_encoding'
connection.o(.text+0x91a): undefined reference to
`check_client_encoding'
convert.o: In function `copy_statement_with_parameters':
convert.o(.text+0x110f): undefined reference to `multibyte_init'
convert.o(.text+0x1191): undefined reference to `multibyte_char_check'
convert.o(.text+0x11c3): undefined reference to `multibyte_strchr'
convert.o: In function `convert_special_chars':
convert.o(.text+0x2949): undefined reference to `multibyte_init'
convert.o(.text+0x29c4): undefined reference to `multibyte_char_check'
parse.o: In function `getNextToken':
parse.o(.text+0x151): undefined reference to `multibyte_char_check'
dlg_specific.o: In function `getDSNinfo':
dlg_specific.o(.text+0xd8c): undefined reference to
`check_client_encoding'
dlg_specific.o(.text+0xd98): undefined reference to
`check_client_encoding'
collect2: ld returned 1 exit status
make[3]: *** [libpsqlodbc.so.0.26] Error 1
make[3]: Leaving directory
`/root/rpm-building/redhat/BUILD/postgresql-7.1RC1/src/interfaces/odbc'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/root/rpm-building/redhat/BUILD/postgresql-7.1RC1/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/root/rpm-building/redhat/BUILD/postgresql-7.1RC1/src'
make: *** [all] Error 2

There are no other errors in the ODBC build that I could find. Again --
this builds on Red Hat 7, but not RH 6.2.

Now, according to the cvsweb on postgresql.org, Bruce has just as of 14
hours ago done an update in this dir. What updates were done between
beta4 and beta6? (Is that not when the flap about patches occurred?).
Well, Red Hat 7 will build it -- and Red Hat 6.2 will now NOT build it
-- but it did build beta4 successfully.

Well, in any case, preliminary 7.1RC1 RPMS are up. There are some odd
issues with the packaging that I am working on. Be sure to read
README.rpm-dist -- attached to this message for your convenience.

THIS IS A PRERELEASE RPM. Please use for testing ONLY.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pete Forman 2001-03-27 18:36:46 RC1 core dumps in initdb on Solaris 2.6
Previous Message Marek Pętlicki 2001-03-27 18:20:20 Re: pgmonitor 0.30 released