On Tue, 18 Jan 2005 10:06:36 -0500, seth vidal <skvidal@xxxxxxxxxxxx> wrote: > if a package is already in the ts and it's not one of the packages that > can be installed multiple times: > raise an error and/or cause problems. Are you relying on a special magic list to determine 'can be installed multiple times' here? Or do you do this as part of the depresolving loops to check to see if a package conflicts with versions of itself? -jef