cheater1034 wrote:I do not like paludis myself, it seems really slow compared to portage 2.2 in every way, especially when resolving dependencies.
Also, i have the exact same configs on portage as paludis, but for some reason random packages (ie xorg-server) get compile failure in paludis, then when i use emerge they build fine (compile failure, which is really strange, even using paludis with the portage use flag so i could use portages configs directly fails)
I'm not 100% sure, but performance issues might be associated with fact that you use legacy portage configurations with paludis. I also did complete
~amd64 system rebuild yesterday (yes, with reiser4

) without any xorg issues. When I encountered compilation problems in the past, they usually were result of fancy
CFLAGS settings, so I had to add something like this in
bashrcCode: Select all
if [[ "${CATEGORY}/${PN}" == "sys-fs/udev" ]] ; then
MAKEOPTS="-j1"
LDFLAGS="-O1 ---hash-style=gnu --sort-common --as-needed -z now"
fi
Before I switched to paludis I also experiented with
pkgcore (because I felt somehow lukewarm about paludis because of widely spread hoax of paludis devs being user enemies) but one day it sudenly died, probably as a result of python update or whatever and I haven't been able to resurrect it (too many dependecies).
As we were mentioning some of benefits of portage 2.2, even with all that progress I doubt it would have such an elegant support for
repositories.