From nobody Sat Oct 9 11:58:37 2021 X-Original-To: freebsd-current@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 79CC012B29CC for ; Sat, 9 Oct 2021 11:58:46 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRNr62y8Bz4gn0; Sat, 9 Oct 2021 11:58:46 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "R3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 2B448F53B; Sat, 9 Oct 2021 11:58:46 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtpclient.apple (unknown [IPv6:2001:470:7a58:0:2191:2238:625b:d64d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F00654F7EA; Sat, 9 Oct 2021 13:58:43 +0200 (CEST) From: Dimitry Andric Message-Id: <2FCA108B-29E1-48EA-A8C7-BC621CC6F963@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_A1DC35F2-CC15-4819-9096-6935A38F0619"; protocol="application/pgp-signature"; micalg=pgp-sha1 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: clang/llvm-tblgen --- ld: error: undefined symbol: setupterm Date: Sat, 9 Oct 2021 13:58:37 +0200 In-Reply-To: Cc: FreeBSD CURRENT , Baptiste Daroussin To: FreeBSD User References: <20211009094624.3f3cacc8@jelly.fritz.box> X-Mailer: Apple Mail (2.3654.120.0.1.13) X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_A1DC35F2-CC15-4819-9096-6935A38F0619 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 9 Oct 2021, at 13:37, Dimitry Andric wrote: >=20 > On 9 Oct 2021, at 09:46, FreeBSD User wrote: >>=20 >> On recent CURRENT (FreeBSD 14.0-CURRENT #2 main-n249971-0525ece3554e: >> Fri Oct 8 15:17:34 CEST 2021 amd64) building of an 13-STABLE based >> appliance failed very early in the build process of the 13-STABLE >> sources as shown below. 13-STABLE is most recent, since the sources = are >> fetched every time the build process is triggered. > ... >> = /pool/home/ohartmann/Projects/router/router/apu2c4/src/tools/install.sh >> -s -o root -g wheel -m 555 compile_et >> /pool/home/ohartmann/Projects/router/router/apu2 >> = c4/world/amd64/ALERICH_13-STABLE_amd64/pool/home/ohartmann/Projects/router= /router/apu2c4/src/amd64.amd64/tmp/legacy/usr/bin/compile_et >> --- _bootstrap-tools-usr.bin/clang/llvm-tblgen --- ld: error: = undefined >> symbol: setupterm >>>>> referenced by Process.cpp >>>>> = Process.o:(llvm::sys::Process::FileDescriptorHasColors(int)) >=20 > It is complaining about ncurses functions; it seems that even though = the link step gets -lncursesw added, it still is not able to find the = symbol: Okay, this is because recently on -CURRENT, libtinfow got split off from libncursesw: https://cgit.freebsd.org/src/commit/?id=3D396851c20aebd This affects such cross-builds obviously, and manually adding -ltinfow to the link command line makes it link correctly. However, the 396851c20aebd commit is probably not suitable for MFC'ing to stable/13. Maybe we need to put some kind of kludge in share/mk/src.libnames.mk for this, or in the top-level Makefile.inc1? Baptiste, any ideas? :) -Dimitry --Apple-Mail=_A1DC35F2-CC15-4819-9096-6935A38F0619 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYWGD7QAKCRCwXqMKLiCW oxoZAJ9GdUjretIh8ERo/RVmVEAz1aXFgQCgghcd6Q4pomrK1aykQ5CfJk8FOKo= =unDS -----END PGP SIGNATURE----- --Apple-Mail=_A1DC35F2-CC15-4819-9096-6935A38F0619--