pkgsrc-Bugs archive

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

pkg/42542: openssl build failure in databases/gq



>Number:         42542
>Category:       pkg
>Synopsis:       openssl build failure in databases/gq
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 29 19:10:00 +0000 2009
>Originator:     Bernd Ernesti
>Release:        NetBSD 5.0_STABLE && pkgsrc 20091228
>Organization:
        
>Environment:
System: NetBSD 5.0_STABLE
Architecture: i386
Machine: i386
>Description:
        gq does not build:

gq-hash-openssl.c: In function 'gq_hash_crypt':
gq-hash-openssl.c:63: warning: implicit declaration of function 'des_fcrypt'
gq-hash-openssl.c: In function 'gq_hash_nthash':
gq-hash-openssl.c:200: warning: passing argument 2 of 'iconv' from incompatible 
pointer type
gq-hash-openssl.c: At top level:
gq-hash-openssl.c:245: error: expected declaration specifiers or '...' before 
'des_cblock'
gq-hash-openssl.c: In function 'lm_make_key':
gq-hash-openssl.c:248: error: 'key' undeclared (first use in this function)
gq-hash-openssl.c:248: error: (Each undeclared identifier is reported only once
gq-hash-openssl.c:248: error: for each function it appears in.)
gq-hash-openssl.c:256: warning: implicit declaration of function 
'des_set_odd_parity'
gq-hash-openssl.c: In function 'gq_hash_lmhash':
gq-hash-openssl.c:265: error: 'des_key_schedule' undeclared (first use in this 
function)
gq-hash-openssl.c:265: error: expected ';' before 'schedule'
gq-hash-openssl.c:267: error: 'des_cblock' undeclared (first use in this 
function)
gq-hash-openssl.c:267: error: expected ';' before 'ckey1'
gq-hash-openssl.c:268: error: expected ';' before 'bin1'
gq-hash-openssl.c:273: warning: array subscript has type 'char'
gq-hash-openssl.c:276: error: 'ckey1' undeclared (first use in this function)
gq-hash-openssl.c:276: error: too many arguments to function 'lm_make_key'
gq-hash-openssl.c:277: warning: implicit declaration of function 
'des_set_key_unchecked'
gq-hash-openssl.c:277: error: 'schedule' undeclared (first use in this function)
gq-hash-openssl.c:278: warning: implicit declaration of function 
'des_ecb_encrypt'
gq-hash-openssl.c:278: error: expected expression before ')' token
gq-hash-openssl.c:280: error: 'ckey2' undeclared (first use in this function)
gq-hash-openssl.c:280: error: too many arguments to function 'lm_make_key'
gq-hash-openssl.c:282: error: expected expression before ')' token
gq-hash-openssl.c:286: error: 'bin1' undeclared (first use in this function)
gq-hash-openssl.c:291: error: 'bin2' undeclared (first use in this function)
gmake[3]: *** [gq-hash-openssl.o] Error 1

>How-To-Repeat:
        cd databases/gq && make
>Fix:



Home | Main Index | Thread Index | Old Index