I got the dump below when I tried to push to the GHC repo. I have no idea what 
is going on.

Simon

git push
Counting objects: 94, done.
Compressing objects: 100% (59/59), done.
Writing objects: 100% (59/59), 9.66 KiB, done.
Total 59 (delta 49), reused 0 (delta 0)
To [email protected]:ghc/ghc.git
   0b43244..792449f  master -> master
Traceback (most recent call last):
  File "./hooks/post-receive-trac", line 195, in <module>
    env = open_environment(TRAC_ENV)
  File "/usr/lib/python2.5/site-packages/trac/env.py", line 594, in 
open_environment
    env = Environment(env_path)
  File "/usr/lib/python2.5/site-packages/trac/env.py", line 204, in __init__
    load_components(self, plugins_dir and (plugins_dir,))
  File "/usr/lib/python2.5/site-packages/trac/loader.py", line 112, in 
load_components
    loadfunc(env, search_path, auto_enable=plugins_dir)
  File "/usr/lib/python2.5/site-packages/trac/loader.py", line 68, in _load_eggs
    entry.load(require=True)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1912, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.linux-x86_64/egg/tracmetrixplugin/web_ui.py", line 33, in 
<module>
  File "build/bdist.linux-x86_64/egg/tracmetrixplugin/model.py", line 30, in 
<module>
  File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 679, in 
<module>
    rcParams = rc_params()
  File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 600, in 
rc_params
    fname = matplotlib_fname()
  File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 550, in 
matplotlib_fname
    fname = os.path.join(get_configdir(), 'matplotlibrc')
  File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 242, in 
wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 435, in 
_get_configdir
    raise RuntimeError("'%s' is not a writable dir; you must set %s/.matplotlib 
to be a writable dir.  You can also set environment variable MPLCONFIGDIR to 
any writable directory where you want matplotlib data stored "% (h, h))
RuntimeError: '/tmp' is not a writable dir; you must set /tmp/.matplotlib to be 
a writable dir.  You can also set environment variable MPLCONFIGDIR to any 
writable directory where you want matplotlib data stored
error: hooks/post-receive exited with error code 1
To darcs.haskell.org:/home/darcs/ghc.git
   0b43244..792449f  HEAD -> master
bash-3.1$
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to