[GHC] #11501: Building nofib/fibon returns permission denied
GHC
ghc-devs at haskell.org
Sun Dec 25 08:03:54 UTC 2016
#11501: Building nofib/fibon returns permission denied
-------------------------------------+-------------------------------------
Reporter: rem | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: NoFib benchmark | Version: 7.10.3
suite |
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64
| (amd64)
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by gracjan):
If you cared to deduplicate:
{{{
begin;
delete from results
where exists (select true from results s2
where s2.result_id < results.result_id
and s2.commit_id = results.commit_id
and s2.test_env_id = results.test_env_id
and s2.test_id = results.test_id
and s2.result_value = results.result_value);
-- DELETE 24126761
alter table results add constraint results_unique unique
(test_env_id,commit_id,test_id);
commit;
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11501#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list