From 264fccd72de1acc36e6a90cd837c8a640a14fa17 Mon Sep 17 00:00:00 2001 From: picca Date: Thu, 2 Nov 2017 08:25:47 +0000 Subject: --- doc/forum/4.9.0_fail_to_build_on_jessie.mdwn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/forum/4.9.0_fail_to_build_on_jessie.mdwn diff --git a/doc/forum/4.9.0_fail_to_build_on_jessie.mdwn b/doc/forum/4.9.0_fail_to_build_on_jessie.mdwn new file mode 100644 index 00000000..915ddb74 --- /dev/null +++ b/doc/forum/4.9.0_fail_to_build_on_jessie.mdwn @@ -0,0 +1,26 @@ +Hello while trying to build propellor on jessie, I got this error message + + + picca@irdrx1:~/.propellor$ propellor + Preprocessing executable 'propellor-config' for propellor-4.9.0... + [105 of 120] Compiling Propellor.Property.PropellorRepo ( src/Propellor/Property/PropellorRepo.hs, dist/build/propellor-config/propellor-config-tmp/Propellor/Property/PropellorRepo.o ) + + src/Propellor/Property/PropellorRepo.hs:17:37: + No instance for (Typeable OriginUrl) arising from a use of `toInfo' + Possible fix: add an instance declaration for (Typeable OriginUrl) + In the second argument of `setInfoProperty', namely + `(toInfo (InfoVal (OriginUrl u)))' + In the expression: + setInfoProperty p (toInfo (InfoVal (OriginUrl u))) + In an equation for `hasOriginUrl': + hasOriginUrl u + = setInfoProperty p (toInfo (InfoVal (OriginUrl u))) + where + p :: Property UnixLike + p = property ("propellor repo url " ++ u) + $ do { curru <- liftIO getRepoUrl; + .... } +Resolving dependencies... + + +Cheers -- cgit v1.2.3