You are not logged in.
Hi,
I am trying to maintain a custom version of glibc due to the minimum kernel version bump. I have seen the sticky topic in the forum about Updating packages compiled via ABS.
The steps which seem clear to me -
run
abs core/glibcCopy
/var/abs/core/glibcto another path and do a couple of changes to PKGBUILD
run from the custom path
makepkg -sSo, creating a custom repo and using that as the top most repo and reinstalling glibc is the way to go when multiple machines are involved ?
When the package is built copy it to another path and run
repo-addPut the custom repo at the top repo in
/etc/pacman.confrefresh pacman
pacman -Syreinstall glibc using
pacman -S glibcIs this the way to go ?
cheers !
Last edited by kmganesh (2011-02-16 06:52:01)
OpenProtect - Anti Spam Server
Offline
So, creating a custom repo and using that as the top most repo and reinstalling glibc is the way to go when multiple machines are involved ?
I would just, after running the abs command and copying the glibc PKGBUILD into a folder in your home directory, run
makepkg -sin the folder with the PKGBUILD to generate the package and then copy the package onto a USB key to distribute to other machines.
Installing with
pacman -U /path/to/packageUnless you have many machines that you want to install the package on, it is much simpler than creating a repo.
Last edited by andrewthomas (2011-02-15 02:40:52)
If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/andrewthomas/
Offline
Or use this repo: http://dev.archlinux.org/~ibiru/openvz/glibc-vps/
Offline
Hey that's exactly what I was looking for too. That means it should be possible to install ArchLinux inside my VPS running Virtuozzo with Kernel 2.6.18
Offline
Thanks for the responses ! Yup using
pacman -U is the easiest for a single machine. But I am looking at many machines. Also the openvz glibc is a good idea ! but unfortunately I am looking at 2.6.15 with an additional patch https://bugzilla.redhat.com/show_bug.cgi?id=426890 ![]()
So I guess I am on the right track on this one ?
OpenProtect - Anti Spam Server
Offline
Yeah, make a repo, nothing to it.
Offline