From nobody Fri Jan 13 21:10:17 2023 X-Original-To: chromium@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 4NtvFw0RmBz2pD3g for ; Fri, 13 Jan 2023 21:10:28 +0000 (UTC) (envelope-from robert@openbsd.org) Received: from nerd.hu (nerd.hu [84.2.34.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NtvFv3PzGz3x3f for ; Fri, 13 Jan 2023 21:10:27 +0000 (UTC) (envelope-from robert@openbsd.org) Authentication-Results: mx1.freebsd.org; none Received: from localhost (localhost [127.0.0.1]) by nerd.hu (OpenSMTPD) with ESMTP id cb5b7ab3; Fri, 13 Jan 2023 22:10:17 +0100 (CET) Date: Fri, 13 Jan 2023 22:10:17 +0100 From: Robert Nagy To: Robert Huff Cc: chromium@freebsd.org Subject: Re: build failure Message-ID: <20230113211017.3xmkw2v7hjvd47hc@nerd.hu> References: <25537.40220.571172.806285@jerusalem.litteratus.org> List-Id: FreeBSD-specific Chromium issues List-Archive: https://lists.freebsd.org/archives/freebsd-chromium List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-chromium@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25537.40220.571172.806285@jerusalem.litteratus.org> X-Rspamd-Queue-Id: 4NtvFv3PzGz3x3f X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15545, ipnet:84.2.34.0/23, country:HU] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Hi Disable the TEST options and I will look into this later. On 13/01/23 13:04 -0500, Robert Huff wrote: > > > > Hello: > On a system running: > > FreeBSD 14.0-CURRENT #0 main-f0a15aafcb > Mon Oct 31 08:19:54 EDT 2022 > amd64 > > with all relevant ports up to date, my first-ever build attempt > dies with: > > > [ 18% 11671/62565] touch obj/third_party/tflite/tflite_public_headers.stamp > [ 18% 11672/62565] touch obj/third_party/tflite/tflite_kernel_internals.stamp > [ 18% 11673/62565] touch obj/third_party/tflite/tflite_kernels.stamp > [ 18% 11674/62565] python3 ../../build/gn_run_binary.py flatc -c --keep-prefix -o gen/third_party/tflite_support/src/tensorflow_lite_support/metadata -I ../../ --no-warnings ../../third_party/tflite_support/src/tensorflow_lite_support/metadata/metadata_schema.fbs > [ 18% 11675/62565] python3 ../../third_party/swiftshader/src/Vulkan/write_icd_json.py --input ../../third_party/swiftshader/src/Vulkan/vk_swiftshader_icd.json --output vk_swiftshader_icd.json --library_path ./libvk_swiftshader.so > [ 18% 11676/62565] touch obj/third_party/swiftshader/src/Vulkan/icd_file.stamp > [ 18% 11677/62565] python3 ../../build/gn_run_binary.py generate_fontconfig_caches > FAILED: fontconfig_caches/fb5c91b2895aa445d23aebf7f9e2189c-le64.cache-7 > python3 ../../build/gn_run_binary.py generate_fontconfig_caches > generate_fontconfig_caches failed with exit code 1 > ninja: build stopped: subcommand failed. > *** Error code 1 > > What have I broken? > How do I fix it? > > > > Respectfully, > > > Robert Huff > > -- Regards, Robert Nagy