The GNU C Library
Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit...
The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'gettext' does not match package name 'gettext-minimal' | |
input-labels Identify input labels that do not match package names | label 'python' does not match package name 'python-minimal' | |
input-labels Identify input labels that do not match package names | label 'static-bash' does not match package name 'bash-static' | |
input-labels Identify input labels that do not match package names | label 'kernel-headers' does not match package name 'linux-libre-headers' | |
formatting Look for formatting issues in the source | line 810 is way too long (98 characters) | |
input-labels Identify input labels that do not match package names | label 'gettext' does not match package name 'gettext-minimal' | |
input-labels Identify input labels that do not match package names | label 'python' does not match package name 'python-minimal' | |
input-labels Identify input labels that do not match package names | label 'static-bash' does not match package name 'bash-static' | |
formatting Look for formatting issues in the source | line 814 is way too long (98 characters) |