You are not logged in.
sudo pacman -Syu
warning: config file /etc/pacman.conf, line 23: directive 'SigLevel' in section 'options' not recognized.
:: Synchronizing package databases...
testing 27.8K 644.6K/s 00:00:00 [###########################] 100%
core 60.8K 858.2K/s 00:00:00 [###########################] 100%
extra 838.8K 872.1K/s 00:00:01 [###########################] 100%
community-testing 1.8K 1625.6K/s 00:00:00 [###########################] 100%
community 478.8K 810.1K/s 00:00:01 [###########################] 100%
archlinuxfr is up to date
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<3.6
Is any way to make an exception, or I have to wait?
Offline
You can wait for package query to be updated or install package-query-git. See the comments in the AUR.
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
From my point of view you want to wait another day. I updated just a few minutes ago. It looks like pacman 4.0 looks for a signature of the desired package and if a package (even its own predecessor) has now valid signature it won't install the package. I get this nice output when I want to reinstall yaourt and therefore downgrade pacman:
resolving dependencies...
looking for inter-conflicts...
Targets (3): package-query-0.9-1 pacman-3.5.4-4 yaourt-0.10.2-1
Total Installed Size: 3.19 MiB
Net Upgrade Size: 0.12 MiB
Proceed with installation? [Y/n]
(3/3) checking package integrity [########################################] 100%
error: pacman: key "F99FFE0FEAE999BD" is unknown
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
Any sugestions?
Offline
Offline
stop installing old yaourt. you need the git version
Give what you have. To someone, it may be better than you dare to think.
Offline
didnt helped:
==> package-query-git conflicts:
- package-query-0.9-1
==> Continue building package-query-git ? [Y/n]
==> -------------------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for package-query-git:
warning: config file /etc/pacman.conf, line 23: directive 'SigLevel' in section 'options' not recognized.
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n
error: target not found: recognized.
==> Restart building package-query-git ? [y/N]
Offline
[r-c@r-c-laptop ~]$ sudo pacman -R yaourt
Password:
warning: config file /etc/pacman.conf, line 23: directive 'SigLevel' in section 'options' not recognized.
checking dependencies...
Remove (1): yaourt-0.10.2-1
Total Removed Size: 0.22 MB
Do you want to remove these packages? [Y/n] y
(1/1) removing yaourt [###########################] 100%
[r-c@r-c-laptop ~]$ sudo pacman -S yaourt-git
warning: config file /etc/pacman.conf, line 23: directive 'SigLevel' in section 'options' not recognized.
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n
error: target not found: yaourt-git
Offline
you already downgraded pacman to 3.5....
Give what you have. To someone, it may be better than you dare to think.
Offline
didnt helped:
[...]
error: target not found: recognized.
==> Restart building package-query-git ? [y/N]
You have to remove them, make a normal upgrade, then, install the git version of both package-query and yaourt.
yaourt -G package-query-git yaourt-git
sudo pacman -Rs yaourt package-query
sudo pacman -Syu
cd package-query-git
makepkg -si
cd ../yaourt-git
makepkg -si
Offline
make[1]: Entering directory `/home/r-c/package-query-git/src/package-query-build'
make[2]: Entering directory `/home/r-c/package-query-git/src/package-query-build'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/r-c/package-query-git/src/package-query-build'
make[1]: Leaving directory `/home/r-c/package-query-git/src/package-query-build'
==> Tidying install...
-> Purging unwanted files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
-> Generating .PKGINFO file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: package-query-git 20111013-1 (Sat Oct 15 11:18:28 CEST 2011)
==> Installing package package-query-git with pacman -U...
loading packages...
error: '/home/r-c/package-query-git/package-query-git-20111013-1-any.pkg.tar.xz': could not find or read package
==> WARNING: Failed to install built package(s).
Offline
rado3105, when pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
like this
Did you try to install the built package by hand?
I had no problems in building and installing package-query-git and yaourt-git.
Offline
[r-c@r-c-laptop package-query-git]$ sudo makepkg -si
==> ERROR: Running makepkg as root is a BAD idea and can cause permanent,
catastrophic damage to your system. If you wish to run as root, please
use the --asroot option.
[r-c@r-c-laptop package-query-git]$ makepg -si
bash: makepg: command not found
[r-c@r-c-laptop package-query-git]$ cd /home/r-c/yaourt-git
[r-c@r-c-laptop yaourt-git]$ makepkg -si
==> Determining latest git revision...
-> Version found: 20111015
==> Making package: yaourt-git 20111015-1 (Sat Oct 15 12:58:13 CEST 2011)
==> Checking runtime dependencies...
==> Installing missing dependencies...
Password:
error: target not found: package-query-git
==> ERROR: 'pacman' failed to install missing dependencies.
[r-c@r-c-laptop yaourt-git]$ cd /home/r-c/package-query-git
[r-c@r-c-laptop package-query-git]$ ls
package-query-git-20111015-1-i686.pkg.tar.xz pkg PKGBUILD src
[r-c@r-c-laptop package-query-git]$ makepkg -si
Yes I tryed
Offline
[r-c@r-c-laptop package-query-git]$ sudo makepkg -si ==> ERROR: Running makepkg as root is a BAD idea and can cause permanent, catastrophic damage to your system. If you wish to run as root, please use the --asroot option. [r-c@r-c-laptop package-query-git]$ makepg -si bash: makepg: command not found [r-c@r-c-laptop package-query-git]$ cd /home/r-c/yaourt-git [r-c@r-c-laptop yaourt-git]$ makepkg -si ==> Determining latest git revision... -> Version found: 20111015 ==> Making package: yaourt-git 20111015-1 (Sat Oct 15 12:58:13 CEST 2011) ==> Checking runtime dependencies... ==> Installing missing dependencies... Password: error: target not found: package-query-git ==> ERROR: 'pacman' failed to install missing dependencies. [r-c@r-c-laptop yaourt-git]$ cd /home/r-c/package-query-git [r-c@r-c-laptop package-query-git]$ ls package-query-git-20111015-1-i686.pkg.tar.xz pkg PKGBUILD src [r-c@r-c-laptop package-query-git]$ makepkg -si
Yes I tryed
Huh? Where? You have package-query-git-20111015-1-i686.pkg.tar.xz there, so install it. Why did you run 'makepkg -si' again??
Excuse me, but I think you should read the wiki on how to use AUR, makepkg and pacman.
Offline
It's not obvious from the above where to tried to install the package.
pacman -U package-query-git-20111015-1-i686.pkg.tar.xz
Last edited by loafer (2011-10-15 11:08:44)
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
The problem is that makepkg -si simply looks in the repositories for the required package to install. package-query-git isn't in the repositories, you've built it yourself. So install it manually with 'pacman -U /home/r-c/package-query-git/package-query-git-20111015-1-i686.pkg.tar.xz' and then do the same for yaourt-git.
1000
Offline
omg.. what have you done.. now I can't do ANYTHING....
[_artem_@linux-void ~]$ sudo pacman -Syu
:: Synchronizing package databases...
gnome-unstable is up to date
testing 28.3 KiB 608K/s 00:00 [#############################################] 100%
core is up to date
extra 840.6 KiB 1215K/s 00:01 [#############################################] 100%
community-testing is up to date
community 473.6 KiB 1264K/s 00:00 [#############################################] 100%
multilib is up to date
multilib-testing is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (6): gnutls-3.0.4-1 hyphen-2.8.3-1 man-pages-3.35-1 ncmpcpp-0.5.8-1 nettle-2.4-1 telepathy-glib-0.16.0-1
Total Download Size: 6.05 MiB
Total Installed Size: 39.63 MiB
Net Upgrade Size: 0.13 MiB
Proceed with installation? [Y/n]
:: Retrieving packages from testing...
man-pages-3.35-1-any 4.3 MiB 1343K/s 00:03 [#############################################] 100%
:: Retrieving packages from extra...
nettle-2.4-1-x86_64 164.1 KiB 1437K/s 00:00 [#############################################] 100%
gnutls-3.0.4-1-x86_64 1368.9 KiB 1425K/s 00:01 [#############################################] 100%
hyphen-2.8.3-1-x86_64 13.5 KiB 1648K/s 00:00 [#############################################] 100%
:: Retrieving packages from community...
ncmpcpp-0.5.8-1-x86_64 192.6 KiB 1432K/s 00:00 [#############################################] 100%
(6/6) checking package integrity [#############################################] 100%
error: nettle: key "94657AB20F2A092B" is unknown
:: Import PGP key 0F2A092B, "Andreas Radke <andyrtr@archlinux.org>", created 2011-05-14? [Y/n] y
error: telepathy-glib: signature from "Ionut Biru <ibiru@archlinux.org>" is unknown trust
(6/6) checking package integrity [#############################################] 100%
error: nettle: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: gnutls: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: hyphen: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: man-pages: signature from "Andreas Radke <andyrtr@archlinux.org>" is unknown trust
error: telepathy-glib: signature from "Ionut Biru <ibiru@archlinux.org>" is unknown trust
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
[_artem_@linux-void ~]$
I even can't downgrade to pacman 3.5.............
[_artem_@linux-void ~]$ sudo pacman -S core/pacman
warning: downgrading package pacman (4.0.0-2 => 3.5.4-4)
resolving dependencies...
looking for inter-conflicts...
Targets (1): pacman-3.5.4-4
Total Installed Size: 2.89 MiB
Net Upgrade Size: -0.19 MiB
Proceed with installation? [Y/n]
(1/1) checking package integrity [#############################################] 100%
error: pacman: signature from "Allan McRae <me@allanmcrae.com>" is unknown trust
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
[_artem_@linux-void ~]$
pffffffffffffffffffffffffffffffffff
Offline
Folks, I would like to remind you that you should read the ML when using [testing].
_artem_, edit pacman.conf and uncomment SigLevel = Optional TrustAll.
Offline
oh.. it used the old pacman.conf
not the new pacman.conf.pacnew why it hasn't replaced the old one automatically?
Offline
why it hasn't replaced the old one automatically?
Because you would get the default options and loose all you configs.
Offline
it's a closed disk
yaourt-git and package-query-git both require pacman4
they both are in aur so they only can be installed by yaourt
when I install pacman4 I can't use yaourt to install git versions from aur............
Offline
There is no requirement to use yaourt. You can use any aur helper or makepkg / pacman. Please see karol's comments above. Make yourself familiar by reading the Wiki articles.
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
I'd actually suggest that you not use [testing], its assumed that if you use [testing] you know a bit more about how Arch works (and that you're subscribed to [arch-dev-public]).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
it's a closed disk
yaourt-git and package-query-git both require pacman4
they both are in aur so they only can be installed by yaourt
when I install pacman4 I can't use yaourt to install git versions from aur............
This is the reason we suggest doing things by hand first - when your AUR helper breaks in one way or another, you simply use wget to download the tAURball and makepkg to build the package.
Offline
I know how arch works, I know how makepkg -s works, I know what is and how to use abs
p.s. was just a bit confused (I quit smoking 43 hours ago, since that no sigaret)
Offline
you enabled the testing.
add # to testing , i resolved my issue by this way.
Offline