Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-05-15 00:00:00Z and 2020-05-16 00:00:00Z
Avatar
justabutterflier 2020-05-15 12:17:19Z
what if i have this 0.0
Avatar
your cmake is too old
Avatar
justabutterflier 2020-05-15 12:19:30Z
but i type apt-get install cmake
12:20
or apt-get update
12:20
or apt update
12:20
sudo isn't work for me
12:20
it's debian 8 (edited)
Avatar
then your distribution package is too old
Avatar
justabutterflier 2020-05-15 12:25:35Z
you mean i need to update system?
Avatar
there are many ways to go about this, you need a newer version of your build system
Avatar
justabutterflier 2020-05-15 12:31:05Z
how to?
12:34
can i compile with bam?
Avatar
which distribution is it, @justabutterflier ?
Avatar
justabutterflier 2020-05-15 12:35:45Z
debian 8...?
12:35
are you talking about this...
Avatar
yes
Avatar
justabutterflier 2020-05-15 12:35:55Z
ok
12:36
is debian 8 supports 3.10 cmake?
12:36
or higher
Avatar
currently looking
12:36
(you can always install cmake from the website (https://cmake.org/download/), but maybe there's an official package from debian as well)
12:39
no, debian 8 does not have a native package for cmake >= 3.10
Avatar
justabutterflier 2020-05-15 12:39:30Z
oh
12:39
can i compile with bam?
Avatar
probably, or download cmake from the website above
12:39
note that you should upgrade your OS, security support ended two years ago
Avatar
justabutterflier 2020-05-15 12:40:04Z
oh
12:40
then ok :(
12:40
what the OS is on the ddnet server, do you know this?
Avatar
debian 10
Avatar
justabutterflier 2020-05-15 12:42:19Z
thank you very much, i'll update
Avatar
there are precompiled zCatch binaries, if you do not explicitly want to modify the source code.
Avatar
justabutterflier 2020-05-15 12:49:00Z
ohhh
12:49
already deleted all stuff from server
12:49
replaced*
12:49
but hmm (edited)
12:49
thanks
Avatar
do they statically link libc, @jxsl13? if not, they likely don't work on debian 8 if you didn't compile on a similarly old distribution
Avatar
hm, dunno, guess not, same as default TW?
12:50
cmake
Avatar
if you compile on github CI, then no, I don't think it's old enough to work on debian 8
Avatar
justabutterflier 2020-05-15 12:51:16Z
then i need to update?
12:51
is debian 9 enough?
Avatar
I'd try
Avatar
you should update anyway
Avatar
running it.
Avatar
https://packages.debian.org/stretch-backports/cmake stretch (debian 9) backports has cmake 3.16
Avatar
well, there is a paragraph about compiling it with a newer version of gcc that is located in a different path
Avatar
justabutterflier 2020-05-15 12:52:36Z
nice
Avatar
alternatively, if you don't want to upgrade, download the new cmake version from cmake.org
Avatar
justabutterflier 2020-05-15 12:53:06Z
already updating
Avatar
cmake can also be installed via some user repository or compiled from tue website, I initially started develooment on debian 8, so it is possible
12:53
but a pain
Avatar
justabutterflier 2020-05-15 13:06:05Z
yep (edited)
Avatar
justabutterflier 2020-05-15 13:28:25Z
oh rly (edited)
Avatar
justabutterflier 2020-05-15 13:30:23Z
thanks
Avatar
add deb http://deb.debian.org/debian buster-backports main to your /etc/apt/sources.list
13:30
apt-get update
13:31
apt-get -t buster-backports install cmake
Avatar
nightly binary ;0
13:31
hehe
Avatar
justabutterflier 2020-05-15 13:32:09Z
what does it means? (edited)
Avatar
what jxsl13 wrote?
13:32
he's just making fun of debian's old packages (edited)
Avatar
justabutterflier 2020-05-15 13:32:38Z
xd
13:32
painlover
13:32
he is coding at white background
Avatar
I'd be interested in whether the precompiled version of zCatch works there
13:33
the precompiled nightly version if zCatch
Avatar
ah, misunderstood ^^
Avatar
justabutterflier 2020-05-15 13:33:40Z
heinrich thank you very much for your help
13:33
and sorry for my grammar
Avatar
no worries. does it work now?
Avatar
A retro multiplayer shooter. Contribute to jxsl13/zcatch development by creating an account on GitHub.
Avatar
not accessible without a github account
Avatar
justabutterflier 2020-05-15 13:34:28Z
i in a process
Avatar
lol, really?
Avatar
yes
13:34
try in private moe
Avatar
Indid not know :0
Avatar
justabutterflier 2020-05-15 13:34:58Z
Avatar
did you do apt-get update?
Avatar
justabutterflier 2020-05-15 13:35:14Z
yes
Avatar
output of apt-get update please
Avatar
justabutterflier 2020-05-15 13:35:27Z
13:35
sure
13:35
clear (edited)
Avatar
woops
13:36
change deb http://deb.debian.org/debian buster-backports main to deb http://deb.debian.org/debian stretch-backports main
13:36
buster → stretch
Avatar
justabutterflier 2020-05-15 13:36:18Z
ok
13:36
doing
Avatar
can't upload zip files from phone..
Avatar
justabutterflier 2020-05-15 13:37:04Z
man
13:37
are you kidding, do you really code by phone?
Avatar
I hope not 😄
Avatar
lol, no
Avatar
justabutterflier 2020-05-15 13:37:33Z
ok thanks xD
Avatar
my file is too "mighty"
13:38
discord jokes
Avatar
justabutterflier 2020-05-15 13:38:43Z
Avatar
okay, this is going into territory I don't know
13:39
try adding libarchive13 to the command line
13:39
apt-get -t stretch-backports install cmake libarchive13
Avatar
justabutterflier 2020-05-15 13:39:46Z
ok
13:39
the same
Avatar
change order :D?
Avatar
justabutterflier 2020-05-15 13:40:04Z
13:40
maybe not same
Avatar
apt-get -t stretch-backports install libarchive13 (edited)
13:40
and then the cmake one, maybe 😄
Avatar
eh
13:41
what is this mess
Avatar
justabutterflier 2020-05-15 13:41:32Z
but the same result, i have 3.7.2
Avatar
add deb http://deb.debian.org/debian stretch-backports-sloppy main to /etc/apt/sources.list
Avatar
justabutterflier 2020-05-15 13:41:51Z
i'll send an output
13:41
ok
Avatar
zCatch is by design a pain in the ass to compile
Avatar
aha
Avatar
justabutterflier 2020-05-15 13:42:01Z
nono
Avatar
justabutterflier 2020-05-15 13:42:10Z
problem is that i can't uprgrade to debian 10 (edited)
Avatar
ubuntu?
13:42
ubuntu is less annoying
Avatar
justabutterflier 2020-05-15 13:42:48Z
and then apt-get -t stretch-backports-sloppy install libarchive13
13:42
no
13:42
debian 9
Avatar
yes @justabutterflier
13:43
apt-get update
Avatar
justabutterflier 2020-05-15 13:43:19Z
pl
13:43
ok
13:43
Avatar
What's 3.10 for btw?
Avatar
justabutterflier 2020-05-15 13:43:44Z
cmake
13:44
try the binary, maybe it works.
Avatar
now apt-get -t stretch-backports install cmake @justabutterflier
13:44
we might be done after this 😮
Avatar
cmake, next step would be gcc
13:44
maybe
Avatar
justabutterflier 2020-05-15 13:45:12Z
i can choose this:
13:45
in the host settings
Avatar
just try the heinrich approach for now
Avatar
justabutterflier 2020-05-15 13:45:34Z
ok ok
13:45
it's in the process
13:45
MAAAAAAn
Avatar
hm, if I remember correctly, I actually compiled gcc
Avatar
justabutterflier 2020-05-15 13:46:01Z
WHaAaAt
Avatar
on debian 8
Avatar
justabutterflier 2020-05-15 13:46:21Z
what do you mean?
13:46
@heinrich5991 you are wizard
Avatar
I also had to compile gcc from source because it did not work on debian 8
Avatar
yay 🙂
13:47
@justabutterflier you might be able to upgrade your debian 9 to debian 10 btw
13:47
in-place
13:47
without assistance from the host
Avatar
Ancient debian with it's ancient cmake 😦
13:47
It should be illegal to ship software this old
Avatar
justabutterflier 2020-05-15 13:47:16Z
hehe yes
13:47
@heinrich5991 ok, i'll try
Avatar
debian is like ultra stable
Avatar
justabutterflier 2020-05-15 13:47:35Z
why?
13:47
why illegal i mean
Avatar
because the software is old
Avatar
exaggeration there
Avatar
but stable
13:48
debian is fine, if you don't need special tools and stuff.
13:48
or some up to date software
Avatar
justabutterflier 2020-05-15 13:48:56Z
ehm
Avatar
gcc from source?
Avatar
justabutterflier 2020-05-15 13:49:05Z
i think this problem is because of sources or what? (edited)
Avatar
no
13:49
it means you're missing libraries
Avatar
justabutterflier 2020-05-15 13:49:35Z
recursive?
Avatar
do -DCLIENT=OFF
13:49
in the cmake command line
Avatar
justabutterflier 2020-05-15 13:49:54Z
??
Avatar
The datasrc warnings are because whoever made the mod probably didn't bother updating CMakeLists
Avatar
read the readme 😄
Avatar
justabutterflier 2020-05-15 13:50:15Z
ok
Avatar
cmake -DCLIENT=OFF .. instead of whatever you were using
Avatar
or missing git submodule update --init --recursive
Avatar
I didn't bother caring for client
13:50
that's about it.
13:50
rest is in the readme
Avatar
you could make -DCLIENT=OFF standard in you CMakeLists.txt 😉
Avatar
one day
13:51
for now let's open an issue
Avatar
justabutterflier 2020-05-15 13:51:21Z
is it normal?
13:51
and again
Avatar
justabutterflier 2020-05-15 13:51:35Z
ok
Avatar
hm should work from anywhere
Avatar
justabutterflier 2020-05-15 13:51:46Z
Avatar
if nothing happens, then it should be fine already
Avatar
justabutterflier 2020-05-15 13:51:53Z
ok
13:52
cmake
you could make -DCLIENT=OFF standard in you CMakeLists.txt 😉
@heinrich5991 how to do this
13:52
i opened the CMakeLists.txt
Avatar
that's for me, not for you
Avatar
justabutterflier 2020-05-15 13:52:52Z
ah
13:52
ok
13:52
sorry
Avatar
cmake -DCLIENT=OFF .. for you
Avatar
cd build && cmake -DCLIENT=OFF ..
Avatar
justabutterflier 2020-05-15 13:53:10Z
tryed
13:53
ok
13:53
forgot
13:53
13:53
send u output and error.logs?
Avatar
we only see warnings
13:54
can you scroll up a little?
Avatar
You are missing python
Avatar
oh true
13:54
hm
Avatar
justabutterflier 2020-05-15 13:54:31Z
could not find sdl2
13:54
and python
Avatar
cd build && rm -r *
Avatar
do you have python btw?
Avatar
justabutterflier 2020-05-15 13:55:03Z
installing
13:55
right now
Avatar
cd build && cmake -DCLIENT=OFF ..
Avatar
justabutterflier 2020-05-15 13:55:09Z
installed
Avatar
I didn't even think it was possible to not have python on debian
Avatar
justabutterflier 2020-05-15 13:55:35Z
just installed
13:55
the debian
13:55
oh guys you are wizards really
13:55
gods (edited)
Avatar
probably only possible in the server version
Avatar
now compile
Avatar
now you just need to do make -j<howevermanycoresyouhave>
Avatar
justabutterflier 2020-05-15 13:56:18Z
yep
Avatar
make zcatch_srv
Avatar
justabutterflier 2020-05-15 13:56:25Z
ehm
13:56
what i need
13:56
-j or make
Avatar
without the j make is quite slow
Avatar
justabutterflier 2020-05-15 13:56:42Z
hm ok
Avatar
after spending half an hour on compiling (maybe even way more) (edited)
Avatar
make should suffice 😛
13:57
to get it working
13:57
afterwards you can use make -j$(nproc) to get a faster build
Avatar
me gusta
Avatar
huh didn't even know nproc was a thing
Avatar
justabutterflier 2020-05-15 13:57:41Z
oh i'm not sure it's normal
Avatar
linux only
13:57
normal warnings, not mine
Avatar
that's fine
Avatar
seems good
Avatar
justabutterflier 2020-05-15 13:57:57Z
lol ok
13:58
sorry for this
Avatar
sorry for this
13:58
xD
Avatar
justabutterflier 2020-05-15 13:58:31Z
i'm russian and just can't clearly read and understand all the text which i see
Avatar
np, enjoy
Avatar
justabutterflier 2020-05-15 13:58:44Z
thanks
Avatar
now I remember the nickname
13:58
from the ddrace tutorial video
Avatar
justabutterflier 2020-05-15 13:59:00Z
oh xd
13:59
did you enjoyed by it?
Avatar
was cool
Avatar
justabutterflier 2020-05-15 13:59:27Z
thanks (edited)
Avatar
I found the "cinematic" cool, like was there someone in spectators filming that?
Avatar
justabutterflier 2020-05-15 14:00:01Z
no, it's a demo
14:00
i asked Dune for the client which have this
14:00
and asked more people
Avatar
looked interesting
Avatar
justabutterflier 2020-05-15 14:00:38Z
but nobody said me
14:00
i use ddnet
14:01
ahaha
14:01
yep
Avatar
I think on ddrace that client is fine
Avatar
justabutterflier 2020-05-15 14:01:22Z
ok
Avatar
thanks for not mentioning cheat clients 😉
Avatar
hm, I should add the smooth camera to ddnet sometime
Avatar
justabutterflier 2020-05-15 14:01:34Z
sorry
14:01
yep
14:01
thanks
14:01
that would be very good and simply
Avatar
it has like some a little bit cheaty dyn cam features, that's about all there is
Avatar
@heinrich5991 well it's not really a cheat client per se, I don't think it comes with any cheats
Avatar
the camera kinda fixates on enemies if in dyn cam sight I guess
Avatar
justabutterflier 2020-05-15 14:02:18Z
anyway i just recorded the demo and then recorded it to video and sounded
Avatar
if I remember correctly
Avatar
it has a pretty cute debug stack trace and lua
Avatar
justabutterflier 2020-05-15 14:02:37Z
oh
14:02
Avatar
all around it was interesting from a developer perspective
Avatar
compiler too old
14:02
let's upgrade to debian 10? 😉
Avatar
justabutterflier 2020-05-15 14:02:54Z
ok
14:03
compile gcc
14:03
xD
Avatar
justabutterflier 2020-05-15 14:03:04Z
how
14:03
to
Avatar
I bet it's less pain than compiling gcc
Avatar
justabutterflier 2020-05-15 14:03:12Z
i want to just ./bam server_release
14:03
that was pretty simple
Avatar
the problem is that @jxsl13 uses new compiler features
14:03
bam wouldn't help you right now
Avatar
justabutterflier 2020-05-15 14:03:32Z
ok
Avatar
the readme states, which gcc version you wuld need
Avatar
ooooh @jxsl13 don't you know it's illegal to use anything after C++98 in teeworlds code?
Avatar
gcc-8.10
14:04
is what I got it working with on debian 8
14:04
I use c++17
14:04
😄
Avatar
@justabutterflier start with apt-get update && apt-get upgrade && apt-get dist-upgrade
Avatar
justabutterflier 2020-05-15 14:04:51Z
ok
Avatar
I think the syntax benefit and easier to read code with the "structured binding" were rather neat
14:05
I think it's calle dthat
Avatar
Soon we will port teeworlds to Cfront
Avatar
heh, rust 1.34 is in debian oldoldstable
14:06
because it's required to compile firefox
Avatar
what's Cfront?
Avatar
no Cfront is the original C++ compiler, doesn't conform to any standard, it only does C with classes and compiles code to C
Avatar
@justabutterflier done?
14:06
sounds
14:06
great
14:07
rust or golang server implementation would be interesting
14:07
does rust have kinda lightweight threads or something like that?
Avatar
Some Teeworlds stuff in Rust. Contribute to heinrich5991/libtw2 development by creating an account on GitHub.
14:08
yes, does have, with the async stuff
Avatar
755 lines?
14:08
how much of that works?
Avatar
you can join the server and run around
14:09
that's all you can do
Avatar
Why did you put all of it one file though? That's so unlike you 😄
Avatar
no weapons, no nothing
14:09
the file doesn't do a lot
Avatar
ten times faster compiling!
Avatar
it binds together the libraries I wrote, mostly
Avatar
Some Teeworlds stuff in Rust. Contribute to heinrich5991/libtw2 development by creating an account on GitHub.
14:11
hardcoded password 😄
14:11
Some Teeworlds stuff in Rust. Contribute to heinrich5991/libtw2 development by creating an account on GitHub.
14:11
@justabutterflier did the commands finish?
Avatar
justabutterflier 2020-05-15 14:15:43Z
sorry
14:15
i sleep
14:15
doing
14:16
Avatar
sorry, need to reboot
14:17
in the meantime, can you replace stretch with buster in /etc/apt/sources.list?
14:17
and remove the lines with backports
Avatar
justabutterflier 2020-05-15 14:18:00Z
you need?
14:18
or me
14:18
to reboot
Avatar
I need
Avatar
justabutterflier 2020-05-15 14:18:11Z
ah ok
14:18
np
Avatar
ah, I'll do a system update before rebooting
14:20
okay
14:20
did you replace stretch by buster? and removed the lines with backports?@justabutterflier
Avatar
justabutterflier 2020-05-15 14:22:33Z
Avatar
no, remove the lines that had backports completely
Avatar
justabutterflier 2020-05-15 14:23:12Z
фр щл
14:23
ah ok
14:23
first line was before editing btw (edited)
Avatar
it has stretch
14:23
it should have buster
Avatar
justabutterflier 2020-05-15 14:23:34Z
Avatar
yes
Avatar
justabutterflier 2020-05-15 14:23:42Z
ok
14:23
then what?
14:24
apt-get upgrade?
Avatar
apt-get update
14:24
then apt-get upgrade
Avatar
justabutterflier 2020-05-15 14:24:49Z
14:24
i stupid then apd-get
Avatar
justabutterflier 2020-05-15 14:25:17Z
this is the second output
14:25
first was installing something
14:25
without verification
Avatar
I still see stretch in there
14:26
have you re-run apt-get update after you updated the /etc/apt/sources.list?
Avatar
justabutterflier 2020-05-15 14:26:26Z
oh it seems that i didn't ctrl+s
14:26
sorry
14:28
14:28
n?
14:28
y?
14:29
@heinrich5991
Avatar
d
Avatar
justabutterflier 2020-05-15 14:30:38Z
барсик
14:30
d y
14:30
ok then d
14:31
Avatar
q to get out of the diff view
14:31
and then y
Avatar
justabutterflier 2020-05-15 14:32:59Z
done
14:33
now cmake ..?
Avatar
everything done already? 😮
Avatar
justabutterflier 2020-05-15 14:33:13Z
cmake -DCLIENT=OFF ..
14:33
Avatar
do apt-get dist-upgrade please
Avatar
justabutterflier 2020-05-15 14:33:41Z
oh
14:33
doing
Avatar
@justabutterflier and if all that is done, try compiling again
Avatar
justabutterflier 2020-05-15 14:44:21Z
щл
14:44
ok
14:45
Avatar
hosting manager after all installs:
Avatar
apt --fix-broken install I guess? ^^
Avatar
justabutterflier 2020-05-15 14:46:33Z
xd :(
Avatar
justabutterflier 2020-05-15 14:47:14Z
Avatar
compile gcc from source?
Avatar
rm /var/cache/apt/archives/libc6_2.28-10_amd64.deb and try again?
14:48
@jxsl13 currently system seems to be in a broken state ^^
14:49
I can't quote images (edited)
Avatar
justabutterflier 2020-05-15 14:50:10Z
14:50
it says kernel need upgrades
14:50
or something like this
14:50
Avatar
maybe switch the os
14:50
centos better imo
Avatar
ah
14:50
@justabutterflier reboot and keep your fingers crossed
Avatar
justabutterflier 2020-05-15 14:51:04Z
wdym
14:51
?
Avatar
reboot
Avatar
justabutterflier 2020-05-15 14:51:15Z
fingers crossed
14:51
what is it
Avatar
it means "hope for the best"
Avatar
justabutterflier 2020-05-15 14:51:34Z
ahahah
14:51
i understood
14:51
like "X" by fingers
14:51
yep?
Avatar
yes
Avatar
english only 😉
Avatar
justabutterflier 2020-05-15 14:52:23Z
yes
14:52
ahaha
14:54
what do i need right now
14:54
apt_get updrade? (edited)
Avatar
have you rebooted?
Avatar
I find it rather interesting that after so much annoyance you still want to build that.
Avatar
justabutterflier 2020-05-15 14:54:25Z
yes
Avatar
apt-get upgrade
Avatar
justabutterflier 2020-05-15 14:54:34Z
aahaha thanks
Avatar
apt-get dist-upgrade
Avatar
justabutterflier 2020-05-15 14:54:47Z
14:54
apt --fix-broken install?
Avatar
yes
Avatar
justabutterflier 2020-05-15 14:55:12Z
Avatar
ehm
Avatar
justabutterflier 2020-05-15 14:55:18Z
Avatar
uname -r pls
Avatar
without the pls
14:55
:D
Avatar
uname -r
Avatar
justabutterflier 2020-05-15 14:55:38Z
:D
14:55
2.6.32-42stab138.1
Avatar
ehm
14:56
we need to convince your boot loader to load a newer kernel
14:56
so first we need to figure out what boot loader you even use :<
Avatar
justabutterflier 2020-05-15 14:56:28Z
what do you mean
Avatar
you know what I think, does your provider allow you to upload your own .iso files to install a different operating system? (edited)
Avatar
justabutterflier 2020-05-15 14:57:12Z
i think no
Avatar
give us the contents of /boot/grub/grub.cfg please
Avatar
(switch to centos) xd
Avatar
justabutterflier 2020-05-15 14:57:52Z
ok
Avatar
like some option in your web interface where you can upload a .iso file and tell the web interface to install it. but first Ich think heinrich kniws his stuff, so guess first try that long way.
Avatar
justabutterflier 2020-05-15 14:58:30Z
14:58
like some option in your web interface where you can upload a .iso file and tell the web interface to install it. but first Ich think heinrich kniws his stuff, so guess first try that long way.
@jxsl13 can't
Avatar
no grub o_0
Avatar
boot might not be mounted
14:59
I never leave it mounted
Avatar
hm
15:00
@justabutterflier apt search linux-image
15:00
please
Avatar
justabutterflier 2020-05-15 15:00:32Z
Avatar
apt install linux-image?
Avatar
that doesn't sound right
Avatar
would it be ok to download that tar archive from mediafire and test if it works? so I can have some peace of mind?
Avatar
justabutterflier 2020-05-15 15:01:48Z
Avatar
@Learath2 it seems that the newest kernel is a) not loaded by the boot loader or b) not installed
15:02
try apt install linux-image-amd64 (edited)
15:03
IIRC debian can have multiple linux kernels installed side-by-side
Avatar
justabutterflier 2020-05-15 15:03:52Z
man
15:03
15:03
i really need to go to centos
Avatar
centos is even older usually
Avatar
justabutterflier 2020-05-15 15:04:36Z
ohh
Avatar
ubuntu wouod be the better choise
15:04
would
Avatar
if the hosting provider has a recent version of ubuntu
Avatar
justabutterflier 2020-05-15 15:04:51Z
maybe compile gcc?
Avatar
but download the tar archive
Avatar
windows 95 it's good
Avatar
the provider has 16.04
Avatar
justabutterflier 2020-05-15 15:05:12Z
i can choose this:
@justabutterflier
Avatar
what's that 4 years old?
Avatar
yes
15:05
2016
15:06
@Learath2 any idea on how to fix the debian install?
Avatar
can you download the tar archive xD
15:06
unpack it
15:06
and start ./zcatch_srv
Avatar
@jxsl13 you can test it yourself, too, btw
Avatar
Indon't have a debian installation
Avatar
docker run -it --rm debian:buster
Avatar
what?
Avatar
I mean you could get the kernel and install it with dpkg
15:07
reboot and let apt-get fix the system
Avatar
well, docker just for that... he's on debian and trying to run it, wuy not try run the precompiled binary.
Avatar
docker is probably in your package repository
Avatar
I bet it is
Avatar
@heinrich5991 are we upgrading to buster?
Avatar
stretch
15:09
debian 9?
Avatar
why settle with oldstable?
Avatar
the upgrade is to 9
15:09
the current is 8
15:09
You can just get the deb file and force install it with dpkg
Avatar
not stretch though
15:10
we're upgrading to buster
Avatar
is buster 10?
15:10
hm k
Avatar
wget http://ftp.debian.org/debian/pool/main/l/linux-signed-amd64/linux-image-4.19.0-9-amd64_4.19.118-2_amd64.deb
Avatar
Oh wait, is this a VM btw?
Avatar
yes
15:11
or at least I'd guess it is
Avatar
OpenVZ wouldn't allow upgrading the kernel iirc
Avatar
justabutterflier 2020-05-15 15:12:02Z
it's vm
Avatar
oh, I'm not aware of that
Avatar
If it's an OpenVZ container, you are out of luck, for a KVM machine you can
Avatar
systemd-detect-virt
15:12
@justabutterflier
Avatar
justabutterflier 2020-05-15 15:13:03Z
failtime
15:13
fail time
15:13
yes
15:13
it's fail
15:13
we shouldn't try
Avatar
systemd-detect-virt failed?
Avatar
justabutterflier 2020-05-15 15:13:31Z
it's openvz
15:13
ahaha no
Avatar
yeah there is a reason they don't offer any newer a version of debian, shithoster
Avatar
justabutterflier 2020-05-15 15:14:02Z
oh
15:14
sorry
15:14
nono
15:14
host is great
Avatar
okay, back to debian 9 I guess
15:14
what is the hoster?
Avatar
what is the hoster?
Avatar
1.2$/month huh
Avatar
justabutterflier 2020-05-15 15:14:32Z
yep
15:14
tru einfo from gerdoe
Avatar
Just install whatever version of Debian your hoster offers
Avatar
justabutterflier 2020-05-15 15:14:53Z
very stable and good host but cheap
15:14
i installed debian 9
Avatar
then you can build gcc by hand
Avatar
link to hoster pls
Avatar
justabutterflier 2020-05-15 15:15:09Z
firstvds.ru
15:15
runet
15:15
russian host
15:15
moscow host
Avatar
jxsl13 why cant zcatch compile by bam?
Avatar
ovh top
👍 1
Avatar
justabutterflier 2020-05-15 15:16:00Z
in russia you can buy fresh bread by 0.3 dollars
Avatar
doesn't matter, it's C++17 features that's blocking, not the build system
15:17
meh this is just a lost cause, idk how you can use a newer gcc with such an old glibc
Avatar
justabutterflier 2020-05-15 15:18:15Z
let's stop this
15:18
ok?
15:18
i'm just a bit unlucky
15:18
sorry for wasting time
15:18
i broke my 7 servers
Avatar
reinstall the debian 9 image I guess
Avatar
justabutterflier 2020-05-15 15:18:53Z
for what
15:18
?
Avatar
so you have a working system again
Avatar
justabutterflier 2020-05-15 15:19:46Z
xd nice
Avatar
they sgow debian 10 in their info graphic in the knioledgebase.
Avatar
@heinrich5991 you have a plan to get debian 9 to run a newer gcc and glibc?
Avatar
compile it.
Avatar
justabutterflier 2020-05-15 15:19:59Z
they sgow debian 10 in their info graphic in the knioledgebase.
@jxsl13 it's for not very cheap variants
Avatar
hm, ok.
Avatar
@jxsl13 any newer of a glibc won't run on such an old kernel
Avatar
I had this working on debian 8
Avatar
@Learath2 no
Avatar
justabutterflier 2020-05-15 15:20:49Z
bye
Avatar
@Learath2 just to have a working os again
15:21
bye
Avatar
this is not done yet!
Avatar
sorry for not realizing the openvz thing
Avatar
zarche dead... F
Avatar
needs to reinstall the OS and come back ._.
Avatar
I didn't even remember a 2.6.32 existing, such an old kernel
Avatar
the 2.6.32 line was the one that existed like forever
Avatar
Pretty normal given OpenVZ is a pretty dead platform
Avatar
until linus decided to just go 3.0
Avatar
maybe you can build the new glibc with old kernel support
Avatar
wait, even debian stretch has a kernel version of 4.9
15:24
so the openvz kernel had something weird already
Avatar
there should be a knob somewhere for it
15:25
@heinrich5991 you can't change the kernel of an openvz container
15:26
maybe just new gcc would be enough too
Avatar
justabutterflier 2020-05-15 15:44:40Z
@jxsl13 i cant
Avatar
I started a debian buster docker container and the downloaded version works
15:57
wget https://puu.sh/FKN8T/45f15cfc95.xz (edited)
15:58
rip
16:00
@justabutterflier did you reinstall your operating system?
Avatar
how to compile tw 0.1.0? xD
Avatar
don't think there are sources to that
Avatar
tw sources or manuals?
Avatar
tw sources
16:02
check up ur 2012's message x)
16:02
downloads.teeworlds.com
Avatar
teeworlds is not "that long" on github
Avatar
my bad :)
16:02
I thought it'd date back to 0.3 or 0.2
16:03
so...
16:03
how to compile it
Avatar
is there a bam.lua?
Avatar
there is default.bam
16:05
some early bam version maybe
16:05
never heard of a file called default.bam
16:05
bam 0.1?
16:05
0.2?
16:05
0.3?
16:05
maybe not 0.3
Avatar
bam bam
16:06
masterserver''s source here too xd
Avatar
teeworlds has always shipped masterserver source
16:09
-- function copy(output, input) print("copy " .. PathFilename(output)) local copy_command if family == "windows" then copy_command = "copy" input = str_replace(input, "/", "\\") output = str_replace(output, "/", "\\") else copy_command = "cp" end os.execute(copy_command .. " " .. input .. " " .. output) return 0 end
16:09
lua?
16:11
ahahahah
16:11
nice
Avatar
bam 0.1.0 dead
17:10
meh
Avatar
Try with later bam versions?
Avatar
there some problems
18:04
18:06
hey
18:06
there are some .ai files
Avatar
justabutterflier 2020-05-15 23:50:01Z
noooooo
23:50
23:50
why
23:50
how to fix it
23:50
@heinrich5991 sorry for ping help me if you can
23:53
@jxsl13
23:53
hi (edited)
23:55
oh fixed
Exported 661 message(s)