Package Details: telegram-cli-git r1357.3da0e4a-1

Git Clone URL: https://aur.archlinux.org/telegram-cli-git.git (read-only, click to copy)
Package Base: telegram-cli-git
Description: Telegram messenger CLI
Upstream URL: https://github.com/kenorb-contrib/tg
Licenses: GPL2
Conflicts: telegram-cli
Provides: telegram-cli
Submitter: dywedir
Maintainer: None
Last Packager: drrossum
Votes: 151
Popularity: 0.009121
First Submitted: 2015-08-18 12:14 (UTC)
Last Updated: 2020-06-18 11:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 Next › Last »

hvs commented on 2014-09-02 14:01 (UTC)

Using 'makepkg -s', I'm getting the following error: gcc ./objs/tlc.o ./objs/tl-parser.o ./objs/crc32.o ./objs/tools.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -rdynamic -ggdb -levent -lconfig -levent -lcrypto -lz -lm -lreadline -llua -ldl -o bin/tlc cat scheme.tl encrypted_scheme.tl binlog.tl append.tl auto > auto/scheme.tl cat: auto: Is a directory Makefile:74: recipe for target 'auto/scheme.tl' failed make: *** [auto/scheme.tl] Error 1 ==> ERROR: A failure occurred in build(). Aborting... If I rerun 'make' directly, everything compiles just fine. With the following patch applied, compiling works, but I'm not sure if this is the right thing to do: --- Makefile.in.orig 2014-09-02 10:43:14.744826673 -0300 +++ Makefile.in 2014-09-02 10:43:26.294826585 -0300 @@ -70,7 +70,7 @@ ${AUTO}/scheme.tlo: ${AUTO}/scheme.tl ${EXE}/tlc ${EXE}/tlc -e $@ ${AUTO}/scheme.tl -${AUTO}/scheme.tl: ${srcdir}/scheme.tl ${srcdir}/encrypted_scheme.tl ${srcdir}/binlog.tl ${srcdir}/append.tl ${AUTO} +${AUTO}/scheme.tl: ${srcdir}/scheme.tl ${srcdir}/encrypted_scheme.tl ${srcdir}/binlog.tl ${srcdir}/append.tl cat $^ > $@ ${AUTO}/scheme2.tl: ${AUTO}/scheme.tl ${EXE}/tlc Also, package step failed with: ==> Starting package()... install: cannot stat ‘telegram’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Just changing 'telegram' to 'telegram-cli' in PKGBUILD makes it work.

kseistrup commented on 2014-07-26 12:12 (UTC)

telegram-git E: Dependency openssl detected and not included (libraries ['usr/lib/libcrypto.so.1.0.0'] needed in files ['usr/bin/telegram'])

cippaciong commented on 2014-05-13 21:15 (UTC)

Arch doesn't officially support any ARM device or ARM architecure in general so you should not ask to add it in AUR's PKGBUILDs. If you are an archlinux-arm user you'd better edit the "arch" line yourself or simply build the package with --ignorearch (-A) option most of us do, me included. ;)

niklas.heer commented on 2014-05-13 12:28 (UTC)

To add support for Raspberry Pi please exchange the line "arch=('i686' 'x86_64')" with "arch=('armv6h' 'i686' 'x86_64')". Thanks :)

<deleted-account> commented on 2014-03-22 15:48 (UTC)

Hi, I flagged this package as out of date yesterday, mainly because I misunderstood how *-git packages work and are supposed to be updated. I'm sorry for this newbie mistake. Please, can someone remove the flag or tell me where/how should I request its removal?

opt1mus commented on 2014-03-11 00:35 (UTC)

Successful build w/ readline-6.3-2-x86_64

<deleted-account> commented on 2014-03-05 07:05 (UTC)

readline 6.3 seems to be the culprit. https://github.com/vysheng/tg/issues/133

forgottenarcher commented on 2014-03-04 03:36 (UTC)

@kokz95 Got the same error, coudn't find a work around did you ?