You are not logged in.
Pages: 1
pacman shows this:
:: Synchronizing package databases...
downloading catalyst.db...
downloading xorg112.db...
error: could not open file /var/lib/pacman/sync/catalyst.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/xorg112.db: Unrecognized archive format
core is up to date
extra is up to date
community 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] error: could not open file /var/lib/pacman/sync/catalyst.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/xorg112.db: Unrecognized archive format
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<4.1
What is going on? Why is unrecognized? (I have already deleted those files and downloaded them again)
Last edited by argos.void (2013-04-07 11:01:45)
"The old UNIX hackers never die, they only turn to zombie processes"
Offline
What do you have in your /etc/pacman.conf? On a related note (kind of), do some searching. The conflict with package-query is extremely well-documented and has been discussed to death already on the BBS.
All the best,
-HG
"All errors are ᴘᴇʙᴋᴀᴄ errors—It's just a matter of narrowing down which keyboard and chair." -Trilby
\ldots
Offline
/etc/pacman.conf
[options]
HoldPkg = pacman glibc
SyncFirst = pacman
Architecture = auto
SigLevel = Never
IgnorePkg =xorg-server,xorg-server-common
IgnoreGroup = xorg,xorg-server
[catalyst]
Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch
[xorg112]
Server = http://catalyst.apocalypsus.net/repo/xorg112/$arch
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
"The old UNIX hackers never die, they only turn to zombie processes"
Offline
SigLevel = Never
This is also probably unrelated, but why on earth do you have SigLevel = Never on all your repos?
As for the actual issue, try pacman -Syyu to force the dbs to update.
[edit] See Allan's post below. [/edit]
All the best,
-HG
Last edited by HalosGhost (2013-04-07 11:28:08)
"All errors are ᴘᴇʙᴋᴀᴄ errors—It's just a matter of narrowing down which keyboard and chair." -Trilby
\ldots
Offline
For the actual issue, go the the url for the repos having issues and see what you see...
Offline
Also, why do you not have CheckSpace?
How To Ask Questions The Smart Way | Help Vampires
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Corporation Wireless 8265 / 8275 | US keyboard with Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Also, why do you not have CheckSpace?
Suspense?
Online
cfr wrote:Also, why do you not have CheckSpace?
Suspense?
You mean like Arch with neither parachute nor plane?
How To Ask Questions The Smart Way | Help Vampires
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Corporation Wireless 8265 / 8275 | US keyboard with Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1