From bc6ff59cd86490cfa529cb1e36cf182080480868 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE" Date: Sat, 25 Aug 2012 15:43:19 +0000 Subject: Added a comment: Shame on me... --- ...ent_3_791b9978b410c1aff7fd8ef05c38f5f9._comment | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/forum/DBus_on_Ubuntu_12.04__63__/comment_3_791b9978b410c1aff7fd8ef05c38f5f9._comment diff --git a/doc/forum/DBus_on_Ubuntu_12.04__63__/comment_3_791b9978b410c1aff7fd8ef05c38f5f9._comment b/doc/forum/DBus_on_Ubuntu_12.04__63__/comment_3_791b9978b410c1aff7fd8ef05c38f5f9._comment new file mode 100644 index 000000000..84c7edf09 --- /dev/null +++ b/doc/forum/DBus_on_Ubuntu_12.04__63__/comment_3_791b9978b410c1aff7fd8ef05c38f5f9._comment @@ -0,0 +1,40 @@ +[[!comment format=Makefile + username="https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE" + nickname="Michael" + subject="Shame on me..." + date="2012-08-25T15:43:19Z" + content=""" +The build error is: + +$ cabal install DBus +Resolving dependencies... +Configuring DBus-0.4... +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for DBUS... yes +configure: creating ./config.status +config.status: creating DBus.buildinfo +Building DBus-0.4... +Preprocessing library DBus-0.4... + +DBus/Message.hsc:1:14: + Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead + +DBus/Message.hsc:2:12: + Warning: -fglasgow-exts is deprecated: Use individual extensions instead +[1 of 5] Compiling DBus.Shared ( dist/build/DBus/Shared.hs, dist/build/DBus/Shared.o ) +[2 of 5] Compiling DBus ( dist/build/DBus.hs, dist/build/DBus.o ) + +DBus.hsc:26:49: + Warning: In the use of `mkTyCon' + (imported from Data.Typeable): + Deprecated: \"either derive Typeable, or use mkTyCon3 instead\" +[3 of 5] Compiling DBus.Internal ( dist/build/DBus/Internal.hs, dist/build/DBus/Internal.o ) + +DBus/Internal.hsc:12:27: + Module `Control.Exception' does not export `throwDyn' +cabal: Error: some packages failed to install: +DBus-0.4 failed during the building phase. The exception was: +ExitFailure 1 + +"""]] -- cgit v1.2.3