You are not logged in.
Hello!
According to the pacman manpage, there should be an option --recursive for -U, which is supposed to recursively reinstall dependencies. However, my try to use this option failed:
# pacman -U --recursive http://arm.konnichi.com/core/os/x86_64/gcc-4.7.1-5-x86_64.pkg.tar.xz
error: invalid option(I'm aware that pacman potentially will not know about the place to get the dependencies of older packages from... But this seems like an option passing/parsing problem to me)
What am I doing wrong?
Yours
David
Offline
Hi!
interpreting the '-' signs in the diff correctly, it should have been removed from the man page, but the header says it came too late... see here
Last edited by deimos1 (2012-09-11 13:34:48)
Thinkpad X121e
Intel Core i3-2357M @ 1.3 GHz
Intel HD 3000 integrated
Offline
So... feature regression?
Any more ideas for how to do what I'm trying to achieve (essentially: installing a specific old version of gcc, including of course all of its dependencies)?
Thanks so far,
David
Offline
I'm going to assume that you have the old dep packages, as well as the old gcc, so you can just do
pacman -U gcc.pkg dep.pkg dep.pkg... etcFWIW, pacman -Uh does not show that option.
And it's feature removal, not feature regression - I'm sure you can find the reason for the removal on the pacman-dev mailing list.
Last edited by tomk (2012-09-11 14:19:30)
Offline