-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
build failed when using docker #26982
Comments
Looks like codegen installation is broken in glib, |
@Aokromes closing this is a bad idea as people are likely to arrive here as the Docker images resulting from the Dockerfile are broken currently. |
reported here: https://gitlab.gnome.org/GNOME/glib/-/issues/3161 |
Is there any workaround for build it? |
I need solution too. |
|
tdesktop $ find -name build.sh could you specify? |
|
cat ./Telegram/build/docker/centos_env/build.sh
Я не понимаю откуда и куда, а главное зачем что-то копировать. |
Ну как "зачем" - сейчас при вызове codegen не может найти эти модули, потому как их установку убили в глибе, а вот эта команда она их копирует (по сути устанавливает). Я ставил перед cd Telegram. Собралось после этого. |
Basically, It works. |
The codegen of the older glib generates a different code so the resulting API is different. |
If copying works, |
where should this line be used? Thanks! |
When you run the build by 'docker run blablabla' you should add this at the end. |
Steps to reproduce
Expected behaviour
It should build without issue.
Actual behaviour
After
docker run --rm -it
........I got error result
Operating system
Arch Linux
Version of Telegram Desktop
4.11
Installation source
Static binary from official website
Crash ID
No response
Logs
No response
The text was updated successfully, but these errors were encountered: