Its error or not?

Code:
pkg upgrade
.....
[10/10] Upgrading glib from 2.74.5,2 to 2.76.1,2...
[10/10] Extracting glib-2.76.1,2: 100%
Compiling glib schemas
No schema files found: doing nothing.
Generating GIO modules cache
 
Why does such a message appear?Why are they missing and where should these files be located?
 
The script just tells you what it's doing. If there were glib schema files (from applications using that for gsettings), they would need to be (re-)compiled on glib upgrades. You have none of them, so it just tells you it has nothing to do. Very typical informative output.
 
Back
Top