Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mY7pu-00072x-ND for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Oct 2021 14:23:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mY7pt-0002lB-LY for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Oct 2021 14:23:57 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mY7pt-0002l3-GS for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Oct 2021 14:23:57 +0000 Received: from mx0a-0050f201.pphosted.com ([148.163.145.86]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mY7pq-0006J8-8M for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Oct 2021 14:23:56 +0000 Received: from pps.filterd (m0203369.ppops.net [127.0.0.1]) by mx0b-0050f201.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 196EE1Xf017043 for ; Wed, 6 Oct 2021 23:23:52 +0900 Received: from sraihe.sra.co.jp (sraihe.sra.co.jp [221.255.117.38]) by mx0b-0050f201.pphosted.com (PPS) with ESMTP id 3bh3810mrg-1 for ; Wed, 06 Oct 2021 23:23:50 +0900 Received: from srascb.sra.co.jp (srascb [133.137.8.65]) by sraihe.sra.co.jp (Postfix) with ESMTP id E278A2A684A for ; Wed, 6 Oct 2021 23:23:49 +0900 (JST) Received: from sranhm.sra.co.jp (osspc47 [133.137.174.164]) by srascb.sra.co.jp (Postfix) with ESMTP id CEF03580229 for ; Wed, 6 Oct 2021 23:23:49 +0900 (JST) Received: from localhost (sraihb-hub.sra.co.jp [133.137.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sranhm.sra.co.jp (Postfix) with ESMTPSA id ADD93341434; Wed, 6 Oct 2021 23:23:49 +0900 (JST) Date: Wed, 06 Oct 2021 23:23:16 +0900 (JST) Message-Id: <20211006.232316.1289955799914202769.t-ishii@sranhm.sra.co.jp> To: myon@debian.org Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Pgpool-II latest package? From: Tatsuo Ishii In-Reply-To: References: <20211006.110753.320255471302982342.t-ishii@sranhm.sra.co.jp> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Proofpoint-GUID: jZeh1dboZjB93f8gSI9-NcUXJ808ZbDP X-Proofpoint-ORIG-GUID: jZeh1dboZjB93f8gSI9-NcUXJ808ZbDP X-Proofpoint-Virus-Version: vendor=nai engine=6300 definitions=10129 signatures=668683 X-Proofpoint-Spam-Details: rule=spam_low_notspam policy=spam_low score=0 clxscore=1034 suspectscore=0 mlxlogscore=747 spamscore=0 impostorscore=0 bulkscore=0 malwarescore=0 adultscore=0 priorityscore=1501 mlxscore=0 phishscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110060090 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk >> Yes, I am interested but I am not familiar with Ubuntu package >> creation process. Is there any tutorial for the work? > > The basic starting point is https://www.debian.org/doc/manuals/maint-guide/ . Thanks. I will look into this. > Packages building PG modules are a bit more involved since they have > to target several major versions at once, see pg_buildext(1) (in > postgresql-common) for more details. > >> BTW, I have a problem with compiling Pgpool-II docs on Ubuntu 20 (18 >> is fine.): jade segfaults. I can compile docs on Ubuntu 18 then copy >> into Ubuntu 18, but this is really annoying. It would be nice if I can >> help on this. > > That's known and unfortunately unfixed in Ubuntu. Fixed packages are > available via apt.postgresql.org: > > openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | groovy-pgdg | amd64, source > openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | groovy-pgdg-testing | amd64, source > openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | focal-pgdg | amd64, ppc64el, source > openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | focal-pgdg-testing | amd64, ppc64el, source Unfortunately openjade from this: > openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | focal-pgdg | amd64, ppc64el, source did not solve the problem. > Re: Tatsuo Ishii >> I believe you already know but to run the test, you need PostgreSQL >> server and client software (psql, pgbench, pg_ctl etc.), and some >> extra tools like ssh, memcached, OpenSSL, JDBC driver, Perl and Ruby. > > That would have to be coded into Build-Depends (for build-time > testing) and/or Depends in debian/tests/control for install-time > tests. To be honest I don't understand for now:-) I will visit again once I study https://www.debian.org/doc/manuals/maint-guide/ . -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp