From owner-freebsd-hackers@freebsd.org Sat Feb 15 18:35:31 2020 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 B34B52436C5 for ; Sat, 15 Feb 2020 18:35:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mail.pingpong.net (mail.pingpong.net [109.228.164.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48Kf7l4N7sz4YhP for ; Sat, 15 Feb 2020 18:35:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from [10.0.1.11] (c188-149-188-210.bredband.comhem.se [188.149.188.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 307454B186; Sat, 15 Feb 2020 19:35:30 +0100 (CET) From: Palle Girgensohn Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Why is not llvm-config executable included? Message-Id: Date: Sat, 15 Feb 2020 19:35:29 +0100 Cc: Kirill Ponomarev To: freebsd-hackers@freebsd.org X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 48Kf7l4N7sz4YhP X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.91)[-0.913,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:8473, ipnet:109.228.128.0/18, country:SE] 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, 15 Feb 2020 18:35:31 -0000 Hi! I try to build postgresql with llvm from base in 13.0-CURRENT, but = although it seems to me that llvm is indeed included in base, the = executable `llvm-config` is not. PostgreSQL's build process expects to = be able to use this to configure itself when building with llvm. Any ideas how to deal with this, apart from installing devel/llbm90 = which seems a bit bonkers? Palle