From owner-freebsd-mono@freebsd.org Mon Dec 21 18:54:39 2020 Return-Path: Delivered-To: freebsd-mono@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A79C74C1F86 for ; Mon, 21 Dec 2020 18:54:39 +0000 (UTC) (envelope-from tremere@cainites.net) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4D07tl3QDXz4Qx5 for ; Mon, 21 Dec 2020 18:54:39 +0000 (UTC) (envelope-from tremere@cainites.net) Received: by mailman.nyi.freebsd.org (Postfix) id 7515F4C1E9A; Mon, 21 Dec 2020 18:54:39 +0000 (UTC) Delivered-To: mono@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 74CEB4C1F0F for ; Mon, 21 Dec 2020 18:54:39 +0000 (UTC) (envelope-from tremere@cainites.net) Received: from cainites.net (ns1.cainites.net [80.100.64.128]) (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 4D07tj5Zrgz4Qx3 for ; Mon, 21 Dec 2020 18:54:37 +0000 (UTC) (envelope-from tremere@cainites.net) Received: from smtp.cainites.net ([2001:985:f180:1::e] helo=L02373 ident=h3ll) by cainites.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1krQKD-0005H3-VP for mono@FreeBSD.org; Mon, 21 Dec 2020 19:54:29 +0100 From: "Ralf van der Enden" To: Subject: lang/mono6.8 fails to build with NINJA enabled. Date: Mon, 21 Dec 2020 19:54:27 +0100 Message-ID: <001401d6d7ca$b63ee870$22bcb950$@cainites.net> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdbXyo7+chQOREOHQV6jDwMv8ecBsg== Content-Language: nl X-Rspamd-Queue-Id: 4D07tj5Zrgz4Qx3 X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[cainites.net:s=default]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:80.100.64.128]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[80.100.64.128:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[cainites.net:+]; DMARC_POLICY_ALLOW(-0.50)[cainites.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[80.100.64.128:from]; ASN(0.00)[asn:3265, ipnet:80.100.0.0/15, country:NL]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[mono]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 18:54:39 -0000 Hello, I've found an issue with the lang/mono6.8 port when NINJA is enabled. The port sets CONFIGURE_ON=ninja. This results in the following error: Ready to run './configure'. Done running external/bdwgc/autogen.sh ... Running ./configure --enable-maintainer-mode --enable-compile-warnings --disable-dtrace --disable-big-arrays ninja --with-spectre-mitigation=yes --without-x --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --disable-silent-rules --infodir=/usr/local/share/info/ --build=amd64-portbld-freebsd12.2 ... configure: WARNING: you should use --build, --host, --target configure: loading site script /usr/ports/Templates/config.site checking build system type... amd64-portbld-freebsd12.2 checking host system type... Invalid configuration `ninja': machine `ninja' not recognized configure: error: /bin/sh ./config.sub ninja failed ===> Script "autogen.sh" failed unexpectedly. When changed to CONFIGURE_ENABLE=ninja everything works as expected. Best regards, Ralf van der Enden