From 4996ae1d752c6836971509a7c5a805275b20bb4a Mon Sep 17 00:00:00 2001 From: picca Date: Tue, 22 Aug 2017 12:27:34 +0000 Subject: --- ...propellor_4.7.6_does_not_compile_on_jessie.mdwn | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/forum/propellor_4.7.6_does_not_compile_on_jessie.mdwn (limited to 'doc/forum/propellor_4.7.6_does_not_compile_on_jessie.mdwn') 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 -- cgit v1.2.3