-
-
Notifications
You must be signed in to change notification settings - Fork 843
Description
User story
As a user, I want to install gmodserver without errors.
Game
Garry's Mod
Linux distro
Other
Command
command: install
Further information
Hello there! I'm not sure if Debian 13 is officially supported by now, but I can see there Is a relevant dependency list for it here: https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/data/debian-13.csv
In this file libtinfo5:i386
is listed for Garry's Mod (and some other games as well) but this package is not available as of Debian 13:
https://packages.debian.org/search?keywords=libtinfo5&searchon=names&exact=1&suite=all§ion=all
I'm not sure what is this dependecy for, but it seems like the Garry's mod server boots up without it, so I don't know if it's needed anymore. I did just some basic tests tho.
There was a similar issue in the past but for Ubuntu 24: #4589 where this dependency was just removed.
Relevant log output
Checking Garry's Mod Dependencies
=================================
bc
binutils
bsdmainutils
bzip2
ca-certificates
cpio
curl
distro-info
file
gzip
hostname
jq
lib32gcc-s1
lib32stdc++6
libsdl2-2.0-0:i386
libtinfo5:i386 <- this one is red
netcat-openbsd
pigz
python3
tmux
unzip
util-linux
uuid-runtime
wget
xz-utils
Warning! Missing dependencies: libtinfo5:i386
Information! vagrant has sudo access.
Information! Automatically installing missing dependencies.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = "hu_HU.UTF-8",
LC_MESSAGES = (unset),
LC_MONETARY = "hu_HU.UTF-8",
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = "hu_HU.UTF-8",
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("C.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = "hu_HU.UTF-8",
LC_MESSAGES = (unset),
LC_MONETARY = "hu_HU.UTF-8",
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = "hu_HU.UTF-8",
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "C.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("C.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
Hit:1 https://security.debian.org/debian-security trixie-security InRelease
Hit:2 https://deb.debian.org/debian trixie InRelease
Hit:3 https://deb.debian.org/debian trixie-updates InRelease
Hit:4 https://deb.debian.org/debian trixie-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libtinfo5:i386
Run: 'sudo dpkg --add-architecture i386; sudo apt update; sudo apt install libtinfo5:i386' as root to install missing dependencies.
Steps to reproduce
- download
linuxgsm.sh
- run
linuxgsm.sh gmodserver
- run
./gmodserver auto-install
Metadata
Metadata
Assignees
Labels
Type
Projects
Status