Can't install Criterion package on ghc ..

Hi, I am trying to install Criterion package, but I keep getting an error and I can't figure it out why it is like this !! mozhgan@Mozhgan-KCh:~$ cabal install Criterion Resolving dependencies... Configuring vector-algorithms-0.3... Preprocessing library vector-algorithms-0.3... Building vector-algorithms-0.3... [1 of 9] Compiling Data.Vector.Algorithms.Common ( Data/Vector/Algorithms/Common.hs, dist/build/Data/Vector/Algorithms/Common.o ) [2 of 9] Compiling Data.Vector.Algorithms.Search ( Data/Vector/Algorithms/Search.hs, dist/build/Data/Vector/Algorithms/Search.o ) [3 of 9] Compiling Data.Vector.Algorithms.Radix ( Data/Vector/Algorithms/Radix.hs, dist/build/Data/Vector/Algorithms/Radix.o ) [4 of 9] Compiling Data.Vector.Algorithms.Optimal ( Data/Vector/Algorithms/Optimal.hs, dist/build/Data/Vector/Algorithms/Optimal.o ) [5 of 9] Compiling Data.Vector.Algorithms.Insertion ( Data/Vector/Algorithms/Insertion.hs, dist/build/Data/Vector/Algorithms/Insertion.o ) [6 of 9] Compiling Data.Vector.Algorithms.Merge ( Data/Vector/Algorithms/Merge.hs, dist/build/Data/Vector/Algorithms/Merge.o ) [7 of 9] Compiling Data.Vector.Algorithms.TriHeap ( Data/Vector/Algorithms/TriHeap.hs, dist/build/Data/Vector/Algorithms/TriHeap.o ) [8 of 9] Compiling Data.Vector.Algorithms.Intro ( Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 for i386-unknown-linux): idInfo co{v a9WB} [tv] Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug cabal: Error: some packages failed to install: criterion-0.5.0.0 depends on vector-algorithms-0.3 which failed to install. statistics-0.5.1.0 depends on vector-algorithms-0.3 which failed to install. vector-algorithms-0.3 failed during the building phase. The exception was: exit: ExitFailure 1 I tried to install Statistics and vector-algorithms package separately before installing the Criterion package itself .. but it wasn't successful. Thanks, Mozhgan

Mozhgan kabiri
[8 of 9] Compiling Data.Vector.Algorithms.Intro ( Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 for i386-unknown-linux): idInfo co{v a9WB} [tv]
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Why not do as the nice error message says and report this bug? -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com

Someone already did, 2 days ago: http://hackage.haskell.org/trac/ghc/ticket/3978
Cheers,
Max
On 13 April 2010 13:56, Ivan Lazar Miljenovic
Mozhgan kabiri
writes: [8 of 9] Compiling Data.Vector.Algorithms.Intro ( Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 for i386-unknown-linux): idInfo co{v a9WB} [tv]
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Why not do as the nice error message says and report this bug?
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On 13.04.10 14:46, Mozhgan kabiri wrote:
I am trying to install Criterion package, but I keep getting an error and I can't figure it out why it is like this !! [...] [8 of 9] Compiling Data.Vector.Algorithms.Intro ( Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 for i386-unknown-linux): idInfo co{v a9WB} [tv]
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
fwiw, the latest version of vector-algorithms (0.3.1) seems to build with ghc 6.10.4. <sk>
participants (4)
-
Ivan Lazar Miljenovic
-
Max Bolingbroke
-
Mozhgan kabiri
-
stefan kersten