Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uh8BP-00AngW-6U for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 30 Jul 2025 14:53:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uh8BN-00AFaO-6u for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 30 Jul 2025 14:53:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uh8BN-00AFaF-0j for pgsql-pkg-debian@lists.postgresql.org; Wed, 30 Jul 2025 14:53:29 +0000 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uh8BJ-001Zee-1j for pgsql-pkg-debian@postgresql.org; Wed, 30 Jul 2025 14:53:27 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (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) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4bsZvx3cvxz9t8P; Wed, 30 Jul 2025 16:53:17 +0200 (CEST) Authentication-Results: outgoing_mbo_mout; dkim=none; spf=pass (outgoing_mbo_mout: domain of cb@df7cb.de designates 2001:67c:2050:b231:465::2 as permitted sender) smtp.mailfrom=cb@df7cb.de Date: Wed, 30 Jul 2025 16:53:16 +0200 From: Christoph Berg To: Huang Yuying Cc: "pgsql-pkg-debian@postgresql.org" , "bertranddrouvot.pg@gmail.com" , Jeremy Schneider Subject: Re: Request to Add New Package: pgsentinel Message-ID: Mail-Followup-To: Christoph Berg , Huang Yuying , "pgsql-pkg-debian@postgresql.org" , "bertranddrouvot.pg@gmail.com" , Jeremy Schneider References: <394D2E6D-8779-49B3-AB29-C55DD1F7F9EB@hotmail.com> <468473AA-ABA8-49D1-8EAE-0C43E3968F1E@hotmail.com> <20250721234959.12020aa2@ardentperf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: X-Rspamd-Queue-Id: 4bsZvx3cvxz9t8P List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Huang Yuying > Just wanted to give you a quick update that a new version of pgsentinel h= as been released with the changes needed to support the Debian build proces= s, as mentioned in the previous email. We=E2=80=99ve also updated the Salsa= repo to reflect this new release. Hi, thanks for preparing that, everything looks just fine and I already built and uploaded the packages. The repo is now located at https://salsa.debian.org/postgresql/pgsentinel, I gave you maintainer access to it. First bugreport: PG18 doesn't work yet :) 16:45:03 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after= -statement -Werror=3Dvla -Wendif-labels -Wmissing-format-attribute -Wimplic= it-fallthrough=3D3 -Wcast-function-type -Wshadow=3Dcompatible-local -Wforma= t-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fe= xcess-precision=3Dstandard -Wno-format-truncation -Wno-stringop-truncation = -g -g -O2 -Werror=3Dimplicit-function-declaration -fstack-protector-strong = -fstack-clash-protection -Wformat -Werror=3Dformat-security -fcf-protection= -fno-omit-frame-pointer -g -O2 -Werror=3Dimplicit-function-declaration -ff= ile-prefix-map=3D/<>=3D. -fstack-protector-strong -fstack-clas= h-protection -Wformat -Werror=3Dformat-security -fcf-protection -fPIC -fvis= ibility=3Dhidden -std=3Dc99 -Wall -Wextra -Werror -Wno-unused-parameter -Wn= o-implicit-fallthrough -Iinclude -I. -I./ -I/usr/include/postgresql/18/serv= er -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=3D2 = -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgsentinel.o pgsentinel.c 16:45:03 pgsentinel.c:77:7: error: no previous declaration for =E2=80=98pgs= entinelDbName=E2=80=99 [-Werror=3Dmissing-variable-declarations] 16:45:03 77 | char *pgsentinelDbName =3D "postgres"; 16:45:03 | ^~~~~~~~~~~~~~~~ 16:45:03 cc1: all warnings being treated as errors https://jengus.postgresql.org/job/pgsentinel-binaries-beta/1/architecture= =3Damd64,distribution=3Dsid/console Christoph