summaryrefslogtreecommitdiff
path: root/doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev
diff options
context:
space:
mode:
authorGravatar divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899 <divergentdave@web>2016-02-21 05:15:57 +0000
committerGravatar admin <admin@branchable.com>2016-02-21 05:15:57 +0000
commit09565b9d551b8392ef1c6302f8e10bb9fcaa8e24 (patch)
treee65ef1933c52e3ab26f4b9328fa8a6183cf4eed4 /doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev
parentca3195a33a123ca4496c691bc753f7aa6359584a (diff)
Added a comment
Diffstat (limited to 'doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev')
-rw-r--r--doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev/comment_1_daef0416d365b60d36e211adcdb42ffb._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev/comment_1_daef0416d365b60d36e211adcdb42ffb._comment b/doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev/comment_1_daef0416d365b60d36e211adcdb42ffb._comment
new file mode 100644
index 000000000..9993b6332
--- /dev/null
+++ b/doc/todo/standalone__47__android__47__buildchroot-inchroot_should_install_libmagic-dev/comment_1_daef0416d365b60d36e211adcdb42ffb._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899"
+ nickname="divergentdave"
+ subject="comment 1"
+ date="2016-02-21T05:15:57Z"
+ content="""
+I got further along in the build process, but cabal couldn't install the \"arm-linux-androideabi-4.8\" versions of `magic` and `terminal-size`. The magic library couldn't be installed because there wasn't an appropriate C library available. The terminal-size library failed with the following compilation error.
+
+```
+Posix.hsc: In function '_hsc2hs_test11':
+Posix.hsc:32:39: error: invalid application of 'sizeof' to incomplete type 'struct winsize'
+In file included from /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/sysroot/usr/include/sys/types.h:33:0,
+ from /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/sysroot/usr/include/unistd.h:33,
+ from Posix.hsc:21:
+Posix.hsc: In function '_hsc2hs_test15':
+Posix.hsc:35:48: error: invalid use of undefined type 'struct winsize'
+...
+```
+"""]]