[Haskell-iPhone] More arm-apple-darwin10-ghc trouble

Carter Schonwald carter.schonwald at gmail.com
Sun Dec 22 22:49:19 UTC 2013


Oooooo.   What version of vector are you using?  It needs to be the one for
ghc HEAD.

On Sunday, December 22, 2013, Carter Schonwald wrote:

> Could you also share the primitive log?  Seems like something is happening
> there.
> Can't you just build primitive by hand then vector?
>
> On Sunday, December 22, 2013, Schell Scivally wrote:
>
>> Ah, cool - I didn't know that the verbosity arg took a parameter. Here is
>> the full output: https://gist.github.com/schell/7c08631f52e1e6f54a39
>>
>>
>> On Sun, Dec 22, 2013 at 1:13 PM, Carter Schonwald <
>> carter.schonwald at gmail.com> wrote:
>>
>>> The -v flag is for cabal.  Be sure to post a link to the full output.
>>>
>>>
>>> On Sunday, December 22, 2013, Schell Scivally wrote:
>>>
>>>> Hey guys, I thought I had fixed my issues by rebuilding HEAD but it
>>>> looks like I just went in a circle and now I'm back at the same problem
>>>> from my first message:
>>>> http://www.haskell.org/pipermail/iphone/2013-December/000345.html
>>>>
>>>> I'm trying to cabal install vector but it's failing while installing
>>>> primitive. The log file shows no error, so it looks like it's silently
>>>> erring. My setup is here:
>>>> https://gist.github.com/schell/f3a737171ce2f6b1119c
>>>> Just for posterity I'll post the output from `arm-apple-darwin10-cabal
>>>> install vector`:
>>>>
>>>> Resolving dependencies...
>>>>
>>>> Configuring primitive-0.5.1.0...
>>>>
>>>> Failed to install primitive-0.5.1.0
>>>>
>>>> Last 10 lines of the build log (
>>>> /Users/schell/.cabal/logs/primitive-0.5.1.0.log ):
>>>>
>>>> cabal: Error: some packages failed to install:
>>>>
>>>> primitive-0.5.1.0 failed during the configure step. The exception was:
>>>>
>>>> ExitFailure 127
>>>>
>>>> vector-0.10.9.1 depends on primitive-0.5.1.0 which failed to install.
>>>>
>>>> The build log is empty.
>>>> Furthermore, for a while I was trying to use cabal like
>>>> `arm-apple-darwin10-cabal --config-file=arm.config install vector`,
>>>> pointing it to a custom cabal file (one that was just autogenerated the
>>>> first time I issued the command). This looked like it was working, but it
>>>> says that the package is already installed. If I don't include the
>>>> --config-file option it errs like above.
>>>>
>>>> Using arm-apple-darwin10-ghc to build my project is failing because it
>>>> can't find Data.Vector.Storable but I can't seem to get cabal to install it
>>>> in the correct location.
>>>>
>>>> --
>>>> Schell Scivally
>>>> http://blog.efnx.com
>>>> http://github.com/schell
>>>> http://twitter.com/schellsan
>>>>
>>>
>>
>>
>> --
>> Schell Scivally
>> http://blog.efnx.com
>> http://github.com/schell
>> http://twitter.com/schellsan
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/iphone/attachments/20131222/6a91909d/attachment.html>


More information about the iPhone mailing list