From nobody Mon Aug 02 16:34:21 2021 X-Original-To: ports-bugs@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 AABBF11FBFF6 for ; Mon, 2 Aug 2021 16:34:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19: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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gdk9T4KKsz4gkF for ; Mon, 2 Aug 2021 16:34:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C28722A58 for ; Mon, 2 Aug 2021 16:34:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 172GYLNf045009 for ; Mon, 2 Aug 2021 16:34:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 172GYL2L045008 for ports-bugs@FreeBSD.org; Mon, 2 Aug 2021 16:34:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257566] security/cyrus-sasl2: respect CC Date: Mon, 02 Aug 2021 16:34:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: evgeniy@khramtsov.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ume@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257566 Bug ID: 257566 Summary: security/cyrus-sasl2: respect CC Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ume@FreeBSD.org Reporter: evgeniy@khramtsov.org Flags: maintainer-feedback?(ume@FreeBSD.org) Assignee: ume@FreeBSD.org Attachment #226882 maintainer-approval? Flags: Flags: maintainer-feedback? Created attachment 226882 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226882&action= =3Dedit v1 (use "git am") /usr/bin/cc can be absent due to base built WITHOUT_CLANG, external toolchain from ports can be installed instead. Respect $CC from environment, e.g. when /usr/local/share/toolchains/*.mk gets included: configure:4847: checking for gcc configure:4877: result: no configure:4940: checking for cc configure:4987: result: no configure:5043: checking for cl.exe configure:5073: result: no configure:5097: error: in `/usr/local/poudriere/ports/ei/security/cyrus-sasl2/work/cyrus-sasl -2.1.27': configure:5100: error: no acceptable C compiler found in $PATH security/cyrus-sasl2 cannot detect devel/llvm12, at least (and w/ $PATH adjusted) Tier 1 architectures poudriere: 11.4/i386 OK: bulk diff https://codeberg.org/ei/misc/commit/ef89234a pkg diff https://codeberg.org/ei/misc/commit/a53552d4 testport https://codeberg.org/ei/misc/commit/3bc0cd7e 11.4/amd64: OK bulk diff https://codeberg.org/ei/misc/commit/7aaf154e pkg diff https://codeberg.org/ei/misc/commit/a85bbbc3 testport https://codeberg.org/ei/misc/commit/6339fe2c 12.2/i386: OK bulk diff https://codeberg.org/ei/misc/commit/e4971a28 pkg diff https://codeberg.org/ei/misc/commit/767aedd8 testport https://codeberg.org/ei/misc/commit/4915eb70 12.2/amd64: OK bulk diff https://codeberg.org/ei/misc/commit/07e7716b pkg diff https://codeberg.org/ei/misc/commit/034da552 testport https://codeberg.org/ei/misc/commit/31c7e883 13.0/amd64: OK bulk diff https://codeberg.org/ei/misc/commit/ab62c9d1 pkg diff https://codeberg.org/ei/misc/commit/cb8a8da1 testport https://codeberg.org/ei/misc/commit/a4ce4cef 13.0/aarch64 (via qemu-user-static): OK bulk diff https://codeberg.org/ei/misc/commit/70648b43 pkg diff https://codeberg.org/ei/misc/commit/27b51c86 testport https://codeberg.org/ei/misc/commit/1fcd3d55 Note, now that CC is respected, native-xtoolchain for 13.0/aarch64 gets used by default, and the build is about ~3 seconds shorter. Extracted package *contents* (! MANIFEST) ("pkg diff") did not change, PORTREVISION is left intact. --=20 You are receiving this mail because: You are the assignee for the bug.=