Changes between Initial Version and Version 1 of Ticket #1532
- Timestamp:
- 04/17/18 16:10:46 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1532
- Property Status new → closed
- Property Resolution → duplicate
-
Ticket #1532 – Description
initial v1 1 1 В fedora28 используется не glibc'шный crypt_r, поэтому там нет current_salt. 2 2 Не собираются как минимум 1.12, 1.13 и 1.14. 3 3 {{{ 4 4 cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection -fPIC -Wimplicit-fallthrough=0 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ 5 5 -o objs/src/core/ngx_thread_pool.o \ … … 14 14 make: *** [Makefile:8: build] Error 2 15 15 error: Bad exit status from /var/tmp/rpm-tmp.6rXf4K (%build) 16 }}}