Public bug reported: self = <asyncpg.cluster.TempCluster object at 0x7f8a019b6610>, binary = 'pg_ctl'
def _find_pg_binary(self, binary): bpath = platform_exe(os.path.join(self._pg_bin_dir, binary)) if not os.path.isfile(bpath): > raise ClusterError( 'could not find {} executable: '.format(binary) + '{!r} does not exist or is not a file'.format(bpath)) E asyncpg.cluster.ClusterError: could not find pg_ctl executable: '/usr/lib/postgresql/12/bin/pg_ctl' does not exist or is not a file (and similar) Fails on all architectures. ** Affects: asyncpg (Ubuntu) Importance: Undecided Status: New ** Tags: ftbfs update-excuse ** Tags added: ftbfs update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850136 Title: FTBFS in Focal with PG-12 present To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/asyncpg/+bug/1850136/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs