Thread: make failure on cvs tip
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
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, Pennsylvania19073
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
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, Pennsylvania19073
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
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
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, Pennsylvania19073