Dear Bill, First, this problem will not affect anyone who installed GAP using the full distribution downloaded from http://www.gap-system.org/Releases/, which includes all packages currently redistributed with GAP, so I suggest to discuss it in the open GAP development mailing list (CC).
> On 11 Jun 2016, at 22:20, Bill Allombert <bill.allomb...@math.u-bordeaux.fr> > wrote: > > Dear GAP team, > > I just tried to build gap 4r8p4 and make testinstall fails: > > testing: /tmp/gap4r8/tst/testinstall/morpheus.tst > ########> Diff in /tmp/gap4r8/tst/testinstall/morpheus.tst, line 14: > # Input is: > LoadPackage("autpgrp", false);; > # Expected output: > # But found: > #I autpgrp package is not available. Check that the name is correct > #I and it is present in one of the GAP root directories (see > '??RootPaths') > ######## The call to LoadPackage has been already removed from this file in the master branch: https://github.com/gap-system/gap/blob/master/tst/testinstall/morpheus.tst so in this case neither this warning nor the one below should not appear. Note that the performance of the system without autpgrp will be worse. In particular, it significantly improves the performance of AutomorphismGroup for p-groups. There are some other packages which also improve or extend the performance, and while there is an interest of testing the core GAP system without packages, and documenting dependencies better, for practical purposes I *strongly do not recommend to use the core GAP system without packages*. Best wishes Alexander > testing: /tmp/gap4r8/tst/testinstall/grpmat.tst > ########> Diff in /tmp/gap4r8/tst/testinstall/grpmat.tst, line 32: > # Input is: > Size( AutomorphismGroup( G ) ); > # Expected output: > 24 > # But found: > #I autpgrp package is not available. Check that the name is correct > #I and it is present in one of the GAP root directories (see > '??RootPaths') > 24 > ######## > > This is due to the extra warnings for missing packages. > make testinstall is not supposed to require extra packages. > > Cheers, > Bill. _______________________________________________ Forum mailing list Forum@mail.gap-system.org http://mail.gap-system.org/mailman/listinfo/forum