[sage-devel] Re: Gap pexpect error when most Gap packages are installed

2019-07-09 Thread Dima Pasechnik
by the way, could please someone review https://trac.sagemath.org/ticket/28088 (update to GAP 4.10.2) On Sunday, June 23, 2019 at 6:24:09 PM UTC+2, Antonio Rojas wrote: > > I just noticed this yesterday after updating GAP to 4.10.2 in Arch. > SymmetricGroup(n).conjugacy_classes_subgroups() work

Re: [sage-devel] Re: Gap pexpect error when most Gap packages are installed

2019-06-23 Thread Isuru Fernando
On Sun, Jun 23, 2019 at 6:24 PM Antonio Rojas wrote: > I just noticed this yesterday after updating GAP to 4.10.2 in Arch. > SymmetricGroup(n).conjugacy_classes_subgroups() works fine for n<=4, and > fails for n>=5. Same as you, it works after removing all additional GAP > packages. > > Additiona

[sage-devel] Re: Gap pexpect error when most Gap packages are installed

2019-06-23 Thread Antonio Rojas
I just noticed this yesterday after updating GAP to 4.10.2 in Arch. SymmetricGroup(n).conjugacy_classes_subgroups() works fine for n<=4, and fails for n>=5. Same as you, it works after removing all additional GAP packages. Additionally, after the update (and with all GAP packages installed) som