BUG #16460: Error when executing REFRESH MATERIALIZED VIEW WITH DATA;

Started by PG Bug reporting formalmost 6 years ago4 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 16460
Logged by: Randall Williams
Email address: randall.williams@analyteks.com
PostgreSQL version: 12.3
Operating system: macOS 10.14.6
Description:

Here is the error message:

ERROR: could not load library
"/Library/PostgreSQL/lib/postgresql/llvmjit.so":
dlopen(/Library/PostgreSQL/lib/postgresql/llvmjit.so, 10):
Library not loaded: @loader_path/../..//opt/local/lib/libncurses.6.dylib
Referenced from: /Library/PostgreSQL/lib/postgresql/llvmjit.so
Reason: image not found

When the error occurs, I am running as a non-administrative user in macOS
and as a non-administrative user in pgAdmin 4.

PostgreSQL was installed using the EDB Mac OS X installer for PostgreSQL
version 12.3. The pgAdmin 4 version is 4.21.0. The Materialized View was
created using the Create Materialized View contextual menu and the
Materialized View was successfully saved. When the command to Refresh
Materialized View was issued using the contextual menu, the error was
generated about in about 0.25 sec. and the status code shown is: Failed
(exit code: 1). PgAdmin 4 was used to refresh 36 other Materialized Views
without error. This was the only case where an error occurred.

The files llvmjit.so and llvmjit_types.bc are both installed in
/Library/PostgreSQL/lib/postgresql. File ownership for llvmjit.so is
root:daemon and permissions are set to rwxr-xr-x.

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: BUG #16460: Error when executing REFRESH MATERIALIZED VIEW WITH DATA;

On Mon, May 25, 2020 at 03:43:14PM +0000, PG Bug reporting form wrote:

PostgreSQL was installed using the EDB Mac OS X installer for PostgreSQL
version 12.3. The pgAdmin 4 version is 4.21.0. The Materialized View was
created using the Create Materialized View contextual menu and the
Materialized View was successfully saved. When the command to Refresh
Materialized View was issued using the contextual menu, the error was
generated about in about 0.25 sec. and the status code shown is: Failed
(exit code: 1). PgAdmin 4 was used to refresh 36 other Materialized Views
without error. This was the only case where an error occurred.

This pretty much sounds like a packaging issue, so you may want to see
with the maintainers of this installer what went wrong.
--
Michael

#3Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: PG Bug reporting form (#1)
Re: BUG #16460: Error when executing REFRESH MATERIALIZED VIEW WITH DATA;

Thanks for reporting. This looks like the install name issue. Will fix it
and provide an updated installer.

On Mon, May 25, 2020 at 10:21 PM PG Bug reporting form <
noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 16460
Logged by: Randall Williams
Email address: randall.williams@analyteks.com
PostgreSQL version: 12.3
Operating system: macOS 10.14.6
Description:

Here is the error message:

ERROR: could not load library
"/Library/PostgreSQL/lib/postgresql/llvmjit.so":
dlopen(/Library/PostgreSQL/lib/postgresql/llvmjit.so, 10):
Library not loaded: @loader_path/../..//opt/local/lib/libncurses.6.dylib
Referenced from: /Library/PostgreSQL/lib/postgresql/llvmjit.so
Reason: image not found

When the error occurs, I am running as a non-administrative user in macOS
and as a non-administrative user in pgAdmin 4.

PostgreSQL was installed using the EDB Mac OS X installer for PostgreSQL
version 12.3. The pgAdmin 4 version is 4.21.0. The Materialized View was
created using the Create Materialized View contextual menu and the
Materialized View was successfully saved. When the command to Refresh
Materialized View was issued using the contextual menu, the error was
generated about in about 0.25 sec. and the status code shown is: Failed
(exit code: 1). PgAdmin 4 was used to refresh 36 other Materialized Views
without error. This was the only case where an error occurred.

The files llvmjit.so and llvmjit_types.bc are both installed in
/Library/PostgreSQL/lib/postgresql. File ownership for llvmjit.so is
root:daemon and permissions are set to rwxr-xr-x.

--
Sandeep Thakkar

#4Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Sandeep Thakkar (#3)
Re: BUG #16460: Error when executing REFRESH MATERIALIZED VIEW WITH DATA;

Hi,

This should be fixed in the recent updates (with -2 build number) that were
out.

On Mon, Jun 15, 2020 at 12:56 PM Sandeep Thakkar <
sandeep.thakkar@enterprisedb.com> wrote:

Thanks for reporting. This looks like the install name issue. Will fix it
and provide an updated installer.

On Mon, May 25, 2020 at 10:21 PM PG Bug reporting form <
noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 16460
Logged by: Randall Williams
Email address: randall.williams@analyteks.com
PostgreSQL version: 12.3
Operating system: macOS 10.14.6
Description:

Here is the error message:

ERROR: could not load library
"/Library/PostgreSQL/lib/postgresql/llvmjit.so":
dlopen(/Library/PostgreSQL/lib/postgresql/llvmjit.so, 10):
Library not loaded: @loader_path/../..//opt/local/lib/libncurses.6.dylib
Referenced from: /Library/PostgreSQL/lib/postgresql/llvmjit.so
Reason: image not found

When the error occurs, I am running as a non-administrative user in macOS
and as a non-administrative user in pgAdmin 4.

PostgreSQL was installed using the EDB Mac OS X installer for PostgreSQL
version 12.3. The pgAdmin 4 version is 4.21.0. The Materialized View was
created using the Create Materialized View contextual menu and the
Materialized View was successfully saved. When the command to Refresh
Materialized View was issued using the contextual menu, the error was
generated about in about 0.25 sec. and the status code shown is: Failed
(exit code: 1). PgAdmin 4 was used to refresh 36 other Materialized Views
without error. This was the only case where an error occurred.

The files llvmjit.so and llvmjit_types.bc are both installed in
/Library/PostgreSQL/lib/postgresql. File ownership for llvmjit.so is
root:daemon and permissions are set to rwxr-xr-x.

--
Sandeep Thakkar

--
Sandeep Thakkar