Ticket #16504: log

File log, 1.7 KB (added by kazu-yamamoto (Kazu Yamamoto), 16 years ago)
Line 
1--->  Building hs-plugins with target all
2Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-plugins/work/hs-plugins-20050407" && make all " returned error 2
3Command output: cd src && make
4=========== building altdata =============
5ghc -package-name altdata -O -Wall -Werror -fno-warn-missing-signatures -DHAVE_ARC4RANDOM  --make -no-hs-main -no-link AltData.hs
6WARNING: unversioned dependencies are deprecated, and will NOT be accepted by GHC 6.10: base
7building GHCi library /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-plugins/work/hs-plugins-20050407/src/altdata/HSaltdata.o...ld: warning -arch not specified
8 done.
9Reading package info from stdin ... done.
10Saving old package config file... done.
11Writing new package config file... done.
12=========== building hi =============
13ghc -package-name hi -O -Wall -Werror -fno-warn-missing-signatures -DHAVE_ARC4RANDOM  -IHi --make -no-hs-main -no-link Hi.hs
14[3 of 7] Compiling Hi.FastString    ( Hi/FastString.hs, Hi/FastString.o )
15
16Hi/FastString.hs:207:8:
17    Constructor `STArray' should have 4 arguments, but has been given 3
18    In the pattern: STArray _ _ arr#
19    In the second argument of `(>>=)', namely
20        `\ (STArray _ _ arr#) -> newIORef (FastStringTable 0# arr#)'
21    In the first argument of `unsafePerformIO', namely
22        `(stToIO (newSTArray (0 :: Int, 993) [])
23        >>=
24          \ (STArray _ _ arr#) -> newIORef (FastStringTable 0# arr#))'
25make[2]: *** [objs] Error 1
26make[1]: *** [hi] Error 2
27make: *** [build] Error 2
28
29Error: The following dependencies failed to build: hs-plugins
30Error: Status 1 encountered during processing.