We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see OR:
syslog.c: В функции «__vsyslog_internal»: syslog.c:113:30: ошибка: inlining failed in call to «always_inline» «syslog»: function not inlinable 113 | ldbl_strong_alias (__syslog, syslog) | ^~~~~~ ./../include/libc-symbols.h:143:26: замечание: в определении макроса «_strong_alias» 143 | extern __typeof (name) aliasname __attribute__ ((alias (#name))) \ | ^~~~~~~~~ ../sysdeps/generic/math_ldbl_opt.h:14:44: замечание: в расширении макроса «strong_alias» 14 | #define ldbl_strong_alias(name, aliasname) strong_alias (name, aliasname) | ^~~~~~~~~~~~ syslog.c:113:1: замечание: в расширении макроса «ldbl_strong_alias» 113 | ldbl_strong_alias (__syslog, syslog) | ^~~~~~~~~~~~~~~~~ syslog.c:155:17: замечание: которая вызвана здесь 155 | syslog(INTERNALLOG, | ^~~~~~~~~~~~~~~~~~~ 156 | "syslog: unknown facility/priority: %x", pri); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [../o-iterator.mk:9: /tmp/yaourt-tmp-usersudo/aur-glibc-git/src/build/misc/syslog.o] Ошибка 1 make[2]: выход из каталога «/tmp/yaourt-tmp-usersudo/aur-glibc-git/src/glibc/misc» make[1]: *** [Makefile:483: misc/subdir_lib] Ошибка 2 make[1]: выход из каталога «/tmp/yaourt-tmp-usersudo/aur-glibc-git/src/glibc» make: *** [Makefile:9: all] Ошибка 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see
OR:
The text was updated successfully, but these errors were encountered: