pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/53065: archivers/bsdtar does not build on NetBSD-current
>Number: 53065
>Category: pkg
>Synopsis: archivers/bsdtar does not build on NetBSD-current
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Mar 02 08:50:00 +0000 2018
>Originator: Andreas Gustafsson
>Release: NetBSD-current, source date 2018.02.28.18.03.48
>Organization:
>Environment:
System: NetBSD
Architecture: x86_64
Machine: amd64
>Description:
On a freshly installed debug build of NetBSD-current/amd64 (source date
2018.02.28.18.03.48), using today's pkgsrc, building the archivers/bsdtar
package fails:
--- bsdtar ---
CCLD bsdtar
./.libs/libarchive.a(archive_cryptor.o): In function `aes_ctr_release':
archive_cryptor.c:(.text+0xe): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libarchive.a(archive_cryptor.o): In function `aes_ctr_encrypt_counter':
archive_cryptor.c:(.text+0x55): undefined reference to `EVP_EncryptInit_ex'
archive_cryptor.c:(.text+0x74): undefined reference to `EVP_EncryptUpdate'
./.libs/libarchive.a(archive_cryptor.o): In function `aes_ctr_init':
archive_cryptor.c:(.text+0x1fd): undefined reference to `EVP_CIPHER_CTX_new'
archive_cryptor.c:(.text+0x22e): undefined reference to `EVP_aes_256_ecb'
archive_cryptor.c:(.text+0x263): undefined reference to `EVP_CIPHER_CTX_reset'
archive_cryptor.c:(.text+0x26f): undefined reference to `EVP_aes_128_ecb'
archive_cryptor.c:(.text+0x27a): undefined reference to `EVP_aes_192_ecb'
./.libs/libarchive.a(archive_hmac.o): In function `__hmac_sha1_cleanup':
archive_hmac.c:(.text+0x8): undefined reference to `HMAC_CTX_free'
./.libs/libarchive.a(archive_hmac.o): In function `__hmac_sha1_final':
archive_hmac.c:(.text+0x2d): undefined reference to `HMAC_Final'
./.libs/libarchive.a(archive_hmac.o): In function `__hmac_sha1_init':
archive_hmac.c:(.text+0x54): undefined reference to `HMAC_CTX_new'
archive_hmac.c:(.text+0x61): undefined reference to `EVP_sha1'
archive_hmac.c:(.text+0x75): undefined reference to `HMAC_Init_ex'
./.libs/libarchive.a(archive_hmac.o): In function `__hmac_sha1_update':
archive_hmac.c:(.text+0x42): undefined reference to `HMAC_Update'
*** [bsdtar] Error code 1
I'm not sure if this is a pkgsrc issue or a -current issue.
>How-To-Repeat:
>Fix:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index