Re: cvs tip: gmake breakage.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: cvs tip: gmake breakage.
Date: 2001-09-06 18:50:22
Message-ID: 200109061850.f86IoMh12275@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers


Yes, I think this is broken because a multi-byte commit failed to add
some files. I have contacted Tatsuo about this.

> With the following configure script:
>
> 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
>
> gmake breaks:
>
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> /usr/bin/ld -r -o SUBSYS.o logtape.o tuplesort.o tuplestore.o
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/sort'
> gmake -C time SUBSYS.o
> gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/utils/time'
> cc -O -K inline -g -I../../../../src/include -I/usr/local/include -c -o tqual.o tqual.c
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> /usr/bin/ld -r -o SUBSYS.o tqual.o
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/time'
> gmake -C mb SUBSYS.o
> gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
> gmake[4]: *** No rule to make target `encnames.o', needed by `SUBSYS.o'. Stop.
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
> gmake[3]: *** [mb-recursive] Error 2
> gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils'
> gmake[2]: *** [utils-recursive] Error 2
> gmake[2]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src'
> gmake: *** [all] Error 2
>
> I had re-cvs checkout my source tree into a clean directory....
>
> LER
>
>
>
> --
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
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

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-09-06 19:06:12 Re: I have a serious problem with hanging backends.
Previous Message Larry Rosenman 2001-09-06 18:34:21 cvs tip: gmake breakage.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-09-06 19:16:26 Re: Conditional NOTIFY is not implemented
Previous Message Larry Rosenman 2001-09-06 18:34:21 cvs tip: gmake breakage.