[GAP Forum] Loading problem in GAP

Mathieu Dutour mathieu.dutour at gmail.com
Fri Jul 22 09:54:49 BST 2016


Dear all,

when trying to debug GAP packages installation,
it is common to use
SetUserPreference( "InfoPackageLoadingLevel", 4 );

However, if one does that then the error is following:
Error, PrintFormattedString: function is not yet defined in
  ValueGlobal( "PrintFormattedString" )( s ); at
/home/mathieu/opt/gap4r8p4/lib/info.gi:85 called from
fun( "#I  " ); at /home/mathieu/opt/gap4r8p4/lib/info.gi:93 called from
fun( InfoData.LastClass, InfoData.LastLevel, arglist
 ); at /home/mathieu/opt/gap4r8p4/lib/info.gi:336 called from
message[1] at /home/mathieu/opt/gap4r8p4/lib/package.gi:544 called from
LogPackageLoadingMessage( PACKAGE_DEBUG, "finish reading file 'init.g'",
info.PackageName
 ); at /home/mathieu/opt/gap4r8p4/lib/package.gi:1589 called from
LoadPackage( pair[1], pair[2], false ) at /home/mathieu/opt/gap4r8p4/lib/
package.gi:1832 called from
...  at line 890 of /home/mathieu/opt/gap4r8p4/lib/init.g
Syntax warning: unbound global variable in
/home/mathieu/opt/gap4r8p4/lib/init.g line 928
    ColorPrompt( UserPreference( "UseColorPrompt" ) );
               ^
Error, SetGasmanMessageStatus: function is not yet defined in
  SetGasmanMessageStatus( "none" ); at
/home/mathieu/opt/gap4r8p4/lib/init.g:916 called from
func(  ); at /home/mathieu/opt/gap4r8p4/lib/system.g:156 called from
<function "CallAndInstallPostRestore">( <arguments> )
 called from read-eval loop at line 929 of
/home/mathieu/opt/gap4r8p4/lib/init.g
Error, Variable: 'L1_IMMUTABLE_ERROR' must have a value
not in any function at line 366 of /home/mathieu/opt/gap4r8p4/lib/
obsolete.gi
Syntax warning: unbound global variable in /home/mathieu/opt/gap4r8p4/lib/
obsolete.gi line 706
    Print( CharacterTableDisplayLegendDefault( data ) );
                                             ^
 Packages:   GAPDoc 1.5.1
 Try '??help' for help. See also '?copyright', '?cite' and '?authors'
gap>


More information about the Forum mailing list