summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 14:42:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 14:42:07 -0400
commit690fe061ccf08493bcaeb05969b56cc0735d3863 (patch)
tree5975925dd01b15c415299338ebb0a78036defd8d /doc/bugs
parent3436d63a26b2f71a3c098511703e9a37eb48bd53 (diff)
respond, close bad bug
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found.mdwn3
-rw-r--r--doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found/comment_1_a90cc2f0cc2b843a48866198ce6c3416._comment17
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found.mdwn b/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found.mdwn
index 1cafcf6d5..984d79a99 100644
--- a/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found.mdwn
+++ b/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found.mdwn
@@ -63,3 +63,6 @@ index e6ee592..3345fee 100755
git-annex has been a great way for me to explore both Haskell and software packaging.
I enjoyed the interview on LWN.
+
+> I don't think this is a bug, I think build dependencies were not
+> installed when building the package. [[done]] --[[Joey]]
diff --git a/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found/comment_1_a90cc2f0cc2b843a48866198ce6c3416._comment b/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found/comment_1_a90cc2f0cc2b843a48866198ce6c3416._comment
new file mode 100644
index 000000000..2d788993e
--- /dev/null
+++ b/doc/bugs/debian__47__rules_clean_fails_with_with_cabal_not_found/comment_1_a90cc2f0cc2b843a48866198ce6c3416._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-20T18:36:57Z"
+ content="""
+"cabal: not found"
+
+Since cabal-install is a build-dependency of the package, why is cabal not
+available?
+
+The debian package builds just fine here. I diagnose that the problem is on
+your build system.
+
+All your patch is doing is modifying it to not build the package using
+cabal. But, debian/cabal-wrapper's comments explain why we need to use
+cabal.
+"""]]