From nobody Thu Nov 16 09:21:09 2023 X-Original-To: dev-commits-ports-main@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 4SWDzv3l3cz51NXs for ; Thu, 16 Nov 2023 09:21:15 +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 4SWDzt6QHRz4FPk; Thu, 16 Nov 2023 09:21:14 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-22-158.area1b.commufa.jp [123.1.22.158]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 3AG9LAGt067457; Thu, 16 Nov 2023 18:21:10 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 16 Nov 2023 18:21:09 +0900 From: Tomoaki AOKI To: Gleb Popov Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 7dda5e4f6a7b - main - devel/appstream{,-qt,-compose}: Update to 1.0.0 Message-Id: <20231116182109.7138939b32f243b58d38c103@dec.sakura.ne.jp> In-Reply-To: References: <20231116065047.eee3325366d9609550ef5cb3@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4SWDzt6QHRz4FPk On Thu, 16 Nov 2023 10:28:00 +0300 Gleb Popov wrote: > On Thu, Nov 16, 2023 at 12:51 AM Tomoaki AOKI wrote: > > > > Hi. > > > > devel/appstream-qt SHALL not depend on Qt6 until KDE switches to Qt6. > > devel/appstream-qt is LIB_DEPEND'ed by sysutils/plasma5-discover, which > > is a part of KDE, and sysutils/plasma5-discover requires Qt5. > > > > This clearly causes mixups of Qt5 and Qt6 and Qt is known to be toooooo > > sensitive with mixed version. > > If this mixup is NOT OFFICIALLY SUPPORTED, please switch back to Qt5. > > If it is impossible for this version, please revert this whole commit > > and wait for KDE to switch to Qt6, even though it's unclear when it > > happens. Possibly some years later. > > > > See Bug 268652 [1] to see what happenes with mixed-up versions even on > > minor versions of Qt5. > > > > And in writing this email, sysutils/plasma5-discover failed to build > > in poudriere jail (without -S) as below. (Error part only.) > > > > Yes, my bad. My current plan is to make Discover build against > AppStream 1.0 and optionally remove it from the KDE meta as it doesn't > have any real usage on FreeBSD yet. > This would be the easiest fix in my opinion, rather than creating two > ports of AppStream. Looks reasonable for me, if it can arrive at a consensus within FreeBSD KDE team. In the meantime, I'll lock AppStream pkgs. Another option would be, if possible, FLAVOUR'rize or OPTION'nify devel/appstream-qt for Qt5 and Qt6, defaulted to Qt5 for now. Currently, Qt5 components on FreeBSD are depending upon patches from KDE, starting from commit 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 [2]. So, IMHO, Qt consumers which affect KDE component would basically need to default to Qt5. Of course, ports that do not affect (impact) with KDE components are free to choose Qt6. :-) [2] https://cgit.freebsd.org/ports/commit/devel/qt5-core?id=6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 Thanks in advance! Regards. -- Tomoaki AOKI