Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "Package lib32gcc1 is not available" #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RoyCLR
Copy link

@RoyCLR RoyCLR commented Sep 19, 2022

Problem

Running docker image build today (Sep2022):

docker build ursim/e-series -t myursim_eseries --build-arg VERSION=5.12.4.1101661 --build-arg URSIM="https://s3-eu-west-1.amazonaws.com/ur-support-site/174207/URSim_Linux-5.12.4.1101661.tar.gz

fails with:

Package lib32gcc1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  lib32gcc-s1

Possible cause

Quoting GameServerManagers/LinuxGSM#3093

Ubuntu has renamed lib32gcc1 to lib32gcc-s1

but the URSim install script seems to check for the exact version to install its dependencies

Proposed fix in this PR

change base image from ubuntu:latest to ubuntu:20.04

@ArdooTala
Copy link

Worked for me. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants