« Return to Thread: build error

build error - verified -- bug 7202

by Tim Daly-3 :: Rate this Message:

Reply to Author | View in Thread

Eduardo,

I've confirmed that the problem with Any.regress is due to the
recent parallel build changes. This is bug 7202.

For now, type
   make parallel
and everything should work. I'll fix this shortly.

Tim

Tim Daly wrote:

> Tim Daly wrote:
>> Eduardo,
>>
>> I'm building exactly that version (that's a truly great
>> feature of git... I know exactly which sources from the
>> hash code).
>>
>> Try building with the following command line:
>>
>> make parallel
>>
>> and let me know if it succeeds. Axiom builds are
>> now done in parallel but I may have missed a path.
>> I'll try the same thing here.
>>
>> Tim
>>
>>
>> Eduardo Cavazos wrote:
>>> Tim Daly wrote:
>>>
>>>> Eduardo,
>>>>
>>>> Where did you get your sources?
>>>> One really useful piece of information is available from git. Type:
>>>>
>>>>    git log | head
>>>>
>>>> (that is, git log piped into the 'head' function) at the axiom
>>>> top level directory. This will give me the eact commit
>>>> information for your sources so I can reproduce the error.
>>>>
>>>> Tim
>>>
>>> Hi Tim!
>>>
>>> Here ya go:
>>>
>>> ----------------------------------------------------------------------
>>> /src/axiom # git log | head
>>> commit 10fb9b914bd34291c59928218c3a6d22d19cbcf8
>>> Merge: 0164fcc... f3a6506...
>>> Author: Tim Daly <daly@...>
>>> Date:   Sun Jul 26 02:34:50 2009 -0400
>>>
>>>     Merge branch 'master' of /research/silver
>>>
>>> commit f3a65067e5ffbb1fb23a09b589b7a4f8b20b138e
>>> Author: Tim Daly <daly@...>
>>> Date:   Sun Jul 26 02:10:20 2009 -0400
>>> /src/axiom #
>>> ----------------------------------------------------------------------
>>>
>>> Ed
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Axiom-developer mailing list
>>> Axiom-developer@...
>>> http://lists.nongnu.org/mailman/listinfo/axiom-developer
>>>
>>
>>
>



_______________________________________________
Axiom-developer mailing list
Axiom-developer@...
http://lists.nongnu.org/mailman/listinfo/axiom-developer

 « Return to Thread: build error