From 7b2c005f0e9d63fa92a9fb6ccdf4e2311bc303cd Mon Sep 17 00:00:00 2001 From: jsza Date: Mon, 24 Aug 2020 13:06:47 +0000 Subject: Added a comment --- ...ent_9_7f8f6e688efeb9a454a3f82777c2743b._comment | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/todo/spin_without_remote_compilation/comment_9_7f8f6e688efeb9a454a3f82777c2743b._comment diff --git a/doc/todo/spin_without_remote_compilation/comment_9_7f8f6e688efeb9a454a3f82777c2743b._comment b/doc/todo/spin_without_remote_compilation/comment_9_7f8f6e688efeb9a454a3f82777c2743b._comment new file mode 100644 index 00000000..f2db3de5 --- /dev/null +++ b/doc/todo/spin_without_remote_compilation/comment_9_7f8f6e688efeb9a454a3f82777c2743b._comment @@ -0,0 +1,38 @@ +[[!comment format=mdwn + username="jsza" + avatar="http://cdn.libravatar.org/avatar/72c6bc8c0cdfb0fff175e90c3b036415" + subject="comment 9" + date="2020-08-24T13:06:47Z" + content=""" +Hi, I'm trying to spin using the `Precompiled.precompiled` property from the `precompiled`, branch after having merged master. The first time trying to spin after adding the property, this error occurs: + + > ./propellor --spin host_redacted + Build profile: -w ghc-8.8.4 -O1 + In order, the following will be built (use -v for more details): + - propellor-5.11 (exe:propellor-config) (file executables/propellor-config.hs changed) + Preprocessing executable 'propellor-config' for propellor-5.11.. + Building executable 'propellor-config' for propellor-5.11.. + [1 of 1] Compiling Main ( executables/propellor-config.hs, /home/jayess/propellor/dist-newstyle/build/x86_64-linux/ghc-8.8.4/propellor-5.11/x/propellor-config/build/propellor-config/propellor-config- + tmp/Main.o ) + Linking /home/jayess/propellor/dist-newstyle/build/x86_64-linux/ghc-8.8.4/propellor-5.11/x/propellor-config/build/propellor-config/propellor-config ... + Propellor build ... done + + ldd: bin/propellor: No such file or directory + propellor: user error (ldd [\"bin/propellor\"] exited 1) + + +Subsequent spin attempts produce this error: + + > ./propellor --spin us4.tempus.xyz + Up to date + Propellor build ... done + + cp: cannot stat '/home/jayess/propellor/propellor (deleted)': No such file or directory + ** error: failed copying in propellor + propellor: Cannot continue! + CallStack (from HasCallStack): + error, called at src/Propellor/Message.hs:143:9 in propellor-5.11-inplace:Propellor.Message + +I think `Propellor.Spin.sendPrecompiled` might itself be broken, but I can't quite wrap my head around what's going on here. Any ideas? I'm using `cabal 3.0.0.0` in Debian Unstable. + +"""]] -- cgit v1.2.3