[ExM Users] Turbine build failed

Tim Armstrong tim.g.armstrong at gmail.com
Mon Sep 8 13:02:50 CDT 2014


Actually, r13616 + r13618 is the fix

- Tim

On Mon, Sep 8, 2014 at 12:58 PM, Tim Armstrong <tim.g.armstrong at gmail.com>
wrote:

> If you have a chance, could you try running this command from the unpacked
> tarball directory and seeing what the output is:
>
>   ./turbine/scripts/mkstatic/file2array.sh -v var -m "static const"
> /usr/local/Cellar/tcl-tk/8.6.1/lib/tcl8.6/init.tcl
>
> If you get something about "mktemp", you could try making this change to
> ./turbine/scripts/mkstatic/file2array.sh:
>
> -data=$(mktemp)
> +data=$(mktemp -t FILE2ARRAY)
>
>
> Justin, it looks like the fix from -r13616 isn't in the 0.6.2 release.
>
> - Tim
>
> On Mon, Sep 8, 2014 at 12:12 PM, Justin M Wozniak <wozniak at mcs.anl.gov>
> wrote:
>
>> Hi
>>     I have not seen that error.  Can you configure Turbine to build with
>> --disable-static-pkg and try again?  (You do this by editing exm-setup.zsh
>> .)
>>     Justin
>>
>>
>> On 09/08/2014 12:05 PM, Ozik, Jonathan wrote:
>>
>>> Hello all,
>>>
>>> I’m trying to set up a local installation of Swift/T on Mac OS X.
>>> Following the instructions in the user guide (
>>> http://swift-lang.org/Swift-T/guide.html#_installation) and downloading
>>> the latest stable version (http://swift-lang.org/Swift-
>>> T/downloads/exm-0.6.1.tar.gz) I’ve gotten the c-utils and lb building
>>> with only the EXM_PREFIX line modified in exm-settings.sh but I’m getting a
>>> build failed error on the turbine build. The only errors that are showing
>>> up are 2 instances of:
>>> mkstatic: error: could not convert tcl file /usr/local/Cellar/tcl-tk/8.6.1/lib/tcl8.6/init.tcl
>>> to C array
>>>
>>> If you have any insight as to what is causing the build fail or can
>>> suggest some things to try I’d appreciate it.
>>>
>>> Jonathan
>>>
>>>
>>> _______________________________________________
>>> ExM-user mailing list
>>> ExM-user at lists.mcs.anl.gov
>>> https://lists.mcs.anl.gov/mailman/listinfo/exm-user
>>>
>>
>>
>> --
>> Justin M Wozniak
>>
>>
>> _______________________________________________
>> ExM-user mailing list
>> ExM-user at lists.mcs.anl.gov
>> https://lists.mcs.anl.gov/mailman/listinfo/exm-user
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/exm-user/attachments/20140908/caa56d7d/attachment-0001.html>


More information about the ExM-user mailing list