You are not logged in.
Pages: 1
I'm trying to upgrade my old colinux archlinux (2007) to current version.
It is very difficult.
I found I require a pacman.static, but it miss.
Some pacman's dependency still keep in .gz format, but some have changed to .xz.
That cause the old pacman can not upgrade itself.
I suggest strongly to keep pacman.static in 'community' repository at least.
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
I suggest reinstalling using the testing iso http://releng.archlinux.org/isos
Offline
It is not so easy to install Colinux from iso file. So, I require base on previous installed pacman.
I know the worse method is just extract a workable pacman from workable archlinux.
But, I don't think that's good for installation steps.
I remember pacman.static exist in several years ago.
But, I don't know why developers decide to remove it forever.
It is very useful when some pacman dependency missing.
Here is my upgrade failed message.
$ pacman -Sy pacman
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
resolving dependencies...
error: cannot resolve "openssl>=1.0.0", a dependency of "libarchive"
error: failed to prepare transaction (could not satisfy dependencies)
:: libarchive: requires openssl>=1.0.0
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
Have you tried just
pacman -Syu
Offline
pacman.static wasn't really completely static, so it wasn't useful for its intended purpose. That's why it was removed.
Offline
I know the worse method is just extract a workable pacman from workable archlinux.
But, I don't think that's good for installation steps.
This isn't so bad. Just reinstall the packages you extracted into the filesystem later properly with the package manager.
But pacman is a .gz package for the exact purpose of being able to upgrade non-xz pacman to a new one.
~ % pacman -Sp pacman
http://mirrors.kernel.org/archlinux/core/os/x86_64/pacman-3.5.3-1-x86_64.pkg.tar.gz
So just install the new pacman first. (And don't forget the db-upgrade)
But seriously, from 2007? Good luck
Last edited by Cdh (2011-08-07 15:36:04)
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
I found a easier method.
Just edit the /etc/pacman.conf.
[core]
Server=http://arm.knnichi.com/2009/11/01/$repo/os/i686
pacman -Syy pacman
Then change back to normal Server.
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
Pages: 1