From nobody Mon Nov 15 14:51:14 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 7E12C1893310; Mon, 15 Nov 2021 14:51:17 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:151:4202::3]) (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 4HtBw51N3hz4s14; Mon, 15 Nov 2021 14:51:17 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [IPV6:2a02:908:1462:c2e0:f68c:50ff:fe3d:317d] (unknown [IPv6:2a02:908:1462:c2e0:f68c:50ff:fe3d:317d]) (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 toco-domains.de (Postfix) with ESMTPSA id 5A2EE7A97; Mon, 15 Nov 2021 15:51:15 +0100 (CET) Message-ID: <16867e53-1868-80c0-a9eb-0984059a4674@toco-domains.de> Date: Mon, 15 Nov 2021 15:51:14 +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 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: git: 46ce086c7130 - main - Mk/Uses: default version for nodejs Content-Language: en-US To: Matthias Fechner , Dima Panov , bradleythughes@fastmail.fm, Po-Chuan Hsieh 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> <2f7158c7-2c31-49f4-e6d5-e94f025eadef@FreeBSD.org> From: Torsten Zuehlsdorff In-Reply-To: <2f7158c7-2c31-49f4-e6d5-e94f025eadef@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4HtBw51N3hz4s14 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 15.11.21 15:16, Matthias Fechner wrote: > 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. I have the same issue like Dima. And i build GitLab without ANY configurations (beside setting the PostgreSQL default version). So it should be an error visible in default package building? Best, Torsten