From nobody Thu Dec 02 10:32:09 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 A914618CBD24; Thu, 2 Dec 2021 10:32:21 +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 4J4XMS0XGTz54cK; Thu, 2 Dec 2021 10:32:19 +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 1B2AWAgk098716; Thu, 2 Dec 2021 19:32:10 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 2 Dec 2021 19:32:09 +0900 From: Tomoaki AOKI To: freebsd-current@freebsd.org Cc: freebsd-ports@freebsd.org, Brooks Davis Subject: Re: Problem compiling ports Message-Id: <20211202193209.67b8696b5a74803b99ad8190@dec.sakura.ne.jp> In-Reply-To: <20211130224537.GE75149@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> <20211201065756.b8d50b150a88b0181f24ad89@dec.sakura.ne.jp> <20211130224537.GE75149@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=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4J4XMS0XGTz54cK X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [-0.67 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[sakura.ne.jp]; AUTH_NA(1.00)[]; TO_DN_SOME(0.00)[]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_MEDIUM(-0.89)[-0.893]; NEURAL_HAM_LONG(-0.27)[-0.265]; NEURAL_HAM_SHORT(-0.91)[-0.914]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[123.48.130.181:received] X-ThisMailContainsUnwantedMimeParts: N Confirmed. Thanks for your quick reaction! On Tue, 30 Nov 2021 22:45:37 +0000 Brooks Davis wrote: > Yeah, I've got this in progress. > > -- Brooks > > On Wed, Dec 01, 2021 at 06:57:56AM +0900, Tomoaki AOKI wrote: > > 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 > > -- 青木 知明 [Tomoaki AOKI]