From nobody Mon Jan 15 14:02:12 2024 X-Original-To: ports@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 4TDDNY75QMz571LH for ; Mon, 15 Jan 2024 14:02: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 4TDDNY2lQ7z4fVS; Mon, 15 Jan 2024 14:02:20 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-91-49.area1b.commufa.jp [123.1.91.49]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 40FE2CS0073811; Mon, 15 Jan 2024 23:02:13 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Mon, 15 Jan 2024 23:02:12 +0900 From: Tomoaki AOKI To: Dima Panov Cc: ports@freebsd.org, kwm@freebsd.org Subject: Re: Workaround for build failure of misc/mate-user-guide Message-Id: <20240115230212.552259a1b75a36ab9f8ec054@dec.sakura.ne.jp> In-Reply-To: References: <20240115185609.558cee55f06e44b7ac70b20c@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4TDDNY2lQ7z4fVS 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] Hi! Thanks for the info. Oh...It's a long-standing and repeated problem since 2019. But fortunately(?) this is the first time I've bitten by this. Regards. On Mon, 15 Jan 2024 14:19:44 +0300 Dima Panov wrote: > Moin-moin! > > > It's a well-known issue of outdated itstool. > See https://github.com/itstool/itstool/issues/36 (and other pull requests) > > However, PR47 + PR51 still not resolve the issue, need more investigation. > > On 15.01.2024 12:56, Tomoaki AOKI wrote: > > Hi. > > > > FYI: > > > > Currently, misc/mate-user-guide fails to build as seen in > > freebsd-pkg-fallouts ML [1] [2]. > > This reproduced in my poudriere jail. > > > > This can be fixed by removing py39-libxml2-2.11.6.pkg and > > itstool-2.0.7.pkg from poudriere's local repo, then, start poudriere > > jail again (and once more). > > > > > > Some details with this. > > > > In the build log, "Segmentation fault (core dumped)" is observed after > > running itstool, but poudriere cleans the jail at least by default. > > > > Deleting itstool-2.0.7.pkg alone and retrying failed, so I've tried > > building misc/mate-user-guide on bare-metal environment and > > found /usr/ports/misc/mate-user-guide/work/mate-user-guide-1.26.0/mate-user-guide/ja/python3.9.core. > > > > Using the core, lldb backtrace suggested it's related with > > textproc/py-libxml2. So I attempted to delete py39-libxml2-2.11.6.pkg, > > too and finally succeeded. > > > > I was going to file a bug for this, but I was puzzled while preparing. > > Because textproc/py-libxml2 is bumped in the same commit with > > textproc/libxml2, and has "USE_GNOME= libxml2" line in its > > Makefile. > > > > So I decided not to file a bug for it for now and report the workaround > > here, freebsd-ports ML. > > > > [1] > > https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-January/549477.html > > > > [2] > > https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-January/549741.html > > > > Regards. > > > > -- > Sincerely, > Dima (fluffy@FreeBSD.org, https://t.me/FluffyBSD) > (desktop, kde, x11, office, ports-secteam)@FreeBSD team -- Tomoaki AOKI