#10773: Update Maxima to the latest upstream release.
---------------------------------------------+------------------------------
   Reporter:  drkirkby                       |       Owner:  drkirkby  
       Type:  enhancement                    |      Status:  needs_work
   Priority:  major                          |   Milestone:  sage-4.7  
  Component:  algebra                        |    Keywords:            
     Author:  David Kirkby, François Bissey  |    Upstream:  N/A       
   Reviewer:  David Kirkby, François Bissey  |      Merged:            
Work_issues:                                 |  
---------------------------------------------+------------------------------

Comment(by fbissey):

 I am working on an updated spkg. No need to update Makefile. We don't want
 to update makefile. In fact that may not be the end of our trouble. I am
 inserting the follwing after configuration in spkg-install:
 {{{

 # Touching html and info file to avoid to regenerate them.
 # This must be done after configuration since the timestamp need
 # to be later than include-maxima.texi which is generated at
 # configuration time
 for i in doc/info/*.html ; do
    touch "${i}"
 done
 touch doc/info/maxima.info*
 }}}
 That should take care of the texinfo trouble. I am wondering whether or
 not to add maxima-index.lisp to the list of touched file to bypass it as
 well. It should only require perl which is ok.

 Now I need a brave soul with no autotool/automake/autoconf installed on
 their machine to try my new spkg when it is up. This is not very clean in
 regards to autotools and run into "maintainer mode", I think we should
 worry about this and pass it on the maxima mailing list:
 {{{
 make[1]: Leaving directory
 `/home/fbissey/sandbox/maxima-5.23.2/interfaces'
 Making all in share
 make[1]: Entering directory `/home/fbissey/sandbox/maxima-5.23.2/share'
  cd .. && /bin/sh /home/fbissey/sandbox/maxima-5.23.2/missing --run
 automake-1.9 --gnu  share/Makefile
 Useless use of /d modifier in transliteration operator at
 /usr/share/automake-1.9/Automake/Wrap.pm line 60.
 configure.in:5: version mismatch.  This is Automake 1.9.6,
 configure.in:5: but the definition used by this AM_INIT_AUTOMAKE
 configure.in:5: comes from Automake 1.9.2.  You should recreate
 configure.in:5: aclocal.m4 with aclocal and run automake again.
 WARNING: `automake-1.9' is probably too old.  You should only need it if
          you modified `Makefile.am', `acinclude.m4' or `configure.in'.
          You might want to install the `Automake' and `Perl' packages.
          Grab them from any GNU archive site.
  cd .. && /bin/sh ./config.status share/Makefile
 config.status: creating share/Makefile
 make[1]: Leaving directory `/home/fbissey/sandbox/maxima-5.23.2/share'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10773#comment:30>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to