Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2009 05:02:43 GMT
From:      Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137757: Error compile ports/security/openssl
Message-ID:  <200908140502.n7E52htn064464@www.freebsd.org>
Resent-Message-ID: <200908140510.n7E5A6Ec027154@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137757
>Category:       ports
>Synopsis:       Error compile ports/security/openssl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 14 05:10:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Andrei Lavreniyuk
>Release:        FreeBSD 8.0-BETA2
>Organization:
Technica-03, Inc.
>Environment:
FreeBSD hp.technica-03.local 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Sun Jul 19 09:28:23 EEST 2009     root@hp.technica-03.local:/usr/obj/usr/src/sys/HP  amd64
>Description:
=================
ecks -fno-strict-aliasing -Wformat -Wformat-security -fstack-protector -s -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c t1_lib.c
cc -I../crypto -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -pthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -fstack-protector -s -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c t1_enc.c
cc -I../crypto -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -pthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -fstack-protector -s -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c d1_meth.c
cc -I../crypto -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -pthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -fstack-protector -s -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c d1_srvr.c
cc -I../crypto -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -pthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -fstack-protector -s -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c d1_clnt.c
cc -I../crypto -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -pthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -fstack-protector -s -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c d1_lib.c
d1_lib.c: In function 'dtls1_start_timer':
d1_lib.c:269: warning: implicit declaration of function 'gettimeofday'
d1_lib.c: At top level:
d1_lib.c:277: error: expected declaration specifiers or '...' before numeric constant
d1_lib.c:277: error: expected declaration specifiers or '...' before numeric constant
d1_lib.c:277: error: expected declaration specifiers or '...' before '(' token
d1_lib.c:278: error: conflicting types for 'SSL_ctrl'
./include/openssl/ssl.h:1471: error: previous declaration of 'SSL_ctrl' was here
d1_lib.c: In function 'SSL_ctrl':
d1_lib.c:304: error: 'timeleft' undeclared (first use in this function)
d1_lib.c:304: error: (Each undeclared identifier is reported only once
d1_lib.c:304: error: for each function it appears in.)
d1_lib.c: In function 'dtls1_is_timer_expired':
d1_lib.c:326: error: too many arguments to function 'SSL_ctrl'
*** Error code 1

Stop in /usr/ports/security/openssl/work/openssl-0.9.8k/ssl.
*** Error code 1

Stop in /usr/ports/security/openssl/work/openssl-0.9.8k.
*** Error code 1

Stop in /usr/ports/security/openssl.
*** Error code 1

Stop in /usr/ports/security/openssl.
** Command failed [exit code 1]: /usr/bin/script -qa /var/tmp/portupgrade20090814-66089-1seebc5-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=openssl-0.9.8k_2 UPGRADE_PORT_VER=0.9.8k_2 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
        ! security/openssl (openssl-0.9.8k_2)   (compiler error)
=================
>How-To-Repeat:
1. Update ports tree

2. #portupgrade openssl-0.9.8k_2
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908140502.n7E52htn064464>