#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: |
------------------------------+---------------------------------------------
Changes (by leif):
* owner: GeorgSWeber => leif
Comment:
More detailed:
{{{
#!sh
l...@quadriga:~/Sage/sage-4.6.rc0pre1$ grep -c "^copying" spkg/logs/* |
awk 'BEGIN { FS=":" } { if ($2!=0) printf "%5d %s\n", $2, $1 }' | sort
-rn
43543 spkg/logs/moin-1.9.1.p1.log
8419 spkg/logs/sagenb-0.8.7.log
2702 spkg/logs/sage-4.6.rc0pre1.log
2142 spkg/logs/matplotlib-1.0.0.log
1797 spkg/logs/twisted-9.0.p2.log
1096 spkg/logs/scipy-0.7.p5.log
773 spkg/logs/sympy-0.6.4.p0.log
661 spkg/logs/ipython-0.9.1.p0.log
620 spkg/logs/numpy-1.3.0.p4.log
429 spkg/logs/zodb3-3.7.0.p4.log
388 spkg/logs/mercurial-1.3.1.p2.log
367 spkg/logs/scons-1.2.0.log
363 spkg/logs/networkx-1.2.p1.log
349 spkg/logs/cython-0.13.p1.log
307 spkg/logs/sphinx-0.6.3.p4.log
292 spkg/logs/weave-0.4.9.p0.log
260 spkg/logs/docutils-0.5.p0.log
183 spkg/logs/pycrypto-2.1.0.log
169 spkg/logs/pil-1.1.6.p2.log
157 spkg/logs/sqlalchemy-0.5.8.log
154 spkg/logs/mpmath-0.15.log
122 spkg/logs/pygments-0.11.1.p0.log
76 spkg/logs/setuptools-0.6c9.p0.log
69 spkg/logs/python-2.6.4.p9.log
68 spkg/logs/rpy2-2.0.8.log
68 spkg/logs/r-2.10.1.p4.log
65 spkg/logs/jinja2-2.1.1.p0.log
27 spkg/logs/python_gnutls-1.1.4.p7.log
22 spkg/logs/scipy_sandbox-20071020.p7.log
21 spkg/logs/cvxopt-0.9.p9.log
15 spkg/logs/sagetex-2.2.5.log
3 spkg/logs/gdmodule-0.56.p7.log
2 spkg/logs/pexpect-2.0.p4.log
1 spkg/logs/gsl-1.14.log
}}}
So it's perhaps more worth addressing that in those spkgs that produce a
huge number of such lines. There's a "verbose" option to distutils'
{{{setup()}}} which is enabled by default (and also a "quiet" one), but I
think we only want to suppress the verbose ''copying'', so we'd have to
configure just that command.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10040#comment:9>
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.