diff options
| author | picca <picca@web> | 2017-11-02 08:25:47 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-11-02 08:25:47 +0000 |
| commit | 264fccd72de1acc36e6a90cd837c8a640a14fa17 (patch) | |
| tree | c8d6002f3eaa4667541f9ad24ded14eb8e77a3f7 /doc | |
| parent | 82b4be0ff8fcc4a05756e8b7a2fe2af1cf6d1134 (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/4.9.0_fail_to_build_on_jessie.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
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 |
