I/O manager: relying solely upon kqueue is not a safe way to go

Andreas Voellmy andreas.voellmy at gmail.com
Sun Mar 17 18:08:19 CET 2013


Information about my xcode and platform:

$ xcodebuild -version
Xcode 4.6
Build version 4H127

$ uname -a
Darwin a.local 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT
2012; root:xnu-2050.20.9~2/RELEASE_X86_64 x86_64

I'll update my xcode tools and retry the GHC build.



On Sun, Mar 17, 2013 at 1:06 PM, Andreas Voellmy
<andreas.voellmy at gmail.com>wrote:

> I tried again, after pulling, but the same thing happens. The output of
> ./configure is:
> ----------------------------------------------------------------------
> Configure completed successfully.
>
>    Building GHC version  : 7.7.20130317
>
>    Build platform        : i386-apple-darwin
>    Host platform         : i386-apple-darwin
>    Target platform       : i386-apple-darwin
>
>    Bootstrapping using   : /usr/bin/ghc
>       which is version   : 7.4.2
>
>    Using llvm-gcc            : /usr/bin/gcc
>       which is version       : 4.2.1
>    Building a cross compiler : NO
>
>    ld       : /usr/bin/ld
>    Happy    : /usr/bin/happy (1.18.10)
>    Alex     : /usr/bin/alex (3.0.2)
>    Perl     : /usr/bin/perl
>    dblatex  :
>    xsltproc : /usr/bin/xsltproc
>
>    Using LLVM tools
>       llc   : /usr/local/bin/llc
>       opt   : /usr/local/bin/opt
>
>    HsColour was not found; documentation will not contain source links
>
>    Building DocBook HTML documentation : NO
>    Building DocBook PS documentation   : NO
>    Building DocBook PDF documentation  : NO
>
> and the build error:
>
> "inplace/bin/ghc-stage1" -static  -H32m -O    -package-name
> ghc-prim-0.3.1.0 -hide-all-packages -i -ilibraries/ghc-prim/.
> -ilibraries/ghc-prim/dist-install/build
> -ilibraries/ghc-prim/dist-install/build/autogen
> -Ilibraries/ghc-prim/dist-install/build
> -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/.
>  -optP-include
> -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package
> rts-1.0 -split-objs -package-name ghc-prim -XHaskell98 -XCPP -XMagicHash
> -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples
> -XEmptyDataDecls -XNoImplicitPrelude -O2  -no-user-package-db -rtsopts
>  -dynamic-too -odir libraries/ghc-prim/dist-install/build -hidir
> libraries/ghc-prim/dist-install/build -stubdir
> libraries/ghc-prim/dist-install/build -hisuf hi -osuf  o -hcsuf hc -c
> libraries/ghc-prim/./GHC/IntWord64.hs -o
> libraries/ghc-prim/dist-install/build/GHC/IntWord64.o -dyno
> libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o
> /var/folders/_c/4n2x0zfx7mx5gk_46pdxn3pm0000gn/T/ghc41160_0/ghc41160_1.split__2.s:unknown:missing
> indirect symbols for section (__DATA,__la_sym_ptr2)
> make[1]: *** [libraries/ghc-prim/dist-install/build/GHC/IntWord64.o] Error
> 1
> make[1]: *** Deleting file
> `libraries/ghc-prim/dist-install/build/GHC/IntWord64.o'
> make: *** [all] Error 2
>
>
>
> On Sun, Mar 17, 2013 at 12:36 PM, Austin Seipp <aseipp at pobox.com> wrote:
>
>> I just built HEAD successfully on OS X 10.8.3 (`xcodebuild -version`
>> reports "Xcode 4.6.1; Build version 4H512) with the traditional routine. I
>> think this was due to some recent fallout from enabling the dynamic way by
>> default, and Ian fixed it.
>>
>>
>> On Sat, Mar 16, 2013 at 6:36 PM, Kazu Yamamoto <kazu at iij.ad.jp> wrote:
>>
>>> Hi,
>>>
>>> > I started to look into fixing this issue, but HEAD no longer
>>> > compiles for me.  Here is the build error I get (on os x 10.8.2):
>>>
>>> The same problem happens on my Mac since yesterday.
>>>
>>> Watching this compiling the file by "dtruss" changes its
>>> behavior. That is, compiling the file finishes. But typing "make"
>>> results in the same problem on another file.
>>>
>>> --Kazu
>>>
>>> _______________________________________________
>>> ghc-devs mailing list
>>> ghc-devs at haskell.org
>>> http://www.haskell.org/mailman/listinfo/ghc-devs
>>>
>>
>>
>>
>> --
>> Regards,
>> Austin
>>
>> _______________________________________________
>> ghc-devs mailing list
>> ghc-devs at haskell.org
>> http://www.haskell.org/mailman/listinfo/ghc-devs
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20130317/76feca31/attachment.htm>


More information about the ghc-devs mailing list