From nobody Mon Nov 15 14:16:10 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C748D185232E; Mon, 15 Nov 2021 14:16:13 +0000 (UTC) (envelope-from SRS0=eSeV=QC=FreeBSD.org=mfechner@anny.lostinspace.de) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtB7d4PF9z4f46; Mon, 15 Nov 2021 14:16:13 +0000 (UTC) (envelope-from SRS0=eSeV=QC=FreeBSD.org=mfechner@anny.lostinspace.de) Received: from server.idefix.lan (131-136-067-156.ip-addr.inexio.net [156.67.136.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 68293A60C9; Mon, 15 Nov 2021 15:16:11 +0100 (CET) Received: from [IPV6:2a02:6d40:36c4:7d01:39cf:cd91:b600:4568] (unknown [IPv6:2a02:6d40:36c4:7d01:39cf:cd91:b600:4568]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id DA5E276B1E3; Mon, 15 Nov 2021 15:16:10 +0100 (CET) Message-ID: <2f7158c7-2c31-49f4-e6d5-e94f025eadef@FreeBSD.org> Date: Mon, 15 Nov 2021 15:16:10 +0100 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: git: 46ce086c7130 - main - Mk/Uses: default version for nodejs Content-Language: en-US To: Dima Panov , bradleythughes@fastmail.fm, Po-Chuan Hsieh , Torsten Zuehlsdorff Cc: dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, ports-committers@freebsd.org References: <202111120555.1AC5tGbw088641@gitrepo.freebsd.org> <83813b39-7680-00cc-b174-99fa34f18820@FreeBSD.org> From: Matthias Fechner In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Server: anny.lostinspace.de X-Rspamd-Queue-Id: 4HtB7d4PF9z4f46 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Am 15.11.2021 um 15:02 schrieb Dima Panov: > > Can confirm it. Fils in poudriere. > > > ld: error: undefined symbol: RSA_get0_pss_params > >>> referenced by crypto_rsa.cc > >>> crypto_rsa.o:(node::crypto::GetRsaKeyDetail(node::Environment*, > std::__1::shared_ptr, > v8::Local)) in archive /wrkdirs/usr/ports/www/node16/wo > rk/node-v16.13.0/out/Release/obj.target/libnode.a > ld: error: undefined symbol: RSA_get0_pss_params > >>> referenced by crypto_rsa.cc > >>> crypto_rsa.o:(node::crypto::GetRsaKeyDetail(node::Environment*, > std::__1::shared_ptr, > v8::Local)) in archive /wrkdirs/usr/ports/www/node16/wo > rk/node-v16.13.0/out/Release/obj.target/libnode.a > c++: error: linker command failed with exit code 1 (use -v to see > invocation) > gmake[2]: *** [cctest.target.mk:211: > /wrkdirs/usr/ports/www/node16/work/node-v16.13.0/out/Release/cctest] > Error 1 > gmake[2]: *** Waiting for unfinished jobs.... > > > ===> The following configuration options are available for node16-16.13.0: >      BUNDLED_SSL=off: Use node.js's bundled OpenSSL implementation >      DOCS=on: Build and/or install documentation >      DTRACE=on: Build with DTrace probes >      NLS=on: Native Language Support > ===> Use 'make config' to modify these settings ok, this look like a problem with maybe openssl, do you use openssl from ports or from base? If you use openssl from base, you maybe have to switch BUNDLED_SSL on node16 on? I use openssl from ports and there it is working fine. Let me recompile my packages with OPENSSL from base, but this will take some time. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook