diff options
| author | picca <picca@web> | 2017-08-22 12:27:34 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-08-22 12:27:34 +0000 |
| commit | 4996ae1d752c6836971509a7c5a805275b20bb4a (patch) | |
| tree | c2958b70f4b9810ba4ad01c5d75a94bfcea73cb6 /doc | |
| parent | a2900178b02f6458d1b048a5b029f6664343d605 (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/propellor_4.7.6_does_not_compile_on_jessie.mdwn | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/forum/propellor_4.7.6_does_not_compile_on_jessie.mdwn b/doc/forum/propellor_4.7.6_does_not_compile_on_jessie.mdwn new file mode 100644 index 00000000..b3e6f7c7 --- /dev/null +++ b/doc/forum/propellor_4.7.6_does_not_compile_on_jessie.mdwn @@ -0,0 +1,32 @@ +Hello here the error message I got while trying to compile on jessie + + [ 91 of 113] Compiling Propellor.Bootstrap ( src/Propellor/Bootstrap.hs, dist/build/propellor-config/propellor-config-tmp/Propellor/Bootstrap.o ) src/Propellor/Bootstrap.hs:239:22: + No instance for (Typeable Bootstrapper) + arising from a use of `fromInfo' + Possible fix: + add an instance declaration for (Typeable Bootstrapper) + In the expression: fromInfo (maybe mempty hostInfo mh) + In a stmt of a 'do' block: + case fromInfo (maybe mempty hostInfo mh) of { + NoInfoVal + -> do { bs <- getGitConfigValue "propellor.buildsystem"; + case bs of { + Just "stack" -> ... + _ -> ... } } + InfoVal bs + -> case getBuilder bs of { + Cabal -> cabalBuild msys + Stack -> stackBuild msys } } + In the second argument of `($)', namely + `do { case fromInfo (maybe mempty hostInfo mh) of { + NoInfoVal -> do { ... } + InfoVal bs + -> case getBuilder bs of { + Cabal -> ... + Stack -> ... } } }' + Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal + update' to download it. + Resolving dependencies... + Configuring propellor-4.7.6... + +Cheers |
