From: eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 Date: Wed, 11 Mar 2020 17:26:06 +0000 (+0000) Subject: Added a comment: make install failing for 8.20200309, any ideas as to why? X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~122^2~101 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=27944eda77602351cc03839460b1ccac3b51f7c2;p=git-annex.git Added a comment: make install failing for 8.20200309, any ideas as to why? --- diff --git a/doc/forum/which_version_should_I_install__63__/comment_3_c85c107a60b4b642ed9a8de7d233f95e._comment b/doc/forum/which_version_should_I_install__63__/comment_3_c85c107a60b4b642ed9a8de7d233f95e._comment new file mode 100644 index 0000000000..87630445a1 --- /dev/null +++ b/doc/forum/which_version_should_I_install__63__/comment_3_c85c107a60b4b642ed9a8de7d233f95e._comment @@ -0,0 +1,46 @@ +[[!comment format=mdwn + username="eric.w@eee65cd362d995ced72640c7cfae388ae93a4234" + nickname="eric.w" + avatar="http://cdn.libravatar.org/avatar/8d9808c12db3a3f93ff7f9e74c0870fc" + subject="make install failing for 8.20200309, any ideas as to why?" + date="2020-03-11T17:26:06Z" + content=""" +screen scrape below, I have no idea why it thinks that text file is locked, so weird. + + +# git status +HEAD detached at 8.20200309 +nothing to commit, working tree clean + + + +# make install PREFIX=/usr/local +if [ \"cabal\" = ./Setup ]; then ghc --make Setup; fi +if [ \"cabal\" != stack ]; then \ + cabal configure --ghc-options=\"\"; \ +else \ + cabal setup ; \ +fi +Warning: The configure command is a part of the legacy v1 style of cabal +usage. + +Please switch to using either the new project style and the new-configure +command or the legacy v1-configure alias as new-style projects will become the +default in the next version of cabal-install. Please file a bug if you cannot +replicate a working v1- use case with the new-style commands. + +For more information, see: https://wiki.haskell.org/Cabal/NewBuild + +Resolving dependencies... +Warning: solver failed to find a solution: +Could not resolve dependencies: +[__0] trying: git-annex-8.20200309 (user goal) +[__1] unknown package: filepath-bytestring (dependency of git-annex) +[__1] fail (backjumping, conflict set: filepath-bytestring, git-annex) +After searching the rest of the dependency tree exhaustively, these were the +goals I've had most trouble fulfilling: git-annex, filepath-bytestring +Trying configure anyway. +./dist/setup/setup.version: openFile: resource busy (file is locked) +make: *** [Makefile:37: tmp/configure-stamp] Error 1 + +"""]]