From nobody Mon Jan 15 09:56:09 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 4TD6wd1mP3z56Vj7 for ; Mon, 15 Jan 2024 09:56:17 +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 4TD6wX6yRFz3y4H for ; Mon, 15 Jan 2024 09:56:12 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp designates 153.125.133.21 as permitted sender) smtp.mailfrom=junchoon@dec.sakura.ne.jp 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 40F9u9Wo019662 for ; Mon, 15 Jan 2024 18:56:10 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Mon, 15 Jan 2024 18:56:09 +0900 From: Tomoaki AOKI To: ports@freebsd.org Subject: Workaround for build failure of misc/mate-user-guide Message-Id: <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-Spamd-Bar: -- X-Spamd-Result: default: False [-2.70 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; DMARC_NA(0.00)[sakura.ne.jp]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4TD6wX6yRFz3y4H 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. -- Tomoaki AOKI