Re: Installing plpython3u

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Dario Beraldi <dario(dot)beraldi(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Installing plpython3u
Date: 2015-10-15 15:18:09
Message-ID: 561FC3B1.8050401@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/15/2015 07:49 AM, Dario Beraldi wrote:
>
>
> It might be worth cd'ing into the src/pl/plpython subdirectory and
> manually doing "make install" there to see what it prints.
>
>
> By the way, that's what I see in src/pl/plpython:

So it does not look like it actually ran the make, I see no *.o files.

What happens if you run make in?:

/data/sblab-home/berald01/applications/postgresql/postgresql-9.3.5/src/pl/plpython

>
> ls -l
> /data/sblab-home/berald01/applications/postgresql/postgresql-9.3.5/src/pl/plpython
> total 292
> drwxrwx--- 2 berald01 sblab 4096 Jul 21 2014 expected
> -rw-r----- 1 berald01 sblab 1002 Jul 21 2014 generate-spiexceptions.pl
> <http://generate-spiexceptions.pl>
> -rw-r----- 1 berald01 sblab 6154 Jul 21 2014 Makefile
> -rw-r----- 1 berald01 sblab 648 Jul 21 2014 nls.mk <http://nls.mk>
> -rw-r----- 1 berald01 sblab 10623 Jul 21 2014 plpy_cursorobject.c
> -rw-r----- 1 berald01 sblab 394 Jul 21 2014 plpy_cursorobject.h
> -rw-r----- 1 berald01 sblab 10841 Jul 21 2014 plpy_elog.c
> -rw-r----- 1 berald01 sblab 699 Jul 21 2014 plpy_elog.h
> -rw-r----- 1 berald01 sblab 22176 Jul 21 2014 plpy_exec.c
> -rw-r----- 1 berald01 sblab 294 Jul 21 2014 plpy_exec.h
> -rw-r----- 1 berald01 sblab 10407 Jul 21 2014 plpy_main.c
> -rw-r----- 1 berald01 sblab 789 Jul 21 2014 plpy_main.h
> -rw-r----- 1 berald01 sblab 2476 Jul 21 2014 plpy_planobject.c
> -rw-r----- 1 berald01 sblab 456 Jul 21 2014 plpy_planobject.h
> -rw-r----- 1 berald01 sblab 9942 Jul 21 2014 plpy_plpymodule.c
> -rw-r----- 1 berald01 sblab 365 Jul 21 2014 plpy_plpymodule.h
> -rw-r----- 1 berald01 sblab 13374 Jul 21 2014 plpy_procedure.c
> -rw-r----- 1 berald01 sblab 1596 Jul 21 2014 plpy_procedure.h
> -rw-r----- 1 berald01 sblab 6980 Jul 21 2014 plpy_resultobject.c
> -rw-r----- 1 berald01 sblab 573 Jul 21 2014 plpy_resultobject.h
> -rw-r----- 1 berald01 sblab 13793 Jul 21 2014 plpy_spi.c
> -rw-r----- 1 berald01 sblab 780 Jul 21 2014 plpy_spi.h
> -rw-r----- 1 berald01 sblab 5490 Jul 21 2014 plpy_subxactobject.c
> -rw-r----- 1 berald01 sblab 673 Jul 21 2014 plpy_subxactobject.h
> -rw-r----- 1 berald01 sblab 351 Jul 21 2014 plpython2u--1.0.sql
> -rw-r----- 1 berald01 sblab 196 Jul 21 2014 plpython2u.control
> -rw-r----- 1 berald01 sblab 402 Jul 21 2014
> plpython2u--unpackaged--1.0.sql
> -rw-r----- 1 berald01 sblab 351 Jul 21 2014 plpython3u--1.0.sql
> -rw-r----- 1 berald01 sblab 196 Jul 21 2014 plpython3u.control
> -rw-r----- 1 berald01 sblab 402 Jul 21 2014
> plpython3u--unpackaged--1.0.sql
> -rw-r----- 1 berald01 sblab 4071 Jul 21 2014 plpython.h
> -rw-r----- 1 berald01 sblab 347 Jul 21 2014 plpythonu--1.0.sql
> -rw-r----- 1 berald01 sblab 194 Jul 21 2014 plpythonu.control
> -rw-r----- 1 berald01 sblab 393 Jul 21 2014
> plpythonu--unpackaged--1.0.sql
> -rw-r----- 1 berald01 sblab 27349 Jul 21 2014 plpy_typeio.c
> -rw-r----- 1 berald01 sblab 2659 Jul 21 2014 plpy_typeio.h
> -rw-r----- 1 berald01 sblab 3548 Jul 21 2014 plpy_util.c
> -rw-r----- 1 berald01 sblab 511 Jul 21 2014 plpy_util.h
> drwxrwx--- 2 berald01 sblab 144 Jul 21 2014 po
> -rw-r----- 1 berald01 sblab 22857 Jul 21 2014 spiexceptions.h
> drwxrwx--- 2 berald01 sblab 4096 Jul 21 2014 sql
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2015-10-15 15:20:29 Re: postgres function
Previous Message Melvin Davidson 2015-10-15 15:17:43 Re: question