summaryrefslogtreecommitdiff
path: root/doc/forum/5.3.5_import_errors.mdwn
diff options
context:
space:
mode:
authorpicca2018-04-29 07:41:16 +0000
committeradmin2018-04-29 07:41:16 +0000
commitbc1e2b4057770551fcbaa4f1c53b0eb59675a8fb (patch)
tree4e3526991668c30e4f4b608c82fa7e1cb2c4644f /doc/forum/5.3.5_import_errors.mdwn
parent29a7d875c3f366d576a6c193a8903403362d57a3 (diff)
Diffstat (limited to 'doc/forum/5.3.5_import_errors.mdwn')
-rw-r--r--doc/forum/5.3.5_import_errors.mdwn35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/forum/5.3.5_import_errors.mdwn b/doc/forum/5.3.5_import_errors.mdwn
new file mode 100644
index 00000000..f69934f2
--- /dev/null
+++ b/doc/forum/5.3.5_import_errors.mdwn
@@ -0,0 +1,35 @@
+Hello, with the new 5.3.5 version,I have these errors now.
+
+At least for the two first I know that I need to add the dependencies to the executable.
+but for the last one, I do not know how to proceed properly.
+
+Cheers
+
+
+ Building executable 'propellor-config' for propellor-5.3.5..
+ [1 of 1] Compiling Main ( executables/propellor-config.hs, dist/build/propellor-config/propellor-config-tmp/Main.o )
+
+ executables/propellor-config.hs:14:1-25: error:
+ Could not find module ‘System.Posix.Files’
+ Perhaps you meant System.Posix.Types (from base-4.10.1.0)
+ Use -v to see a list of the files searched for.
+ |
+ 14 | import System.Posix.Files
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ executables/propellor-config.hs:15:1-66: error:
+ Could not find module ‘System.FilePath.Posix’
+ Use -v to see a list of the files searched for.
+ |
+ 15 | import System.FilePath.Posix ((</>), dropExtension, takeDirectory)
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ executables/propellor-config.hs:28:1-23: error:
+ Could not find module ‘Utility.FileMode’
+ it is a hidden module in the package ‘propellor-5.3.5’
+ Use -v to see a list of the files searched for.
+ |
+ 28 | import Utility.FileMode
+ | ^^^^^^^^^^^^^^^^^^^^^^^
+
+ HsCompilation exited abnormally with code 1 at Sun Apr 29 09:35:08