Push fixed. I had some permission problems but I think the fix itself
made it into the repo at least.

Counting objects: 11, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 578 bytes, done.
Total 6 (delta 5), reused 0 (delta 0)
Counting objects: 11, done.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 578 bytes, done.
Total 6 (delta 5), reused 0 (delta 0)
To g...@github.com:ghc/ghc.git
   4ed2634..ef2ac83  master -> master
Traceback (most recent call last):
  File "./hooks/post-receive-trac", line 198, in <module>
    handle_ref(env=env, *line.split())
  File "./hooks/post-receive-trac", line 159, in handle_ref
    db = env.get_db_cnx()
  File "/usr/lib/python2.5/site-packages/trac/env.py", line 285, in get_db_cnx
    return DatabaseManager(self).get_connection()
  File "/usr/lib/python2.5/site-packages/trac/db/api.py", line 92, in
get_connection
    return self._cnx_pool.get_cnx(self.timeout or None)
  File "/usr/lib/python2.5/site-packages/trac/db/pool.py", line 176, in get_cnx
    return _backend.get_cnx(self._connector, self._kwargs, timeout)
  File "/usr/lib/python2.5/site-packages/trac/db/pool.py", line 109, in get_cnx
    cnx = connector.get_connection(**kwargs)
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py",
line 189, in get_connection
    return SQLiteConnection(path, log, params)
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py",
line 244, in __init__
    % (getuser(), path))
trac.core.TracError: The user tibbe requires read _and_ write
permissions to the database file /srv/trac/ghc/db/trac.db and the
directory it is located in.
error: hooks/post-receive exited with error code 1
To ti...@darcs.haskell.org:/home/darcs/ghc.git
   4ed2634..ef2ac83  master -> master

On Wed, Jun 15, 2011 at 2:30 PM, Johan Tibell <johan.tib...@gmail.com> wrote:
> On Wed, Jun 15, 2011 at 2:24 PM, Manuel M T Chakravarty
> <c...@cse.unsw.edu.au> wrote:
>> compiler/nativeGen/X86/CodeGen.hs:1510:32:
>>    Warning: Defined but not used: `args'
>>
>> compiler/nativeGen/X86/CodeGen.hs:1552:32:
>>    Warning: Defined but not used: `args'
>>
>> <no location info>:
>> Failing due to -Werror.
>>
>> make[1]: *** [compiler/stage1/build/X86/CodeGen.o] Error 1
>>
>>
>> Seems to be due to "Unroll memcpy in the X86 backend" by Johan committed by 
>> David.  What happened to validating changes before pushing?
>
> Apologies, I thought David would but I should have checked myself.
>
> I'll fix it. There's seems to be something strange going on with the
> repos though, I cannot find the commit on GitHub. I'll try to pull
> from darcs.haskell.org, please hold on.
>
> Cheers,
> Johan
>

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to