OK looking closer the perl module is in pari’s sources in `src/desc`. 
It looks like pari relies on “.” being part of `@INC` but it is false in your
case.

> On 2/10/2016, at 07:47, Francois Bissey <[email protected]> 
> wrote:
> 
> Looks like we need a specific perl module installed or present:
> gcc  -c -I. -I../src/headers -fPIC -O3 -Wall -fno-strict-aliasing 
> -fomit-frame-pointer  -g   -o emacs.o ../src/gp/emacs.c
> f=funclist-$$-linux-x86_64.tmp; (cd ../src/desc && /usr/bin/perl merge_822 
> ../../src/funclist > $f) && mv ../src/desc/$f ../src/desc/pari.desc
> Can't locate PARI/822.pm in @INC (you may need to install the PARI::822 
> module) (@INC contains: /usr/local/sage-exp/local/lib/perl5 /etc/perl 
> /usr/local/lib/x86_64-linux-gnu/perl/5.22.2 /usr/local/share/perl/5.22.2 
> /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 
> /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at merge_822 
> line 2.
> BEGIN failed--compilation aborted at merge_822 line 2.
> 
>> On 2/10/2016, at 02:09, Emmanuel Charpentier <[email protected]> 
>> wrote:
>> 
>> Can't build it on Debian testing : PARI fails to build on a (copy of) a 
>> (functional) Sage tree after distclean. See the attached log. This happens 
>> either after (repeated) attempts at parallel build or with a serial build.
>> 
>> HTH,
>> 
>> --
>> Emmanuel Charpentier
>> 
>> Le samedi 24 septembre 2016 16:33:00 UTC+2, Volker Braun a écrit :
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html
>> 
>> c5dadf9 Updated SageMath version to 7.4.beta6
>> dd4615e Trac #21555: using richcmp rather than cmp in two crystals files
>> e07b3c8 Trac #21547: fixing tolerance of numeric test in 
>> matrix_double_dense.pyx
>> ae71893 Trac #20985: decomposition of interval-posets into new components
>> 1f995a1 Trac #21449: CoinBackend: _test_solve fails on 32-bit
>> ab5e465 Trac #21541: Graph plotting: edge style for undirected graphs works
>> 8b060dd Trac #21515: Correct variable names for input
>> 1611db0 Trac #21548: py3 get rid of xrange in plot folder
>> 624b01b Trac #21529: Bug in factoring of general symbolic expressions
>> f07ce88 Trac #21415: Iterator over all orientations of a graph
>> 9390a01 Trac #21360: Doctest: Numerics in nested symbolic powers not combined
>> 446d606 Trac #21521: py3 remove one cmp sort in cyclotomic.pyx
>> 3a29518 Trac #21489: py3 get rid of some xrange in various files
>> bbdd234 Trac #21442: Add a function to check if a given subset is convex in 
>> a poset
>> 150de70 Trac #21385: Remove support for Parent.__init__(gens=...)
>> 90c89c9 Trac #21382: Remove sage.structure.generators
>> 860c584 Trac #14064: Matrix.subdivide goes haywire if indices are not in 
>> increasing order
>> 94643a3 Trac #21522: py3: more removal of sorted via cmp
>> e6a030e Trac #21494: Several typos
>> 86aa7e4 Trac #21487: Typos in "transition" and "transformation"
>> f728ccc Trac #21506: Remove some deprecated code
>> 5021477 Trac #21500: Add instructions for using ccache
>> 61caf4c Trac #21481: Poset documentation polishing: Polynomials
>> f76cb0a Trac #21465: some cleanup of unused imports in combinat
>> 29a7126 Trac #21446: Speed up RealBall initialization
>> 4c5bac8 Trac #21400: Make libgap_exec test more portable
>> fd604e1 Trac #21520: py3: remove one comparison by cmp in sparse generic 
>> matrix
>> 10cf9cf Trac #21519: get rid of six.moves.xrange in cython files (step2)
>> be51dfb Trac #21502: empty graph YET AGAIN, this time chrpoly
>> e1c4969 Trac #21501: Allow SAGE_LOCAL to be customized
>> 750eb57 Trac #21488: py3 remove xrange in crypto folder
>> 05dab9f Trac #21485: Package pandocfilter
>> 4dfccf6 Trac #21484: Add doctest for load() of a Sage file
>> 33b633c Trac #21483: Speed up imag() for quadratic number field elements
>> a576690 Trac #21466: cleaner calls to all and any in combinat
>> 2db097d Trac #21482: disabling the MAPLE interface to linbox
>> c6a69ea Trac #21476: Get rid of six.moves.range in Cython files
>> a0654df Trac #21475: Make __nonzero__ an alias of __bool__ (in some python 
>> files)
>> 8771bdd Trac #21470: Replace range(n) by list(xrange(n)) in Cython files
>> 3caa37c Trac #21406: Convert and doctest all special functions to SymPy
>> e0f94ac Trac #21103: Update rubiks' patches to conform to same format as 
>> other patches
>> f3b6fe9 Trac #21096: sage.structure.debug_options should be cimported
>> fdb3547 Trac #20863: Complete documentation for overconvergent modular 
>> symbols
>> 3f255c8 Trac #20827: Use WithEqualityById for number fields
>> 408b4a2 Trac #19163: LatticePoset creation, better error reporting
>> 6a4ee44 Trac #21486: rubik spkg-install should not assume 'which' is 
>> available on Linux
>> 0ae5fd8 Updated SageMath version to 7.4.beta5
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/sage-release.
>> For more options, visit https://groups.google.com/d/optout.
>> <pari-2.8.0.alpha.p0.log>
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to