#9946: Parallel build of Singular 3-1-1-4-package fails in other cases
------------------------+---------------------------------------------------
   Reporter:  mpatel    |       Owner:  tbd         
       Type:  defect    |      Status:  needs_review
   Priority:  blocker   |   Milestone:  sage-4.6    
  Component:  packages  |    Keywords:              
     Author:            |    Upstream:  N/A         
   Reviewer:            |      Merged:              
Work_issues:            |  
------------------------+---------------------------------------------------

Comment(by leif):

 {{{
 #!C
     if (sizeof(int) != 4) {
         fprintf(stderr,"Your system is odd. On everying except a Cray X
 MP, an int is 4 bytes\n");
         fprintf(stderr,"Exiting...\n");
         exit(3);
     }
 }}}
 LOL, ever heard of 16-bit systems (or compilers)? And even some old
 compilers on 32-bit systems had 2-byte {{{int}}}s IIRC (of course that's
 odd). I can't await having {{{sizeof(int)>=16}}}... ;-)

 The allocation of {{{delay_as_string}}} is useless (actually a space leak
 :) ) unless you {{{str[n]cpy()}}} the result of {{{getenv(...)}}} to it,
 but who cares.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9946#comment:19>
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