#13551: Autotools spkg does not build correctly on systems without autotools
installed
------------------------------------+---------------------------------------
   Reporter:  jpflori               |             Owner:  tbd     
       Type:  defect                |            Status:  new     
   Priority:  major                 |         Milestone:  sage-5.5
  Component:  experimental package  |          Keywords:          
Work issues:                        |   Report Upstream:  N/A     
  Reviewers:                        |           Authors:          
  Merged in:                        |      Dependencies:          
   Stopgaps:                        |  
------------------------------------+---------------------------------------
 It seems that the experimental spkg does not build correctly on systems
 without autotools installed.
 Indeed it seems that recent version of autoconf want a version of automake
 already installed and recent version of automake want a recent version of
 autoconf installed.

 autoconf builds seem to fail from 2.62 onward with
 {{{
 No version of automake has been installed yet
 }}}
 As a consequence, automake fails from 1.11 onward:
 {{{
 configure: error: Autoconf 2.61a-341 or better is required.
 }}}
 (the needed versions increases with later versions of automake)

 Moreover the above error are not detected.

 As cygwin is quite slow for these kind of stuff, the spkg-install script
 did not finish yet, but I assume no second pass is performed.

 One might expect that someone wanting this spkg for development would have
 a system wide install, but I did not on the windows install I sometimes
 use for Sage on Cygwin coding.
 And fixing this does not seem horribly complicated.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13551>
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