#10040: Don't ask for verbose output from tar when installing packages
------------------------------+---------------------------------------------
Reporter: mpatel | Owner: leif
Type: enhancement | Status: needs_review
Priority: minor | Milestone:
Component: build | Keywords:
Author: Leif Leonhardy | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by leif):
Replying to [comment:12 jhpalmieri]:
> Would it make sense to have a make target which produced verbose logs?
Then you wouldn't have to explicitly set an environment variable.
No problem to add such.
> The same might go for parallel building, by the way.
Not a bad idea. I vaguely remember what I had in mind for the "global" log
and parallel builds: Since our "deps" Makefile does nothing but call
{{{sage-spkg}}}, we can move the logging (i.e. the use of
{{{pipestatus}}}) there, just passing in addition the name(s) of the
logfile(s) in the Make rules.
{{{sage-spkg}}} can then take control of what (and how much) to log where
(depending on command line options and/or environment variables), e.g. not
{{{tee}}}ing but just redirecting the output of {{{spkg-install}}} to the
logfile, and printing short messages to stdout on parallel builds.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10040#comment:13>
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.