Ошибка makepkg

Пытаюсь установить telegram-desktop-bin из AUR, раньше устанавливалось, но после удаления и новой установки вылетает ошибка makepkg

==> Downloading telegram-desktop-bin PKGBUILD from AUR...
x .SRCINFO: Write failed
x PKGBUILD: Write failed
x telegram-desktop-bin.desktop: Write failed
x telegram-desktop-bin.install: Write failed
x tg.protocol: Write failed
bsdtar: Error exit delayed from previous errors.

No protocol specified
QXcbConnection: Could not connect to display :0
telegram-desktop(_ZN14SignalHandlers8internal7HandlerEiP7siginfoPv+0x175)[0xba1fa5]
telegram-desktop(_ZN14SignalHandlers8internal12DumpCallbackERKN15google_breakpad18MinidumpDescriptorEPvb+0x2e)[0xba278e]
telegram-desktop(_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE+0x3d4)[0xde5c44]
telegram-desktop(_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv+0x97)[0xde5f57]
/usr/lib/libpthread.so.0(+0x11fe0)[0x7f2b27b58fe0]
/usr/lib/libc.so.6(gsignal+0x110)[0x7f2b272aca10]
/usr/lib/libc.so.6(abort+0x17a)[0x7f2b272ae13a]
telegram-desktop[0x1a5edee]
telegram-desktop(_ZN14QXcbConnectionC2EP19QXcbNativeInterfacebjPKc+0x62e)[0x119f04e]
telegram-desktop(_ZN15QXcbIntegrationC1ERK11QStringListRiPPc+0x31b)[0x1174a3b]
telegram-desktop[0x117367b]
telegram-desktop[0x1945dab]
telegram-desktop[0x168b8ac]
telegram-desktop[0x168c515]
telegram-desktop[0x1c195ae]
telegram-desktop[0x168d31c]
telegram-desktop[0x1351ce9]
telegram-desktop(_ZN11ApplicationC2ERiPPc+0x1e)[0xb4e96e]
telegram-desktop(main+0x8a)[0x79433a]
/usr/lib/libc.so.6(__libc_start_main+0xf1)[0x7f2b27299511]
telegram-desktop[0x7b753d]
[1]    5268 abort (core dumped)  telegram-desktop

/usr/bin/makepkg: line 2137: warning: command substitution: ignored null byte in input
/usr/bin/makepkg: line 742: source: /tmp/yaourt-tmp-andrey/aur-telegram-desktop-bin/./tmp.9VzAzycK7F: cannot execute binary file
==> ERROR: Failed to source /tmp/yaourt-tmp-andrey/aur-telegram-desktop-bin/./tmp.9VzAzycK7F
Unable to read PKGBUILD
в /tmp/ нет места?

df что показывает?
sirocco
в /tmp/ нет места?
Что то мне кажется, вряд ли в этом дело.
Lordao
/usr/bin/makepkg: line 742: source: /tmp/yaourt-tmp-andrey/aur-telegram-desktop-bin/./tmp.9VzAzycK7F: cannot execute binary file
Странное сообщение - cannot execute binary file — если посмотреть line 742, то видим
source_safe() {
	shopt -u extglob
	if ! source "[email protected]"; then
		error "$(gettext "Failed to source %s")" "$1"
		exit 1
	fi
	…....
if ! source "[email protected]"; then …. вот и получаем error
==> ERROR: Failed to source /tmp/yaourt-tmp-andrey/aur-telegram-desktop-bin/./tmp.9VzAzycK7F
А вот почему так, сразу и не скажешь ….
PS … у меня 32 bit — скомпилировалось без ошибок.
Ошибки не исчезают с опытом - они просто умнеют
sirocco
в /tmp/ нет места?
df что показывает?
И все-таки, глядя на
Lordao
x .SRCINFO: Write failed
x PKGBUILD: Write failed x telegram-desktop-bin.desktop: Write failed
x telegram-desktop-bin.install: Write failed
x tg.protocol: Write failed
похоже sirocco прав ... (PS ... или с ошибками записалось ???)
PS .... а раз не записалось, то и получаем cannot execute binary file
Ошибки не исчезают с опытом - они просто умнеют
vasek
у меня 32 bit — скомпилировалось без ошибок
64 bit - OK
GitHub, ArchWiki, AUR
Kycok
64 bit - OK
Да всё ок, просто невнимательность людей сказывается :)
 
Зарегистрироваться или войдите чтобы оставить сообщение.