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 1kajaV-0005G5-MW for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 05 Nov 2020 18:02:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kajaS-0004cv-5d for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 05 Nov 2020 18:02:16 +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 1kajaR-0004bq-9y for pgsql-pkg-yum@lists.postgresql.org; Thu, 05 Nov 2020 18:02:15 +0000 Received: from [212.83.143.11] (helo=mail.dalibo.com) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kajaN-0004hY-TR for pgsql-pkg-yum@postgresql.org; Thu, 05 Nov 2020 18:02:14 +0000 Received: from firost (larco.ioguix.net [82.66.0.6]) by mail.dalibo.com (Postfix) with ESMTPSA id 87CB820572 for ; Thu, 5 Nov 2020 19:02:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dalibo.com; s=a; t=1604599327; bh=kbb+84LIP/tjnIK+3s8B2mpXrPHxPsYVaZ/f54t/JLc=; h=Date:From:To:Subject:From; b=oS2AnyPrz0ksWK/b/7dYVpzKwRQrpwpbpq2ko7GtmXZuLScKUQtLnN/rCRU6ObeR2 hNBMcrBeQmjxzflrHw8ijO+RtLWKO/Ewf3clnPK2tF6Ak2pO/lyRrrartTed9tBxsf Ss1bLYu9jBRdsbcfiLhuesTJcpyF7hV5zFGW/PJM= Date: Thu, 5 Nov 2020 19:02:06 +0100 From: Jehan-Guillaume de Rorthais To: pgsql-pkg-yum@postgresql.org Subject: missing perl test modules in postgresqlXX-devel ? Message-ID: <20201105190206.4358b61d@firost> Organization: Dalibo MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 212.83.143.11 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, I noticed the perl test modules from PostgreSQL source tree, eg. PostgresNode, are not installed with package "postgresqlXX-devel". Only pg_regress is installed. Looking at the web, I can find old memories [1] where postgresql12-devel installed them in /usr/pgsql-12/lib/pgxs/src/test/perl/ Comparing with Debian packages, they install both pg_regress and perl modules with the client package under: $(pg_config --pkglibdir)/pgxs/src/test/perl/ $(pg_config --pkglibdir)/pgxs/src/test/regress Is it on purpose? Regards, [1] eg.: https://fedora.pkgs.org/31/postgresql-12-x86_64/postgresql12-devel-12.3-1PGDG.f31.x86_64.rpm.html