Hi David,

On Thu, Jul 23, 2009 at 12:10 AM, Dr. David
Kirkby<david.kir...@onetel.net> wrote:

<SNIP>

> It's possible I've made more use of
>
> make -k j 50
>
> or something like, but I've certainly built packages in the past in
> parallel. It is possible some of these might have race conditions which
> cause random failures like this.
>
> On my home machine (2 x 1200 MHz), I've tended to not build in parallel
> so much, as I want to leave some CPU power for other tasks. But I did
> run with 8 threads the other day.
>
> I just started make again, and polybori built without incident.

When you build packages in parallel, it is possible that a build
failure is due to race conditions. That is a known problem with the
current parallel build system of Sage. The relevant ticket is #6374

http://trac.sagemath.org/sage_trac/ticket/6374


>> I have started building Sage 4.1.1.alpha0 on t2 to confirm.
>
> Great.
>
> Perhaps you could add
>
> http://sage.math.washington.edu/home/kirkby/Solaris-fixes/atlas-3.8.3.p6/atlas-3.8.3.p6.spkg
> which is the package which is a very trivial review
> http://sagetrac.org/sage_trac/ticket/6558
>
> There is only one line of code changed, from:
>
> if os.uname()[0] == 'SunOS':
>
> to
>
> if os.uname()[0] == 'SunOS' and os.uname()[4] == 'sun4v':

Can you please first remove any junk files from the following SPKG?

http://sage.math.washington.edu/home/kirkby/Solaris-fixes/atlas-3.8.3.p6/atlas-3.8.3.p6.spkg

Since you patched that SPKG, perhaps you're more able than me to tell
which are junks and which are part of the SPKG.


> Also, perhaps you can review the polybori fix
>
> http://sagetrac.org/sage_trac/ticket/6528
> http://sage.math.washington.edu/home/kirkby/Solaris-fixes/polybori-0.5rc.p9-Second-try/polybori-0.5rc.p9.spkg
>
> The polybori fix now works on t2 - assuming it does not died for some
> random reason.

I have checked in all changes in your name. The updated SPKG is up at

http://sage.math.washington.edu/home/mvngu/patch/polybori-0.5rc.p9.spkg

I have started building it on t2 using Sage 4.1, the same Sage version
that previously failed to build PolyBori.

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to