From owner-freebsd-hackers@freebsd.org Sat Dec 21 10:07:31 2019 Return-Path: Delivered-To: freebsd-hackers@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 9DC401CF0A2 for ; Sat, 21 Dec 2019 10:07:31 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47g1WQ1JNcz45sb for ; Sat, 21 Dec 2019 10:07:29 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id 9B9DBEA300 for ; Sat, 21 Dec 2019 11:07:27 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 79C8D72C331; Sat, 21 Dec 2019 11:07:26 +0100 (CET) Date: Sat, 21 Dec 2019 11:07:26 +0100 From: Thierry Thomas To: freebsd-hackers@freebsd.org Subject: Re: What is the solution to build with clang when it fails: fatal error: 'quadmath.h' file not found ? Message-ID: <20191221100726.GA77603@graf.pompo.net> Mail-Followup-To: freebsd-hackers@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 12.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47g1WQ1JNcz45sb X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of thierry@pompo.net has no SPF policy when checking 80.67.160.89) smtp.mailfrom=thierry@pompo.net X-Spamd-Result: default: False [-2.27 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(-2.49)[ip: (-9.16), ipnet: 80.67.160.0/19(-1.83), asn: 20766(-1.46), country: FR(-0.00)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; MIME_TRACE(0.00)[0:+]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; RCVD_IN_DNSWL_NONE(0.00)[89.160.67.80.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net]; DMARC_NA(0.00)[freebsd.org]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net]; RCVD_TLS_ALL(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2019 10:07:31 -0000 Le ven. 20 déc. 19 à 23:07:59 +0100, Yuri écrivait : > Is 'quadmath.h' just not available through clang and GCC should be > always used instead? Please see this issue: https://github.com/boostorg/math/issues/181 The missing part should be adressed by clang. -- Th. Thomas.