Ticket #4147: directoryBuildFailed.txt

File directoryBuildFailed.txt, 6.9 KB (added by lcasburn, 3 years ago)

Output from cabal install of directory on windows machine

Line 
1
2
3$ cabal install directory-1.0.1.1 -v --user --constraint="Win32>=2.2.0.2" --constraint="filepath>=1.1.0.3" --constraint="old-time>=1.0.0.3" --constraint="old-locale>=1.0.0.2"
4c:\Program Files\Haskell Platform\2009.2.0.2\bin\ghc.exe --numeric-version
5looking for package tool: ghc-pkg near compiler in c:\Program Files\Haskell
6Platform\2009.2.0.2\bin
7found package tool in c:\Program Files\Haskell
8Platform\2009.2.0.2\bin\ghc-pkg.exe
9c:\Program Files\Haskell Platform\2009.2.0.2\bin\ghc-pkg.exe --version
10c:\Program Files\Haskell Platform\2009.2.0.2\bin\ghc.exe --supported-languages
11Reading installed packages...
12c:\Program Files\Haskell Platform\2009.2.0.2\bin\ghc-pkg.exe dump --global
13c:\Program Files\Haskell Platform\2009.2.0.2\bin\ghc-pkg.exe dump --user
14Reading available packages...
15Resolving dependencies...
16selecting directory-1.0.1.1 (hackage)
17selecting Win32-2.2.0.2 (installed or hackage)
18selecting old-time-1.0.0.4 (installed or hackage) and discarding
19old-time-1.0.0.3
20selecting old-locale-1.0.0.2 (installed or hackage)
21selecting filepath-1.1.0.4 (installed or hackage) and discarding
22filepath-1.1.0.3
23selecting bytestring-0.9.1.4 (installed or hackage) and discarding
24bytestring-0.9, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.1.0, 0.9.1.1, 0.9.1.2,
250.9.1.3, 0.9.1.5 and 0.9.1.6
26selecting ghc-prim-0.1.0.0 (installed)
27selecting rts-1.0 (installed)
28selecting base-3.0.3.1 (installed) and 4.1.0.0 (installed) and discarding
29syb-0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2 and 0.2.1
30selecting integer-0.1.0.1 (installed)
31selecting syb-0.1.0.1 (installed)
32In order, the following would be installed:
33directory-1.0.1.1 (new version)
34directory-1.0.1.1 has already been downloaded.
35Extracting
36C:\Users\buildbot\AppData\Roaming\cabal\packages\hackage.haskell.org\directory\1.0.1.1\directory-1.0.1.1.tar.gz
37to C:\cygwin\tmp\directory-1.0.1.14888...
38Configuring directory-1.0.1.1...
39Dependency Win32 -any && ==2.2.0.2: using Win32-2.2.0.2
40Dependency base >=4.1 && <4.3 && ==4.1.0.0: using base-4.1.0.0
41Dependency filepath ==1.1.* && ==1.1.0.4: using filepath-1.1.0.4
42Dependency old-time ==1.0.* && ==1.0.0.4: using old-time-1.0.0.4
43Using Cabal-1.6.0.3 compiled by ghc-6.10
44Using compiler: ghc-6.10.4
45Using install prefix: C:\Users\buildbot\AppData\Roaming\cabal
46Binaries installed in: C:\Users\buildbot\AppData\Roaming\cabal\bin
47Libraries installed in:
48C:\Users\buildbot\AppData\Roaming\cabal\directory-1.0.1.1\ghc-6.10.4
49Private binaries installed in:
50C:\Users\buildbot\AppData\Roaming\cabal\directory-1.0.1.1
51Data files installed in: C:\Program Files\Haskell\directory-1.0.1.1
52Documentation installed in:
53C:\Users\buildbot\AppData\Roaming\cabal\doc\directory-1.0.1.1
54Using alex version 2.3.1 found on system at: c:\Program Files\Haskell
55Platform\2009.2.0.2\extralibs\bin\alex.exe
56Using ar found on system at: C:\cygwin\bin\ar.exe
57No c2hs found
58No cpphs found
59No ffihugs found
60Using gcc version 3.4.5 found on system at: c:\Program Files\Haskell
61Platform\2009.2.0.2\gcc.exe
62Using ghc version 6.10.4 found on system at: c:\Program Files\Haskell
63Platform\2009.2.0.2\bin\ghc.exe
64Using ghc-pkg version 6.10.4 found on system at: c:\Program Files\Haskell
65Platform\2009.2.0.2\bin\ghc-pkg.exe
66No greencard found
67Using haddock version 2.4.2 found on system at: c:\Program Files\Haskell
68Platform\2009.2.0.2\bin\haddock.exe
69Using happy version 1.18.4 found on system at: c:\Program Files\Haskell
70Platform\2009.2.0.2\extralibs\bin\happy.exe
71No hmake found
72Using hsc2hs version 0.67 found on system at: c:\Program Files\Haskell
73Platform\2009.2.0.2\bin\hsc2hs.exe
74No hscolour found
75No hugs found
76No jhc found
77Using ld found on system at: c:\Program Files\Haskell
78Platform\2009.2.0.2\gcc-lib\ld.exe
79No nhc98 found
80No pkg-config found
81Using ranlib found on system at: C:\cygwin\bin\ranlib.exe
82Using strip found on system at: C:\cygwin\bin\strip.exe
83Using tar found on system at: C:\cygwin\bin\tar.exe
84sh configure --with-compiler=ghc --prefix=C:\Users\buildbot\AppData\Roaming\cabal
85checking for gcc... gcc
86checking for C compiler default output file name... a.exe
87checking whether the C compiler works... yes
88checking whether we are cross compiling... no
89checking for suffix of executables... .exe
90checking for suffix of object files... o
91checking whether we are using the GNU C compiler... yes
92checking whether gcc accepts -g... yes
93checking for gcc option to accept ISO C89... none needed
94checking how to run the C preprocessor... gcc -E
95checking for grep that handles long lines and -e... /usr/bin/grep
96checking for egrep... /usr/bin/grep -E
97checking for ANSI C header files... yes
98checking for sys/types.h... yes
99checking for sys/stat.h... yes
100checking for stdlib.h... yes
101checking for string.h... yes
102checking for memory.h... yes
103checking for strings.h... yes
104checking for inttypes.h... yes
105checking for stdint.h... yes
106checking for unistd.h... yes
107checking for sys/types.h... (cached) yes
108checking for unistd.h... (cached) yes
109checking for sys/stat.h... (cached) yes
110configure: creating ./config.status
111config.status: creating include/HsDirectoryConfig.h
112config.status: include/HsDirectoryConfig.h is unchanged
113c:\Program Files\Haskell Platform\2009.2.0.2\gcc.exe -Bc:\Program Files\Haskell Platform\2009.2.0.2\gcc-lib -Ic:\Program Files\Haskell Platform\2009.2.0.2\include\mingw C:\cygwin\tmp\4888.c -o C:\cygwin\tmp\4888 -Bc:\Program Files\Haskell Platform\2009.2.0.2\gcc-lib -Ic:\Program Files\Haskell Platform\2009.2.0.2\include\mingw -D__GLASGOW_HASKELL__=610 -Iinclude -I. -IC:\Users\buildbot\AppData\Roaming\cabal\old-time-1.0.0.4\ghc-6.10.4\include -IC:\Users\buildbot\AppData\Roaming\cabal\Win32-2.2.0.2\ghc-6.10.4\include -Ic:\Program Files\Haskell Platform\2009.2.0.2\bytestring-0.9.1.4\include -Ic:\Program Files\Haskell Platform\2009.2.0.2\base-4.1.0.0\include -Ic:\Program Files\Haskell Platform\2009.2.0.2/include
114Creating dist\build (and its parents)
115Creating dist\build\autogen (and its parents)
116Preprocessing library directory-1.0.1.1...
117Building directory-1.0.1.1...
118Building library...
119Creating dist\build (and its parents)
120c:\Program Files\Haskell Platform\2009.2.0.2\bin\ghc.exe -package-name directory-1.0.1.1 --make -hide-all-packages -i -idist\build -i. -idist\build\autogen -Idist\build\autogen -Idist\build -Iinclude -optP-include -optPdist\build\autogen\cabal_macros.h -#include "HsDirectory.h" -odir dist\build -hidir dist\build -stubdir dist\build -package Win32-2.2.0.2 -package base-4.1.0.0 -package filepath-1.1.0.4 -package old-time-1.0.0.4 -O -XCPP -XForeignFunctionInterface System.Directory
121[1 of 1] Compiling System.Directory ( System\Directory.hs, dist\build\System\Directory.o )
122
123System\Directory.hs:179:2: Not in scope: `withFilePath'
124
125System\Directory.hs:233:2: Not in scope: `withFilePath'
126
127System\Directory.hs:267:2: Not in scope: `withFilePath'
128
129System\Directory.hs:268:2: Not in scope: `withFilePath'
130
131System\Directory.hs:951:6: Not in scope: `withFilePath'
132
133System\Directory.hs:959:6: Not in scope: `withFilePath'
134cabal.exe: Error: some packages failed to install:
135directory-1.0.1.1 failed during the building phase. The exception was:
136exit: ExitFailure 1