From owner-freebsd-ports@freebsd.org Thu May 13 06:13:10 2021 Return-Path: Delivered-To: freebsd-ports@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 43043632A88 for ; Thu, 13 May 2021 06:13:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FghD61RjNz4Vv1; Thu, 13 May 2021 06:13:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1620886390; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vktSR/Y+1bEB5aIK8pS0TjD48Tt8r5IPm4Edb0L04DQ=; b=molt5Vdc868qjyCCCN70zfb1js6lZLX92gU+AzWaddlYcCNcb8bmIRQLbnYG1VZJZD1PUb 2lXxg3lfMoKFAW3OKTkIEo6NDi2NDOPcn/UW+1+eqALvgTyvJnY01xWanImknRoru5Ah+b LogIEAERAYpIOShSWjmoYHcGiZQr0Wxv1Ve4fzKF70Fy4Ddd3izT+F8WyjQa9c1niLuMIO Pv88fO89XwTCjmqCLl3kOx1WYNkxhuDsYvvVwjzUrIX+UIgQ//GkCXt+Nne5e6n9kgOM2y RAePWfFBj5PcY57eUX63Twc1G9eU0NAjkesLQYn+23pvQRObQ/ljjpuDrh6BqQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2A4C01B780; Thu, 13 May 2021 06:13:10 +0000 (UTC) From: Jan Beich To: bob prohaska Cc: FreeBSD ports Subject: Re: Trubles compiling lxqt on RPi4 References: <20210513034811.GA40952@www.zefox.net> Date: Thu, 13 May 2021 08:13:07 +0200 In-Reply-To: <20210513034811.GA40952@www.zefox.net> (bob prohaska's message of "Wed, 12 May 2021 20:48:11 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1620886390; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vktSR/Y+1bEB5aIK8pS0TjD48Tt8r5IPm4Edb0L04DQ=; b=acdpvrD3juma6FgSaGeLWdBAOJcK+bK2AmzS7AFcE9esB5Q8Z7bcOh59Z3XIHTuZk2qxHm 6oPvgKiYZzECRfewzgNXy4YZFMCY1+WqTiJlWiFYAinKO3EIsdzYgpU1q4O0eFp++ONGiy oHNmJRgXl+eIBReWXZS9EnpSQsReRIzlZMtYK2YbKkTHFJXHMQLdWi3ICOphgCHYnU4v66 hkFH8BpsUEd+X0voO7vv0OAkJkUSfCDTUIYLfa+UDBQXseSnwQTQfRwjVLQZMbrH6J/ay1 xt/qWgY/KPfRckfeposhpNyiO+YROG9iZhtdoXGL3Kcf8r+p5+ZPEfBd/AgAGw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1620886390; a=rsa-sha256; cv=none; b=n0PqDiQi8LvgqQsbroR9jCs3tAFgpeXfsfpu/bAEiiErWcYmTCK+jWIbXqLINLmj70R3zs 4LnlybqGpr4lH83xLZ9wvdCfKKfnTCtWfw2UhMnIqmYM2e/ELLWFkCX/b31hMJY22lmB6u 4uDN0R7TXG6JtckYy6su17jrcNxUqSfl7WTTwgMGTRm00Bcy6qE4sxD0jExXz1PMDaOSq7 HoIiJD1+e2NX5S2VP/tidtlOV37mT0x65UdTtS2zmnOpAK1FNFKxmSG9QX3GpB0xAY9Nrh X1cndvaLNOONW0YcesbB6y9ZuEH0sLmlRq3RF+Kxbo/L+qf+efKp0LCcgu/fKA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 06:13:10 -0000 bob prohaska writes: > On Wed, May 12, 2021 at 05:17:37PM -0700, Mark Millard via freebsd-ports wrote: > >> bob prohaska fbsd at www.zefox.net wrote on >> Wed May 12 21:10:02 UTC 2021 : >> >> > Attempts to compile x11/x11-wm/lxqt on a Pi4 running -current >> > get stuck with: >> > ===> Building for json-glib-1.6.2_1 > [....] >> > FAILED: json-glib/libjson-glib-1.0.so.0.600.2.p/meson-generated_.._json-enum-types.c.o >> > >> > Is there a workaround? Ports were up-to-date as of today, May 12, 2021. >> >> You are not very explicit about the FreeBSD context and >> such, beyond RPi4 (so aarm64/aarch64). >> >> > > Moving to /usr/ports/json-glib and using > make -DBATCH MAKE_JOBS_UNSAFE=yes MAKE_JOBS_NUMBER=4 DISABLE_VULNERABILITIES=yes > make.log > reports several instances of > error: unknown argument: '-fno-color-diagnostics' Likely caused by desync between USES=meson and devel/meson, see https://cgit.freebsd.org/ports/commit/?id=ff2796d5bc83 Try again after re-installing devel/meson.