https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206354
--- Comment #3 from Mark Millard <[email protected]> --- (In reply to Raphael Kubo da Costa from comment #2) Ahh. It is another example of libcrypto.so.7 issues. . . clang++ -c -pipe -g -fstack-protector -fno-strict-aliasing -O2 -Wall -W -fPIE -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o cups.o cups.cpp clang++ -o cups cups.o -L/usr/local/lib -lcups /usr/bin/ld: warning: libcrypto.so.7, needed by //usr/local/lib/libtspi.so.1, not found (try using -rpath or -rpath-link) //usr/local/lib/libtspi.so.1: undefined reference to `EVP_DecryptFinal' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_DigestInit' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_item_i2d' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_padding_add_PKCS1_OAEP' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_CIPHER_CTX_block_size' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_CIPHER_iv_length' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_192_cbc' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_CIPHER_CTX_init' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_verify' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_item_new' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_EncryptFinal' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_size' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_128_ofb' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_DecryptInit' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_256_ecb' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_public_encrypt' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_INTEGER_it' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_OCTET_STRING_it' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_EncryptInit' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_item_d2i' //usr/local/lib/libtspi.so.1: undefined reference to `RAND_bytes' //usr/local/lib/libtspi.so.1: undefined reference to `BN_bin2bn' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_MD_CTX_md' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_CIPHER_CTX_cleanup' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_new' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_item_free' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_free' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_256_cbc' //usr/local/lib/libtspi.so.1: undefined reference to `ASN1_INTEGER_get' //usr/local/lib/libtspi.so.1: undefined reference to `PKCS1_MGF1' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_192_ofb' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_256_ofb' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_DigestFinal' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_des_cbc' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_DecryptUpdate' //usr/local/lib/libtspi.so.1: undefined reference to `HMAC' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_EncryptUpdate' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_aes_128_cbc' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_des_ede3_ofb' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_des_ede3_cbc' //usr/local/lib/libtspi.so.1: undefined reference to `RSA_public_decrypt' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_des_ofb' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_sha1' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_MD_size' //usr/local/lib/libtspi.so.1: undefined reference to `EVP_DigestUpdate' clang++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[2]: stopped in /usr/obj/portswork/usr/ports/print/qt5-printsupport/work/qtbase-opensource-src-5.4.1/config.tests/unix/cups Cups disabled. Cups support cannot be enabled due to functionality tests! Turn on verbose messaging (-v) to ./configure to see the final report. If you believe this message is in error you may use the continue switch (-continue) to ./configure to continue. ===> Script "configure" failed unexpectedly. Please report the problem to [email protected] [maintainer] and attach the "/usr/obj/portswork/usr/ports/print/qt5-printsupport/work/qtbase-opensource-src-5.4.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make[1]: stopped in /usr/ports/print/qt5-printsupport *** Error code 1 Stop. make: stopped in /usr/ports/print/qt5-printsupport ===>>> make build failed for print/qt5-printsupport ===>>> Aborting update -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
