[sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-30 Thread Travis Scrimshaw
Hey Nicolas,

Sounds like the dreaded #10963 functorial construction ticket is about 
> to go in. Finally! I moved it up the queue. For that: 
>
> Travis: I allowed myself a trivial rebase of #12453 
>

Yay, congratulations, and thanks.

However I'm currently getting rejects when trying to apply 9107 (and with 
pushing past, #12453) with 5.13.beta0:

applying trac9107_nesting_nested_classes.patch
patching file sage/misc/nested_class.pyx
Hunk #1 FAILED at 78
Hunk #2 FAILED at 87
Hunk #3 FAILED at 110
3 out of 3 hunks FAILED -- saving rejects to file 
sage/misc/nested_class.pyx.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
errors during apply, please fix and refresh 
trac9107_nesting_nested_classes.patch

and the version on the queue does not match the patch on trac:

travis@Kristine-Desktop:~/sage-5.13.beta0/devel/sage-combinat/.hg/patches$ 
diff trac_10963-more_functorial_constructions-graded-modules-fix-nt.patch 
~/Downloads/trac_10963-more_functorial_constructions-graded-modules-fix-nt.patch
 
2c2,6
< # Parent 571706f8b136068bdf41c146e1939dfd05990d37
---
> # User Nicolas M. Thiery 
> # Date 1383074059 -3600
> #  Tue Oct 29 20:14:19 2013 +0100
> # Node ID e374533eb4a23dfff21146ffe4834ae93ca70769
> # Parent  599ab9a6bd8d8015fb6c6247fcfbd27912c9f0d3
47a52,72
> diff --git a/sage/misc/c3_controlled.pyx b/sage/misc/c3_controlled.pyx
> --- a/sage/misc/c3_controlled.pyx
> +++ b/sage/misc/c3_controlled.pyx
> @@ -324,7 +324,7 @@ For a typical category, few bases, if an
>  sage: x.all_bases_len()
>  83
>  sage: x.all_bases_controlled_len()
> -92
> +90
>  
>  The following can be used to search through the Sage named categories
>  for any that requires the addition of some bases; currently none!::
> @@ -336,8 +336,6 @@ for any that requires the addition of so
>   Category of fields,
>   Category of finite dimensional algebras with basis over Rational 
Field,
>   Category of finite dimensional hopf algebras with basis over 
Rational Field,
> - Category of graded algebras over Rational Field,
> - Category of graded algebras with basis over Rational Field,
>   Category of graded hopf algebras with basis over Rational Field,
>   Category of hopf algebras with basis over Rational Field]
>  

Have you pushed the changes you've made to the combinat server?

Best,
Travis


-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Nicolas M. Thiery
On Wed, Oct 30, 2013 at 11:03:07PM -0700, Travis Scrimshaw wrote:
>Yay, congratulations, and thanks.
>However I'm currently getting rejects when trying to apply 9107 (and with
>pushing past, #12453) with 5.13.beta0:

Works for me for 5.13.beta1 (but we have a reject for
trac_Kleshchev-partitions-am.patch there ...).

>and the version on the queue does not match the patch on trac:
>travis@Kristine-Desktop:~/sage-5.13.beta0/devel/sage-combinat/.hg/patches$
>Have you pushed the changes you've made to the combinat server?

Ah yes, I had not pushed that bit. But the rest yes!

Cheers,
Nicolas
--
Nicolas M. ThiƩry "Isil" 
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Andrew Mathas


On Thursday, 31 October 2013 10:29:22 UTC+1, Nicolas M. Thiery wrote:
>
>
> Works for me for 5.13.beta1 (but we have a reject for 
> trac_Kleshchev-partitions-am.patch there ...). 
>
>
I've just rebased this patch so the full queue should apply now -- well, at 
least using 5.12.

Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Mike Zabrocki

I just did an experiment where I:
1) made a clean copy of sage
2) added patches #15094 and #11688
3) "sage -b" : everything works
4) qimported the first patch from #10963
5) "sage -b" : everything works
6) qpushed the patch
7) qpoped the patch
8) "sage -b" : ack! same error

