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 1u2tPU-007PBw-9X for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 10 Apr 2025 15:01:44 +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 1u2tPS-00Cmic-NV for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 10 Apr 2025 15:01:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u2tPS-00CmiT-HX for pgsql-pkg-debian@lists.postgresql.org; Thu, 10 Apr 2025 15:01:42 +0000 Received: from forward103b.mail.yandex.net ([178.154.239.150]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2tPP-004XXp-1s for pgsql-pkg-debian@lists.postgresql.org; Thu, 10 Apr 2025 15:01:42 +0000 Received: from mail-nwsmtp-mxback-production-main-55.sas.yp-c.yandex.net (mail-nwsmtp-mxback-production-main-55.sas.yp-c.yandex.net [IPv6:2a02:6b8:c23:313f:0:640:c9ff:0]) by forward103b.mail.yandex.net (Yandex) with ESMTPS id D8F6A608FD for ; Thu, 10 Apr 2025 18:01:37 +0300 (MSK) Received: from mail.yandex.ru (2a02:6b8:c1c:2f20:0:640:83ff:0 [2a02:6b8:c1c:2f20:0:640:83ff:0]) by mail-nwsmtp-mxback-production-main-55.sas.yp-c.yandex.net (mxback/Yandex) with HTTPS id a1hGtp0L5W20-o4efxiUi; Thu, 10 Apr 2025 18:01:37 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ya.ru; s=mail; t=1744297297; bh=GBdHy/yn1LNUEHRl2Xq0hxow/DPSNGD6tSmKq5C1I0A=; h=Message-Id:Date:Subject:To:From; b=dvr15gdn5DNYWf0d/FO4s+1udzoLGGWPgf+5j6126hriA5NjzIBMz05mnE4Y1cxMv s5KYBhYFTLWxCWDcVMGyGptaKOwXZSeXlLGiWIoX5aTrh66NB8VL1fip2eANutnVua la0a1j9WR1PDqCSRSpH6vgPBqFpTniWTWt/YLG0k= Authentication-Results: mail-nwsmtp-mxback-production-main-55.sas.yp-c.yandex.net; dkim=pass header.i=@ya.ru Received: by wghtu3g6gefsiaug.sas.yp-c.yandex.net with HTTP; Thu, 10 Apr 2025 18:01:37 +0300 From: =?utf-8?B?0J7Qu9C10LMg0KHQsNC80L7QudC70L7Qsg==?= To: "pgsql-pkg-debian@lists.postgresql.org" Subject: Failed regression test for oracle-fdw MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 10 Apr 2025 18:01:37 +0300 Message-Id: <32781744297085@mail.yandex.ru> Content-Transfer-Encoding: 8bit Content-Type: text/html; charset=utf-8 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk
Debian 12.19, oracle-fdw-2.7.0-2.pgdg120.

When I build the package, there are errors about failing regression test. Because of two bugs. I already have sent patch for bug in the pg_buildext. Other bug in the oracle-fdw itself, here is patch:
 
--- oracle-fdw-2.7.0/debian/rules       2024-09-15 13:31:38.000000000 +0300
+++ oracle-fdw-2.7.0-2.pgdg120+interfax1/debian/rules   2025-04-09 11:31:58.987836289 +0300
@@ -6,6 +6,7 @@
 override_dh_pgxs_test:
        # run only a simple test, we don't have an oracle DB at build time
        echo 'create extension oracle_fdw' | \
+               pg_buildext install . build-%v postgresql-%v-oracle-fdw
                pg_buildext psql . build-%v postgresql-%v-oracle-fdw
 
 override_dh_installdocs: