[GH-ISSUE #2905] Debian has renamed lib32gcc1 to lib32gcc-s1, so dependency check for lib32gcc1 using dpkg-query fails on testing (bullseye) and unstable. #2075

Closed
opened 2026-02-27 03:00:43 +03:00 by kerem · 12 comments
Owner

Originally created by @majudhu on GitHub (May 24, 2020).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2905

User Story

I am a CS:GO server owner trying to install it on the latest debian

Basic info

  • Distro: [Debian Sid]
  • Game: [CS:GO]
  • Command: [Install]
  • LinuxGSM version: [v20.3.1]

Further Information

LinuxGSM check for the installation of package lib32gcc1 using dpkg-query, but debian has renamed the package to lib32gcc-s1. If LinuxGSM is to work on Debian Bullseye or later it should check for the installation of lib32gcc-s1 or both. Both packages provide the same file /usr/lib32/libgcc_s.so.1 .

Probably this line is to be updated
github.com/GameServerManagers/LinuxGSM@983924fbbc/lgsm/functions/check_deps.sh (L345)

Some information from debian changelog
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953657

Package file list from debian
https://packages.debian.org/buster/amd64/lib32gcc1/filelist
https://packages.debian.org/bullseye/amd64/lib32gcc-s1/filelist

To Reproduce

Steps to reproduce the behaviour:

  1. Update Debian Testing or Unstable to latest version of gcc which is 10, maybe a dist-upgrade is required.
  2. Try to install csgoserver using command ./csgoserver install
  3. Dependency check fails with error for missing package lib32gcc1

Expected behaviour

Dependency check should check for lib32gcc-s1 and succeed

Originally created by @majudhu on GitHub (May 24, 2020). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2905 ## User Story I am a CS:GO server owner trying to install it on the latest debian ## Basic info * **Distro:** [Debian Sid] * **Game:** [CS:GO] * **Command:** [Install] * **LinuxGSM version:** [v20.3.1] ## Further Information LinuxGSM check for the installation of package lib32gcc1 using dpkg-query, but debian has renamed the package to lib32gcc-s1. If LinuxGSM is to work on Debian Bullseye or later it should check for the installation of lib32gcc-s1 or both. Both packages provide the same file ` /usr/lib32/libgcc_s.so.1` . Probably this line is to be updated https://github.com/GameServerManagers/LinuxGSM/blob/983924fbbc9c3b68f44df50a78b8980068231f33/lgsm/functions/check_deps.sh#L345 Some information from debian changelog https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953657 Package file list from debian https://packages.debian.org/buster/amd64/lib32gcc1/filelist https://packages.debian.org/bullseye/amd64/lib32gcc-s1/filelist ## To Reproduce Steps to reproduce the behaviour: 1. Update Debian Testing or Unstable to latest version of gcc which is 10, maybe a dist-upgrade is required. 2. Try to install csgoserver using command `./csgoserver install` 3. Dependency check fails with error for missing package lib32gcc1 ## Expected behaviour Dependency check should check for lib32gcc-s1 and succeed
Author
Owner

@dgibbs64 commented on GitHub (May 24, 2020):

would be nice if they had some sort of symbolic link when they change package names so it doesn't break stuff.

<!-- gh-comment-id:633230655 --> @dgibbs64 commented on GitHub (May 24, 2020): would be nice if they had some sort of symbolic link when they change package names so it doesn't break stuff.
Author
Owner

@MrBamse commented on GitHub (Mar 25, 2021):

Im running LinuxGSM v21.2.2 and Debian 11 and unfortunately this is still an issue.

<!-- gh-comment-id:806284402 --> @MrBamse commented on GitHub (Mar 25, 2021): Im running LinuxGSM v21.2.2 and Debian 11 and unfortunately this is still an issue.
Author
Owner

@avsaponchik commented on GitHub (Jul 31, 2021):

same thing for ubuntu 21.04 and cod4 server as of 31.07.2021

<!-- gh-comment-id:890374666 --> @avsaponchik commented on GitHub (Jul 31, 2021): same thing for ubuntu 21.04 and cod4 server as of 31.07.2021
Author
Owner

@Claiyc commented on GitHub (Jul 31, 2021):

Dependency checks are currently being refactored

<!-- gh-comment-id:890398215 --> @Claiyc commented on GitHub (Jul 31, 2021): Dependency checks are currently being refactored
Author
Owner

@Claiyc commented on GitHub (Sep 25, 2021):

Should be fixed with the next release. There are already multiple issues opened with lib32gcc1 being unavailable. No need to reopen this.

<!-- gh-comment-id:927154055 --> @Claiyc commented on GitHub (Sep 25, 2021): Should be fixed with the next release. There are already multiple issues opened with lib32gcc1 being unavailable. No need to reopen this.
Author
Owner

@gOOvER commented on GitHub (Sep 25, 2021):

same thing for ubuntu 21.04 and cod4 server as of 31.07.2021

This is not am LTS Version; so it's useless to report that ;) in 20.04 it works; 22.04 is not released ;9 I would say, with a non LTS Version, you are on your own

<!-- gh-comment-id:927155689 --> @gOOvER commented on GitHub (Sep 25, 2021): > same thing for ubuntu 21.04 and cod4 server as of 31.07.2021 This is not am LTS Version; so it's useless to report that ;) in 20.04 it works; 22.04 is not released ;9 I would say, with a non LTS Version, you are on your own
Author
Owner

@MrBamse commented on GitHub (Sep 25, 2021):

You are useless Torsten ;)

//Ted Johansson

On Sat, Sep 25, 2021, 19:30 Torsten Widmann @.***>
wrote:

same thing for ubuntu 21.04 and cod4 server as of 31.07.2021

This is not am LTS Version; so it's useless to report that ;)


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/GameServerManagers/LinuxGSM/issues/2905#issuecomment-927155689,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ATJRZFAZPJH5D4DKQEXEM5TUDYBKVANCNFSM4NI4MZBQ
.
Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

<!-- gh-comment-id:927193098 --> @MrBamse commented on GitHub (Sep 25, 2021): You are useless Torsten ;) //Ted Johansson On Sat, Sep 25, 2021, 19:30 Torsten Widmann ***@***.***> wrote: > same thing for ubuntu 21.04 and cod4 server as of 31.07.2021 > > This is not am LTS Version; so it's useless to report that ;) > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/GameServerManagers/LinuxGSM/issues/2905#issuecomment-927155689>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ATJRZFAZPJH5D4DKQEXEM5TUDYBKVANCNFSM4NI4MZBQ> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > >
Author
Owner

@gOOvER commented on GitHub (Sep 26, 2021):

You are useless Torsten ;) //Ted Johansson

I love such Kiddies :)

<!-- gh-comment-id:927262927 --> @gOOvER commented on GitHub (Sep 26, 2021): > You are useless Torsten ;) //Ted Johansson I love such Kiddies :)
Author
Owner

@MrBamse commented on GitHub (Sep 26, 2021):

FBI incomming little pedo sicko ;)

//Ted Johansson

On Sun, Sep 26, 2021, 10:54 Torsten Widmann @.***>
wrote:

You are useless Torsten ;) //Ted Johansson
… <#m_89345607249758860_>
On Sat, Sep 25, 2021, 19:30 Torsten Widmann @.***> wrote: same thing
for ubuntu 21.04 and cod4 server as of 31.07.2021 This is not am LTS
Version; so it's useless to report that ;) — You are receiving this because
you commented. Reply to this email directly, view it on GitHub <#2905
(comment)
https://github.com/GameServerManagers/LinuxGSM/issues/2905#issuecomment-927155689>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ATJRZFAZPJH5D4DKQEXEM5TUDYBKVANCNFSM4NI4MZBQ
. Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
.

I love such Kiddies :)


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/GameServerManagers/LinuxGSM/issues/2905#issuecomment-927262927,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ATJRZFA7NWBOFICXOKI5SGDUD3NTLANCNFSM4NI4MZBQ
.
Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

<!-- gh-comment-id:927277872 --> @MrBamse commented on GitHub (Sep 26, 2021): FBI incomming little pedo sicko ;) //Ted Johansson On Sun, Sep 26, 2021, 10:54 Torsten Widmann ***@***.***> wrote: > You are useless Torsten ;) //Ted Johansson > … <#m_89345607249758860_> > On Sat, Sep 25, 2021, 19:30 Torsten Widmann *@*.***> wrote: same thing > for ubuntu 21.04 and cod4 server as of 31.07.2021 This is not am LTS > Version; so it's useless to report that ;) — You are receiving this because > you commented. Reply to this email directly, view it on GitHub <#2905 > (comment) > <https://github.com/GameServerManagers/LinuxGSM/issues/2905#issuecomment-927155689>>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/ATJRZFAZPJH5D4DKQEXEM5TUDYBKVANCNFSM4NI4MZBQ > . Triage notifications on the go with GitHub Mobile for iOS > https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > or Android > https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > . > > I love such Kiddies :) > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/GameServerManagers/LinuxGSM/issues/2905#issuecomment-927262927>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ATJRZFA7NWBOFICXOKI5SGDUD3NTLANCNFSM4NI4MZBQ> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > >
Author
Owner

@riptl commented on GitHub (Sep 26, 2021):

Got it, sorry for the noise. Thanks for fixing this.

<!-- gh-comment-id:927304266 --> @riptl commented on GitHub (Sep 26, 2021): Got it, sorry for the noise. Thanks for fixing this.
Author
Owner

@dgibbs64 commented on GitHub (Sep 26, 2021):

I think that's the firs time I have had to c
Block an account on Github

<!-- gh-comment-id:927311302 --> @dgibbs64 commented on GitHub (Sep 26, 2021): I think that's the firs time I have had to c Block an account on Github
Author
Owner

@github-actions[bot] commented on GitHub (Sep 27, 2022):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1258804774 --> @github-actions[bot] commented on GitHub (Sep 27, 2022): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2075
No description provided.