Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Failure oracle-libs installation#1231

ec-aoki started this conversation inGeneral
Apr 23, 2024· 1 comments· 1 reply
Discussion options

Summary

Since last week, I have been experiencing failures during the installation of the oracle-libs package. I have found a temporary workaround, but I am unsure where to report this issue.

Expected behaviour

Successful installation of the oracle-libs package.

docker run --rm -it postgres:15.4-bookworm bash -c 'apt update && apt install -y oracle-libs'

Current behaviour

Failure during the installation of the oracle-libs package.

docker run --rm -it postgres:15.4-bookworm bash -c 'apt update && apt install -y oracle-libs'

Steps to reproduce

After examining the logs from the failed installation, I found that dpkg-architecture was required. Adding the dpkg-dev package resolved the issue, and the installation succeeded.

docker run --rm -it postgres:15.4-bookworm bash -c 'apt update && apt install -y dpkg-dev && apt install -y oracle-libs'

An excerpt from the logs I referenced:
In the shell script /usr/sbin/oracle-libs-update, an attempt to use dpkg-architecture failed.

/usr/sbin/oracle-libs-update: 39: dpkg-architecture: not founddpkg: error processing package oracle-libs (--configure):installed oracle-libs package post-installation script subprocess returned error exit status 127

Additional context

I confirmed that there was an update to the oracle-libs package last week.

https://www.postgresql.org/message-id/E1rweXv-0035w1-Gr%40atalia.postgresql.org

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

Unfortunately, we do not install, maintain, or support theoracle-libs package you're installing. It looks like the update probably missed a dependency ondpkg-dev (https://packages.debian.org/file:dpkg-architecture).

You must be logged in to vote
1 reply
@ec-aoki
Comment options

Thank you. I'll reach out to the team maintaining the package.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
2 participants
@ec-aoki@tianon
Converted from issue

This discussion was converted from issue #1230 on April 23, 2024 16:44.


[8]ページ先頭

©2009-2025 Movatter.jp