You are not logged in.
Hi
In my /etc/pacman.conf i have:
IgnorePkg = kernel26-lts kernel26-lts-headersWhen i do sudo pacman -Syu i get:
warning: kernel26-lts: ignoring package upgrade (2.6.32.43-1 => 2.6.32.44-1)
warning: kernel26-lts-headers: ignoring package upgrade (2.6.32.43-1 => 2.6.32.44-1)How can i get rid of this messages since i, of course, know that i have ignored them.
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline
You need to hack it https://bbs.archlinux.org/viewtopic.php?id=123911
Offline
Hi
Huuuu, i have seen that post and i have no idea how to do it.
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline
You need to get the pacman source and patch it i.e. remove the lines that start with a '-' and add in their place those that start with a '+' and compile the pacakge.
[karol@black ~]$ wget ftp://ftp.archlinux.org/other/pacman/pacman-3.5.4.tar.gz
[karol@black ~]$ bsdtar xfz pacman-3.5.4.tar.gz
[karol@black ~]$ ls pacman-3.5.4/lib/libalpm/sync.c
pacman-3.5.4/lib/libalpm/sync.cOffline
Thanks karol. I will try it.
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline