You are not logged in.
What does the pacman message
error: package: duplicate target
mean?
I've found no mention of errors in the pacman man-page, and that particular one doesn't seem to be explained on the wiki.
Last edited by Neven (2014-05-06 22:02:04)
Offline
It means you listed the package twice. It should really only be a warning instead of an error.
Offline
But if I do e.g.
pacman -S abs abs
I don't get the error message.
So I don't understand to what exactly the error refers.
Offline
What command causes the error?
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
-S and -R treat the "error" differently. -S gives a warning and skips the duplicate package, -R probably should too.
Offline
Thank you I understand now why pacman gave me the error.
I got it when using makepkg -i (pacman -U) to install gcc from abs and makepkg for some reason gave pacman -U packages more than once.
Maybe I'll try too look into it more.
Offline