public inbox for [email protected]
help / color / mirror / Atom feedFrom: Олег Самойлов <[email protected]>
To: [email protected] <[email protected]>
Subject: /usr/bin/pg_buildext: line 221: cd: build-%v: No such file or directory
Date: Thu, 10 Apr 2025 17:35:36 +0300
Message-ID: <[email protected]> (raw)
<div>Hi all.</div><div>Debian 12.10, postgresql-common-277.pgdg120+1.<br /><br />There is still a bug in the pg_buildext, function run_psql<br /> </div><div>Errors (when build oracle_fdw):<br />/usr/bin/pg_buildext: line 221: cd: build-%v: No such file or directory</div><div> </div><div>Patch is<div><div><div>--- postgresql-common-277.pgdg120+1/pg_buildext 2025-04-09 13:17:57.000000000 +0300</div><div>+++ postgresql-common-277.pgdg120+interfax1/pg_buildext 2025-04-10 17:26:01.943333192 +0300</div><div>@@ -217,8 +217,8 @@</div><div> fi</div><div> </div><div> (</div><div>- if [ "$target" ] && [ "$target" != "." ]; then # if target is given, use it, else stay in the top source dir</div><div>- cd $target</div><div>+ if [ "$vtarget" ] && [ "$vtarget" != "." ]; then # if target is given, use it, else stay in the top source dir</div><div>+ cd $vtarget</div><div> fi</div><div> pg_virtualenv ${PKGARGS:-} ${PG_VIRTUALENV_ARGS:-} -v $1 \</div><div> psql -Xe -v ON_ERROR_STOP=1 < $PSQLTMP</div></div></div></div>
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: /usr/bin/pg_buildext: line 221: cd: build-%v: No such file or directory
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox