From nobody Fri Apr 26 23:37:37 2024 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 4VR8KY129Dz5JTKY for ; Fri, 26 Apr 2024 23:37:53 +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 4VR8KT2Gt0z4THl; Fri, 26 Apr 2024 23:37:48 +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-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 43QNbcJR096596; Sat, 27 Apr 2024 08:37:38 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 27 Apr 2024 08:37:37 +0900 From: Tomoaki AOKI To: Christian Weisgerber Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 5a32a7777a06 - main - devel/got: switch to got-portable 0.98.2 Message-Id: <20240427083737.e9a559e86fc5e36fde34220a@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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@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 [0.36 / 15.00]; THREAD_HIJACKING_FROM_INJECTOR(2.00)[]; FAKE_REPLY(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.94)[-0.941]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; RCVD_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; DMARC_NA(0.00)[sakura.ne.jp]; R_DKIM_NA(0.00)[]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4VR8KT2Gt0z4THl Hi. Build fails (at least in poudriere jail on stable/14, amd64 at git 9857f824ec77) with an error below. Previous 0.98 was fine. ===== Quot ===== checking for uuid_create... yes checking for zlib... no checking for zlib.h... (cached) yes configure: error: "*** couldn't find zlib ***" ===> Script "configure" failed unexpectedly. Please report the problem to naddy@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/devel/got/work/got-portable-0.98.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/devel/got =>> Cleaning up wrkdir ===> Cleaning for got-0.98.2 build of devel/got | got-0.98.2 ended at Sat Apr 27 07:50:29 JST 2024 build time: 00:00:04 !!! build failure encountered !!! ===== End quot ===== Regards. > The branch main has been updated by naddy: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=5a32a7777a068f073c4c3de5a353533939306643 > > commit 5a32a7777a068f073c4c3de5a353533939306643 > Author: Christian Weisgerber > AuthorDate: 2024-04-26 15:07:20 +0000 > Commit: Christian Weisgerber > CommitDate: 2024-04-26 15:07:20 +0000 > > devel/got: switch to got-portable 0.98.2 > > This is a long overdue change from a homegrown compatibility layer > to the got-portable release. No functional changes are expected. > --- -- Tomoaki AOKI