Code: Select all
[archlinuxfr]
Server = http://repo.archlinux.fr/$archModerators: b1o, jkerr82508
Code: Select all
[archlinuxfr]
Server = http://repo.archlinux.fr/$archCode: Select all
wget http://aur.archlinux.org/packages/package-query/package-query.tar.gz
tar zxvf package-query.tar.gz
cd package-query
makepkg -si
cd ..
wget http://aur.archlinux.org/packages/yaourt/yaourt.tar.gz
tar zxvf yaourt.tar.gz
cd yaourt
makepkg -si
cd ..Code: Select all
:) yaourt lib32-glibc
/usr/lib/yaourt/basicfunctions.sh: line 12: package-query: command not foundCode: Select all
resolving dependencies...
looking for inter-conflicts...
Targets (1): package-query-0.3-2 [0.00 MB]
Total Download Size: 0.00 MB
Total Installed Size: 0.00 MB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) upgrading package-query [######################] 100%
.:[ dedanna@dedanna.rocks.net : 14:38:20 : ~/package-query ]:.
:) cd ..Code: Select all
:) yaourt glibc
1 core/glibc 2.13-5 [7.15 M] (base) [installed]
GNU C Library
2 extra/kdesdk-kmtrace 4.6.3-2 [0.06 M] (kde kdesdk) [installed]
A KDE tool to assist with malloc debugging using glibc´s "mtrace"
functionality
3 extra/nss-mdns 0.10-3 [0.01 M]
glibc plugin providing host name resolution via mDNS
---------->lexical error: invalid char in json text.
<html> <head> <title>Tor is not
(right here) ------^<-----------
==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
==> -------------------------------------------------------That error is being thrown by yajl, which package-query links to. Rebuilding package-query is likely your solution if it happens for all packages.
Code: Select all
# pacman -U yajl-1.0.11-3-i686.pkg.tar.xz
warning: downgrading package yajl (2.0.2-1 => 1.0.11-3)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires yajl>=2.0Code: Select all
[root@dedanna Downloads]# ls /usr/local | grep package
[root@dedanna Downloads]# which package-query
/usr/bin/package-query
[root@dedanna Downloads]# pacman -Qo /usr/local/bin/package-query
error: failed to read file '/usr/local/bin/package-query': No such file or directoryCode: Select all
:) yaourt yags
lexical error: invalid char in json text.
<html> <head> <title>Tor is not
(right here) ------^Code: Select all
:) uname -a
Linux dedanna.rocks.net 2.6.39-ARCH #1 SMP PREEMPT Tue Jun 7 05:49:02 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/LinuxCode: Select all
# pacman -Syu
:: Synchronizing package databases...
core 37.0K 62.1K/s 00:00:01 [################################################] 100%
extra 467.0K 224.2K/s 00:00:02 [################################################] 100%
community 446.4K 227.0K/s 00:00:02 [################################################] 100%
archlinuxfr 27.7K 72.6K/s 00:00:00 [################################################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (4): celestia-1.6.1-1 [32.56 MB] enchant-1.6.0-3 [0.03 MB] miro-4.0.1.1-1 [5.59 MB] mkinitcpio-0.6.13-1 [0.02 MB]
Total Download Size: 38.19 MB
Total Installed Size: 105.07 MB
Proceed with installation? [Y/n] y
:: Retrieving packages from core...
mkinitcpio-0.6.13-1-any 17.9K 44.2K/s 00:00:00 [################################################] 0%
:: Retrieving packages from extra...
celestia-1.6.1-1-i686 32.6M 298.5K/s 00:01:52 [################################################] 85%
enchant-1.6.0-3-i686 32.6M 290.2K/s 00:01:55 [################################################] 85%
miro-4.0.1.1-1-i686 38.2M 287.2K/s 00:02:16 [################################################] 100%
(4/4) checking package integrity [################################################] 100%
(4/4) checking for file conflicts [################################################] 100%
(1/4) upgrading celestia [################################################] 100%
(2/4) upgrading enchant [################################################] 100%
New optional dependencies for enchant
hspell: Hebrew dictionary
(3/4) upgrading miro [################################################] 100%
(4/4) upgrading mkinitcpio [################################################] 100%