summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899 <divergentdave@web>2016-04-15 12:24:07 +0000
committerGravatar admin <admin@branchable.com>2016-04-15 12:24:07 +0000
commit0497cf460793ec64d71375b5c2915294b1ecb27b (patch)
tree567cbab266acda2158f038540684acf29e051259
parent40e1fb2f8afce6df5909dabfc525daecf5c48736 (diff)
Added a comment
-rw-r--r--doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_1_2ecd076870d75816671dc0950f89c54a._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_1_2ecd076870d75816671dc0950f89c54a._comment b/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_1_2ecd076870d75816671dc0950f89c54a._comment
new file mode 100644
index 000000000..9226c385d
--- /dev/null
+++ b/doc/bugs/Android_chroot_stuck_in_Cabal_hell/comment_1_2ecd076870d75816671dc0950f89c54a._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899"
+ nickname="divergentdave"
+ subject="comment 1"
+ date="2016-04-15T12:24:07Z"
+ content="""
+I just created a new chroot, using revision d4b3a8a for both the initial scripts and inside the chroot.
+
+```
+...
+[32 of 32] Compiling Main ( dist/setup/setup.hs, dist/setup/Main.o )
+Linking ./dist/setup/setup ...
+/usr/lib/ghc/unix-2.6.0.1/libHSunix-2.6.0.1.a(execvpe.o): In function `pPrPr_disableITimers':
+(.text+0x300): multiple definition of `pPrPr_disableITimers'
+/home/builder/.cabal/lib/i386-linux-ghc-7.6.3/unix-2.7.1.0/libHSunix-2.7.1.0.a(ghcrts.o):ghcrts.c:(.text+0x0): first defined here
+collect2: error: ld returned 1 exit status
+Makefile:225: recipe for target 'android' failed
+make: *** [android] Error 1
+```
+"""]]