#20136: Various meataxe build issues
-------------------------------------------------+-------------------------
       Reporter:  jdemeyer                       |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-7.1
      Component:  packages: optional             |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Reported upstream. No          |  Work issues:
  feedback yet.                                  |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------
Description changed by jdemeyer:

Old description:

> 1. The actual command lines when compiling are hidden, all I see is
> `compile foo.c`. Seeing the actual command line passed to `gcc` is very
> useful for debugging.
>
> 2. user-defined `CFLAGS` are not passed.
>
> 3. meataxe assumes that `char` is `signed char` but that is not
> guaranteed by the C standard. This causes breakage on powerpc64le. A
> work-around with GCC is `-fsigned-char` but it's better to fix the
> sources.
>
> 4. the test-suite has race conditions: testing with `MAKE="make -j48"`
> fails while `MAKE="make -j1"` works.

New description:

 1. The actual command lines when compiling are hidden, all I see is
 `compile foo.c`. Seeing the actual command line passed to `gcc` is very
 useful for debugging.

 2. user-defined `CFLAGS` are not passed.

 3. meataxe assumes that `char` is `signed char` but that is not guaranteed
 by the C standard. This causes breakage on powerpc64le. A work-around with
 GCC is `-fsigned-char` but it's better to fix the C sources.

 4. the test-suite has race conditions: testing with `MAKE="make -j48"`
 fails while `MAKE="make -j1"` works.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/20136#comment:5>
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 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to