From nobody Fri Mar 18 14:16:22 2022 X-Original-To: freebsd-hackers@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 B14641A1AAF5 for ; Fri, 18 Mar 2022 14:16:33 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4KKmKD0hXtz3P1f for ; Fri, 18 Mar 2022 14:16:31 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-31-137.area1b.commufa.jp [123.1.31.137]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 22IEGMwm054652 for ; Fri, 18 Mar 2022 23:16:23 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Fri, 18 Mar 2022 23:16:22 +0900 From: Tomoaki AOKI To: FreeBSD Hackers Subject: Providing base OpenSSL *.pc files needed Message-Id: <20220318231622.1f511123b97c76f2bbe1568a@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4KKmKD0hXtz3P1f X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [-1.58 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; DMARC_NA(0.00)[sakura.ne.jp]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.977]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-hackers]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[123.1.31.137:received] X-ThisMailContainsUnwantedMimeParts: N Can someone look into Bug 257659 [1]? I've encountered Bug 262569 [2]. ports git d4c9792fda7f introduced LIB_DEPENDS with security/openssl, maybe because security/tpm2-tss 3.2.0 hesitates to build without *.pc of OpenSSL. This causes ports depending on base OpenSSL to fail, even on fetch. Putting partially modified *.pc files of security/openssl I've uploaded on Bug 257659 into /usr/libdata/pkgconfig, applying the patch I've uploaded on Bug 262569 and deinstalling security/openssl allowed me to build security/tpm2-tss, updating ports depending on base OpenSSL to succeed. */usr/ports/Mk/bsd.default-versions.mk defaults to base unless any ports one is already installed or manually specified via DEFAULT_VERSIONS. And /usr/ports/Mk/Uses/ssl.mk disallows coexistence of ports build against base OpenSSL and against ports security/openssl*. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257659 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262569 -- Tomoaki AOKI