summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/ghcpkg05.stderr-i386-unknown-mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/cabal/ghcpkg05.stderr-i386-unknown-mingw32')
-rw-r--r--testsuite/tests/cabal/ghcpkg05.stderr-i386-unknown-mingw3218
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/ghcpkg05.stderr-i386-unknown-mingw32 b/testsuite/tests/cabal/ghcpkg05.stderr-i386-unknown-mingw32
new file mode 100644
index 0000000000..360783bd78
--- /dev/null
+++ b/testsuite/tests/cabal/ghcpkg05.stderr-i386-unknown-mingw32
@@ -0,0 +1,18 @@
+There are problems in package testpkg-2.0:
+ Warning: library-dirs: c:/Program Files/testpkg doesn't exist or isn't a directory
+ Warning: include-dirs: c:/Program Files/testpkg doesn't exist or isn't a directory
+ import-dirs: /usr/local/lib/testpkg is a relative path which makes no sense (as there is nothing for it to be relative to). You can make paths relative to the package database itself by using ${pkgroot}.
+ import-dirs: c:/Program Files/testpkg doesn't exist or isn't a directory
+ library-dirs: /usr/local/lib/testpkg is a relative path which makes no sense (as there is nothing for it to be relative to). You can make paths relative to the package database itself by using ${pkgroot}.
+ include-dirs: /usr/local/include/testpkg is a relative path which makes no sense (as there is nothing for it to be relative to). You can make paths relative to the package database itself by using ${pkgroot}.
+ file A.hi is missing
+ file B.hi is missing
+ file C\D.hi is missing
+ file C\E.hi is missing
+ cannot find libtestpkg-2.0.a on library path
+
+The following packages are broken, either because they have a problem
+listed above, or because they depend on a broken package.
+testpkg-2.0
+testpkg-3.0
+ghc-pkg.exe: unregistering testpkg-2.0 would break the following packages: testpkg-3.0 (use --force to override)