*dreaded* patch!  I don't even have to compile it before it destroys my copy
of sage.  I need only qpush it.

-Mike

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Mike Zabrocki
Hi,

I figured out (as you probably would believe) that the problem has nothing
to do with #10963 other than it is causing "sage -b" to rebuild
certain files.  The problem is my compilers are out of whack.  It must have 
been the
recent version of xcode that I installed.

I touched a bunch of files that seemed to be causing the error
in sage/ext and sage/structure and did "sage -b" this was enough
to trigger the problem.

-Mike

On Thursday, 31 October 2013 13:03:41 UTC-4, Mike Zabrocki wrote:
>
>
> I just did an experiment where I:
> 1) made a clean copy of sage
> 2) added patches #15094 and #11688
> 3) "sage -b" : everything works
> 4) qimported the first patch from #10963
> 5) "sage -b" : everything works
> 6) qpushed the patch
> 7) qpoped the patch
> 8) "sage -b" : ack! same error
>
> *dreaded* patch!  I don't even have to compile it before it destroys my 
> copy
> of sage.  I need only qpush it.
>
> -Mike
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Anne Schilling
Hi Mike,

For me everything works with #10963 on the sage-combinat queue.
Perhaps it is something with your installation?

Best,

Anne

On 10/31/13 10:03 AM, Mike Zabrocki wrote:
> 
> I just did an experiment where I:
> 1) made a clean copy of sage
> 2) added patches #15094 and #11688
> 3) "sage -b" : everything works
> 4) qimported the first patch from #10963
> 5) "sage -b" : everything works
> 6) qpushed the patch
> 7) qpoped the patch
> 8) "sage -b" : ack! same error
> 
> *dreaded* patch!  I don't even have to compile it before it destroys my copy
> of sage.  I need only qpush it.
> 
> -Mike

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Mike Zabrocki
Does anyone have any advice about what might be wrong with the compilation 
or who to ask?  I doubt that I will be able to compile much of anything 
until I get this fixed:

The file "
/Applications/sage/local/bin/../lib/gcc/x86_64-apple-darwin12.4.0/4.7.3/include-fixed/limits.h:169:61
"
contains the lines at the end that are triggering the error "fatal error: 
limits.h: No such file or directory":

#else /* not _GCC_LIMITS_H_ */

#ifdef _GCC_NEXT_LIMITS_H
#include_next  /* recurse down to the real one */
#endif

#endif /* not _GCC_LIMITS_H_ */

-
If I remove the line  "#include_next " then it fixes the problem 
in that file but the same problem pops up in other files.  The problem must 
be that some path variables are not set correctly for my system.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Andrew Mathas
As you mentioned that you installed a new version of xcode the discussion 
on sage-dev about OS mavericks might be relevant. I haven't been reading 
this as I haven't touched xcode, but I don't think they've solved all of 
the issues yet so even if it is relevant it might only count as moral 
support at this this juncture...

A.

On Thursday, 31 October 2013 19:07:06 UTC+1, Mike Zabrocki wrote:
>
> Does anyone have any advice about what might be wrong with the compilation 
> or who to ask?  I doubt that I will be able to compile much of anything 
> until I get this fixed:
>
> The file "
> /Applications/sage/local/bin/../lib/gcc/x86_64-apple-darwin12.4.0/4.7.3/include-fixed/limits.h:169:61
> "
> contains the lines at the end that are triggering the error "fatal error: 
> limits.h: No such file or directory":
>
> #else /* not _GCC_LIMITS_H_ */
>
> #ifdef _GCC_NEXT_LIMITS_H
> #include_next  /* recurse down to the real one */
> #endif
>
> #endif /* not _GCC_LIMITS_H_ */
>
> -
> If I remove the line  "#include_next " then it fixes the problem 
> in that file but the same problem pops up in other files.  The problem must 
> be that some path variables are not set correctly for my system.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-combinat-devel] Re: Some rebasing and the end of #10963?

2013-10-31 Thread Mike Zabrocki
I've got the new Xcode and Mavericks.
I guess I shouldn't be surprised that I've got the same compiler problems.  
Thanks for pointing that out.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.