pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/53430: pkgsrc-2018Q2 security/cy2-digestmd5 build fails
>Number: 53430
>Category: pkg
>Synopsis: pkgsrc-2018Q2 security/cy2-digestmd5 build fails
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jul 08 00:40:00 +0000 2018
>Originator: Izumi Tsutsui
>Release: NetBSD 8.0_RC2 + pkgsrc-2018Q2
>Organization:
>Environment:
System: NetBSD mirage 8.0_RC2 NetBSD 8.0_RC2 (GENERIC) #0: Mon Jun 25 13:01:26 UTC 2018 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
pkgsrc-2018Q2 security/cy2-digestmd5 build fails:
---
===> Building for cy2-digestmd5-2.1.27
:
depbase=`echo crypto-compat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I../include -I../include -I/usr/pkg/include/sasl -I/usr/pkg/include -I/usr/include -I/usr/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -MT crypto-compat.lo -MD -MP -MF $depbase.Tpo -c -o crypto-compat.lo crypto-compat.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I../include -I/s/obj.x86_64/pkgsrc/security/cy2-digestmd5/work.x86_64/.buildlink/include/sasl -I/s/obj.x86_64/pkgsrc/security/cy2-digestmd5/work.x86_64/.buildlink/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -O2 -D_FORTIFY_SOURCE=2 -MT crypto-compat.lo -MD -MP -MF .deps/crypto-compat.Tpo -c crypto-compat.c -fPIC -DPIC -o .libs/crypto-compat.o
In file included from crypto-compat.h:16:0,
from crypto-compat.c:10:
crypto-compat.h:43:40: error: expected identifier or '(' before 'const'
const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
^
crypto-compat.h:43:22: error: expected ')' before '->' token
const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
^
crypto-compat.h:44:57: error: expected ')' before '*' token
unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
^
crypto-compat.h:44:16: error: expected ')' before '->' token
unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
^
crypto-compat.c:310:40: error: expected identifier or '(' before 'const'
const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx)
^
crypto-compat.c:310:22: error: expected ')' before '->' token
const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx)
^
crypto-compat.c:315:57: error: expected ')' before '*' token
unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx)
^
crypto-compat.c:315:16: error: expected ')' before '->' token
unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx)
^
Makefile:515: recipe for target 'crypto-compat.lo' failed
gmake: *** [crypto-compat.lo] Error 1
*** Error code 2
Stop.
make[1]: stopped in /usr/pkgsrc/security/cy2-digestmd5
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/security/cy2-digestmd5
---
There was no problem on pkgsrc-2018Q1 + NetBSD 8.0_RC1
so the following 2.1.27-rc7 upgrades cause the issue?
http://www.nerv.org/pkgsrc/?q=id:20180417T015719Z.22acc37192c9b51bb92c61f08fef6b09f4376d95
>> upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1
>How-To-Repeat:
cd pkgsrc/security/cy2-digestmd5 && make package
>Fix:
No idea.
Home |
Main Index |
Thread Index |
Old Index