From nobody Tue Nov 30 21:57:56 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 CC38D18BD21E; Tue, 30 Nov 2021 21:58:00 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4J3bgX3Hr9z3px9; Tue, 30 Nov 2021 21:57:59 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-48-130-181.area1b.commufa.jp [123.48.130.181]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 1AULvusw006743; Wed, 1 Dec 2021 06:57:56 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 1 Dec 2021 06:57:56 +0900 From: Tomoaki AOKI To: freebsd-current@freebsd.org Cc: Brooks Davis , freebsd-ports@freebsd.org Subject: Re: Problem compiling ports Message-Id: <20211201065756.b8d50b150a88b0181f24ad89@dec.sakura.ne.jp> In-Reply-To: <20211130174530.GA75149@spindle.one-eyed-alien.net> References: <28612702.6783053.1638293085302.ref@mail.yahoo.com> <28612702.6783053.1638293085302@mail.yahoo.com> <20211130174530.GA75149@spindle.one-eyed-alien.net> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4J3bgX3Hr9z3px9 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N It would be better making new special handling like BE_AMDGPU for it. Building with BE_STANDARD just for this would be a pain for some users. (CC'ing freebsd-ports ML.) On Tue, 30 Nov 2021 17:45:30 +0000 Brooks Davis wrote: > In the config for devel/llvm11, is BE_STANDARD enabled? If not, you > won't have the web assembly backend. > > -- Brooks > > On Tue, Nov 30, 2021 at 05:24:45PM +0000, Filippo Moretti via current wrote: > > error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-wasi"' > > 1 error generated. > > gmake[3]: *** [Makefile:380: /usr/ports/devel/wasi-libc/work/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/build/dlmalloc/src/dlmalloc.o] Error 1 > > error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-wasi"' > > 1 error generated. > > gmake[3]: *** [Makefile:440: startup_files] Error 1 > > gmake[3]: Leaving directory '/usr/ports/devel/wasi-libc/work/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96' > > ===> Compilation failed unexpectedly. > > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > > the maintainer. > > *** Error code 1 > > > > Stop. > > make[2]: stopped in /usr/ports/devel/wasi-libc > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/ports/devel/wasi-libcxx*** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/www/firefox > > > > ===>>> make build failed for www/firefox > > ===>>> Aborting update > > > > > > ??File "/usr/local/lib/python3.8/site-packages/setuptools/dist.py", line 799, in > > ?????? eps = map(lambda e: e.load(), pkg_resources.iter_entry_points(group)) > > ?? File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2449, in load > > ?????? self.require(*args, **kwargs) > > ?? File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2472, in require > > ?????? items = working_set.resolve(reqs, env, installer, extras=self.extras) > > ?? File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 772, in resolve > > ?????? raise DistributionNotFound(req, requirers) > > pkg_resources.DistributionNotFound: The 'packaging>=20.0' distribution was not found and is required by the application > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/devel/py-pycparser > > > > ===>>> make build failed for devel/py-pycparser@py38 > > ===>>> Aborting update > > > > FreeBSD sting 14.0-CURRENT FreeBSD 14.0-CURRENT #62 heads/main-n251146-d109559ddbf: Mon Nov 29 12:18:48 CET 2021???????? root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING?? amd64 > > > > -- Tomoaki AOKI