ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: сборка компиляторами от Sun 5.9



Hello Alexey,

только даже если и поправить -xarch=amd64 на -m64 nginx не
собирается... в корку падает хоть пристрелись...
причет если убрать -fast то собирается нормально... вроде на Sun
где-то читал что они в 12 студии -fast сделали посильнее, и nginx это
уже второй пакет который с -fast не собирается на новых компиляторах
(первый был vim).. То есть nginx не собирается при -fast ни при 32 ни
при 64 битах....



checking for OS
 + SunOS 5.10 i86pc
checking for C compiler ... found
 + using Sun C compiler
 + Sun C version: 5.9 SunOS_i386 2007/05/03
checking for PAUSE hardware capability bug ... found
checking for --with-ld-opt="-m64" ... found
checking for gcc variadic macros ... found
checking for C99 variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... found
checking for SunOS specific features
checking for sendfilev() ... found
checking for event ports ... found
checking for nobody group ... found
checking for poll() ... found
checking for /dev/poll ... found
checking for kqueue ... not found
checking for crypt() ... found
checking for PCRE library ... not found
checking for PCRE library in /usr/local/ ... found
checking for zlib library ... found
checking for int size ... 4 bytes
checking for long size ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system endianess ... little endianess
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for strerror_r() ... found
checking for gnu style strerror_r() ... found but is not working
checking for localtime_r() ... found
checking for posix_memalign() ... not found
checking for memalign() ... found
checking for sched_yield() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for struct msghdr.msg_control ... not found
checking for ioctl(FIONBIO) ... found
checking for struct tm.tm_gmtoff ... not found

Configuration summary
  + threads are not used
  + using system PCRE library
  + OpenSSL library is not used
  + md5 library is not used
  + sha1 library is not used
  + using system zlib library

  nginx path prefix: "/usr/local/nginx"
  nginx binary file: "/usr/local/nginx/sbin/nginx"
  nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
  nginx pid file: "/usr/local/nginx/logs/nginx.pid"
  nginx error log file: "/usr/local/nginx/logs/error.log"
  nginx http access log file: "/usr/local/nginx/logs/access.log"
  nginx http client request body temporary files: 
"/usr/local/nginx/client_body_temp"
  nginx http proxy temporary files: "/usr/local/nginx/proxy_temp"
  nginx http fastcgi temporary files: "/usr/local/nginx/fastcgi_temp"


make -f objs/Makefile
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/nginx.o         src/core/nginx.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_log.o         src/core/ngx_log.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_palloc.o         src/core/ngx_palloc.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_array.o         src/core/ngx_array.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_list.o         src/core/ngx_list.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_hash.o         src/core/ngx_hash.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_buf.o         src/core/ngx_buf.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_output_chain.o         src/core/ngx_output_chain.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_string.o         src/core/ngx_string.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_parse.o         src/core/ngx_parse.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_inet.o         src/core/ngx_inet.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_file.o         src/core/ngx_file.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_crc32.o         src/core/ngx_crc32.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_rbtree.o         src/core/ngx_rbtree.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_radix_tree.o         src/core/ngx_radix_tree.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_slab.o         src/core/ngx_slab.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_times.o         src/core/ngx_times.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_shmtx.o         src/core/ngx_shmtx.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_connection.o         src/core/ngx_connection.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_cycle.o         src/core/ngx_cycle.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_spinlock.o         src/core/ngx_spinlock.c src/os/unix/ngx_sunpro_amd64.il
cc -c -fast -m64 -errwarn=%all -I src/core  -I src/event  -I src/event/modules  
-I src/os/unix  -I /usr/local/include  -I objs         -o objs/src/core/ngx_spinlock.o         src/core/ngx_spinlock.c src/os/unix/ngx_sunpro_amd64.il
"ngx_spinlock.c", [ngx_spinlock]:ube: error: SIGNAL: Segmentation Fault
cc: ube failed for src/core/ngx_spinlock.c
*** Error code 2
make: Fatal error: Command failed for target `objs/src/core/ngx_spinlock.o'
Current working directory /export/distr/nginx/nginx-0.5.25
*** Error code 1
make: Fatal error: Command failed for target `build'

-- 
Best regards,
 Alexey                            mailto:x-phoenix@xxxxxxx




 




Copyright © Lexa Software, 1996-2009.