You are not logged in.
Что это за ошибка, и как ее исправить?
После warning:problem in pkgbuild.sh library, пишет:
/usr/local/lib/yaourt/util.sh line 164: package-query: команда не найдена.
Ошибка появляется после обновления яорта, или после написания команды яорта установить что-то, например: yaourt -S broadcom-wl.
Last edited by anp (2012-11-09 11:21:02)
Offline
Moved to Other Languages.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
If google-translate was right, you need the following:
INSTALL: https://aur.archlinux.org/packages/package-query/
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
If google-translate was right, you need the following:
INSTALL: https://aur.archlinux.org/packages/package-query/
Спасибо за подсказку.
Скачал package-query, перенес его в папку tmp и из консоли начал устанавливать (по инструкции в файле install)
cd /tmp/pacage-query-1.1
./configure
make
make: Не заданы цели и не найден make-файл.
_________________
google-translate:
Thanks for the tip.
I downloaded the package-query, transferred it to the tmp folder and started from the console to install (the instructions in the file install)
cd / tmp/pacage-query-1.1
. / configure
make
make: do not set targets and not found make-file.
Offline
$ cd /tmp
$ mkdir package-query
$ cd package-query
$ curl https://aur.archlinux.org/packages/pa/package-query/PKGBUILD > PKGBUILD
$ makepkg -i
You should not try to build the package manually, use makepkg on the PKGBUILD file:
Вы не должны пытаться построить пакет вручную, используйте makepkg на файл PKGBUILD
Last edited by Trilby (2012-11-08 12:03:33)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
$ cd /tmp $ mkdir package-query $ cd package-query $ curl https://aur.archlinux.org/packages/pa/package-query/PKGBUILD > PKGBUILD $ makepkg -i
Спасибо Trilby.
При установке package-query нужно было обновить yajl=>2.0, после обновления,
package-query установилось.
Сейчас попробую установить через Yaourt пакет для wifi - broadcom-wl.
(Язык на котором я пишу вам - русский).
Тему можно закрывать.
_______________________
google-translate:
Thank Trilby.
When installing the package-query needed to update yajl => 2.0,
after updatepackage-query established.
Now try to install a package for Yaourt wifi - broadcom-wl.
(The language I write to you - Russian).
Topic can be closed.
Offline