Re: [COMMITTERS] pgsql/src/backend/utils/mb encnames.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-committers(at)postgresql(dot)org, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql/src/backend/utils/mb encnames.c
Date: 2001-09-07 16:12:19
Message-ID: 200109071612.f87GCJU07682@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-committers pgsql-hackers


I am seeing no failure here with enable-multibyte and enable-locale.
Can you update cvs, do a make clean, and try again.

> * Marc G. Fournier <scrappy(at)hub(dot)org> [010907 10:06]:
> > CVSROOT: /home/projects/pgsql/cvsroot
> > Module name: pgsql
> > Changes by: scrappy(at)hub(dot)org 01/09/07 11:01:45
> >
> > Modified files:
> > src/backend/utils/mb: encnames.c
> >
> > Log message:
> > Remove variable length macros used in debugging, per Karel.
>
> Now we die differently:
>
> -e "s,@configure@,$configure,g" \
> -e 's,@version@,7.2devel,g' \
> pg_config.sh >pg_config
> chmod a+x pg_config
> gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/bin/pg_config'
> gmake[3]: Entering directory `/home/ler/pg-dev/pgsql/src/bin/pg_encoding'
> gmake -C ../../../src/interfaces/libpq all
> gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/interfaces/libpq'
> gmake[4]: Nothing to be done for `all'.
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/interfaces/libpq'
> cc -O -K inline -g -I../../../src/include -I/usr/local/include -c -o pg_encoding.o pg_encoding.c
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> cc -O -K inline -g pg_encoding.o -L../../../src/interfaces/libpq -lpq -L/usr/local/lib -Wl,-R/usr/local/pgsql/lib -lz -lresolv -lgen -lld -lnsl -lsocket -ldl -lm -lreadline -ltermcap -o pg_encoding
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> Undefined first referenced
> symbol in file
> pg_valid_server_encoding pg_encoding.o
> UX:ld: ERROR: Symbol referencing errors. No output written to pg_encoding
> gmake[3]: *** [pg_encoding] Error 1
> gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/bin/pg_encoding'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/home/ler/pg-dev/pgsql/src/bin'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src'
> gmake: *** [all] Error 2
>
> configure input:
>
> CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
> --with-CXX --with-perl --enable-multibyte --enable-cassert \
> --with-includes=/usr/local/include --with-libs=/usr/local/lib \
> --enable-debug \
> --with-tcl --with-tclconfig=/usr/local/lib \
> --with-tkconfig=/usr/local/lib --enable-locale --with-python
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Larry Rosenman 2001-09-07 16:35:12 Re: [COMMITTERS] pgsql/src/backend/utils/mb encnames.c
Previous Message Larry Rosenman 2001-09-07 15:18:45 Re: [COMMITTERS] pgsql/src/backend/utils/mb encnames.c

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-07 16:12:49 pgsql/src backend/libpq/pqsignal.c backend/pos ...
Previous Message Larry Rosenman 2001-09-07 15:18:45 Re: [COMMITTERS] pgsql/src/backend/utils/mb encnames.c

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 16:16:10 Re: PL/pgSQL bug?
Previous Message Bruce Momjian 2001-09-07 16:10:30 CVS ODBC does not compile