make failure on cvs tip

Started by Joe Conwayover 23 years ago7 messageshackers
Jump to latest
#1Joe Conway
mail@joeconway.com

I just sync'd up and am getting:

make[4]: Leaving directory `/opt/src/pgsql/src/port'
make[3]: PERL@: Command not found
make[3]: *** [sql_help.h] Error 127
make[3]: Leaving directory `/opt/src/pgsql/src/bin/psql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/src/pgsql/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/src/pgsql/src'
make: *** [all] Error 2

Any ideas?

Joe

#2Bruce Momjian
bruce@momjian.us
In reply to: Joe Conway (#1)
Re: make failure on cvs tip

I am seeing the same failure ... looking at it...

---------------------------------------------------------------------------

Joe Conway wrote:

I just sync'd up and am getting:

make[4]: Leaving directory `/opt/src/pgsql/src/port'
make[3]: PERL@: Command not found
make[3]: *** [sql_help.h] Error 127
make[3]: Leaving directory `/opt/src/pgsql/src/bin/psql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/src/pgsql/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/src/pgsql/src'
make: *** [all] Error 2

Any ideas?

Joe

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joe Conway (#1)
Re: make failure on cvs tip

Joe Conway <mail@joeconway.com> writes:

I just sync'd up and am getting:
make[4]: Leaving directory `/opt/src/pgsql/src/port'
make[3]: PERL@: Command not found

Marc was overenthusiastic about removing perl support from configure.
I'll put it back.

regards, tom lane

#4Bruce Momjian
bruce@momjian.us
In reply to: Joe Conway (#1)
Re: make failure on cvs tip

OK, fixed. Marc removed the perl tests because he was removing
interfaces/perl5, but we still need it for pl/perl and psql's use of
perl for the help files.

Perhaps it can be paired down now by someone who understands the perl
builds but at this point I just put the configure.in part back, and ran
autoconf.

---------------------------------------------------------------------------

Joe Conway wrote:

I just sync'd up and am getting:

make[4]: Leaving directory `/opt/src/pgsql/src/port'
make[3]: PERL@: Command not found
make[3]: *** [sql_help.h] Error 127
make[3]: Leaving directory `/opt/src/pgsql/src/bin/psql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/src/pgsql/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/src/pgsql/src'
make: *** [all] Error 2

Any ideas?

Joe

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#5Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#4)
Re: make failure on cvs tip

Bruce Momjian wrote:

OK, fixed. Marc removed the perl tests because he was removing
interfaces/perl5, but we still need it for pl/perl and psql's use of
perl for the help files.

Perhaps it can be paired down now by someone who understands the perl
builds but at this point I just put the configure.in part back, and ran
autoconf.

That did it. Thanks!

Joe

#6Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#4)
Re: make failure on cvs tip

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Perhaps it can be paired down now by someone who understands the perl
builds but at this point I just put the configure.in part back, and ran
autoconf.

I think all that ought to be done is change the description of the
--with-perl option to mention only plperl, and not the interface...

regards, tom lane

#7Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#6)
Re: make failure on cvs tip

Done.

---------------------------------------------------------------------------

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Perhaps it can be paired down now by someone who understands the perl
builds but at this point I just put the configure.in part back, and ran
autoconf.

I think all that ought to be done is change the description of the
--with-perl option to mention only plperl, and not the interface...

regards, tom lane

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073