forked from vysheng/tg
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Does not compile /install on Debian(11)-bullseye #60
Comments
looks like i also have the same problem
doesnt look like the maintainer is active D: |
Same problem here with Linux Mint 20:
I installed
So Running
The only way to fix this was to build the package without signing it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debian 11
" Package libpython-dev is not available.....
However the following packages replace it:
libpython2-dev:i386 libpython2-dev "
Ok so I installed libpython2-dev and changed /tg/debian/control to libpython2-dev also.
When I run: dpkg-buildpackage -b
It ends with this:
make[1]: *** [Makefile:60: bin/telegram-cli] Error 1
make[1]: Leaving directory '/home/user/SOFT/tg'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:23: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
The text was updated successfully, but these errors were encountered: