Обсуждение: BUG #2721: configuration issue

Поиск
Список
Период
Сортировка

BUG #2721: configuration issue

От
"Githogori Nyangara-Murage"
Дата:
The following bug has been logged online:

Bug reference:      2721
Logged by:          Githogori Nyangara-Murage
Email address:      githogori@yahoo.com
PostgreSQL version: 8.2beta1
Operating system:   Linux
Description:        configuration issue
Details:

Why are the following options ignored in the 8.2beta1 during configuration?

checking for sgmlspl... no
checking thread safety of required library
functions... yes
*** Option ignored: --enable-multibyte
*** Option ignored: --enable-syslog
*** Option ignored: --with-java
*** Option ignored: --with-krb-srvname
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global

Re: BUG #2721: configuration issue

От
Bruce Momjian
Дата:
Githogori Nyangara-Murage wrote:
>
> The following bug has been logged online:
>
> Bug reference:      2721
> Logged by:          Githogori Nyangara-Murage
> Email address:      githogori@yahoo.com
> PostgreSQL version: 8.2beta1
> Operating system:   Linux
> Description:        configuration issue
> Details:
>
> Why are the following options ignored in the 8.2beta1 during configuration?
>
> checking for sgmlspl... no
> checking thread safety of required library
> functions... yes
> *** Option ignored: --enable-multibyte
> *** Option ignored: --enable-syslog
> *** Option ignored: --with-java
> *** Option ignored: --with-krb-srvname
> configure: creating ./config.status
> config.status: creating GNUmakefile
> config.status: creating src/Makefile.global

Because they aren't valid anymore.  We are only in 8.2 emitting the fact
they are ignored.  They have been useless for a few releases now.

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

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

Re: BUG #2721: configuration issue

От
Stefan Kaltenbrunner
Дата:
Githogori Nyangara-Murage wrote:
> The following bug has been logged online:
>
> Bug reference:      2721
> Logged by:          Githogori Nyangara-Murage
> Email address:      githogori@yahoo.com
> PostgreSQL version: 8.2beta1
> Operating system:   Linux
> Description:        configuration issue
> Details:
>
> Why are the following options ignored in the 8.2beta1 during configuration?
>
> checking for sgmlspl... no
> checking thread safety of required library
> functions... yes
> *** Option ignored: --enable-multibyte
> *** Option ignored: --enable-syslog
> *** Option ignored: --with-java

those options are not valid any more (java is an external package for a
while now and the others are not necessary any more)

> *** Option ignored: --with-krb-srvname

that one requires at least a parameter - you might want to take a look
at ./configure --help to get a list of valid options ...


Stefan

Re: BUG #2721: configuration issue

От
Tom Lane
Дата:
"Githogori Nyangara-Murage" <githogori@yahoo.com> writes:
> Why are the following options ignored in the 8.2beta1 during configuration?
> *** Option ignored: --enable-multibyte
> *** Option ignored: --enable-syslog
> *** Option ignored: --with-java
> *** Option ignored: --with-krb-srvname

Because they're obsolete.

            regards, tom lane