On Sun, Nov 02, 2014 at 06:22:28PM +0100, Ludovic Courtès wrote: > I don’t think so. In this thread, I rather wanted to discuss the > implications of allowing same-named packages to be installed in the same > profile, should we decide to go that route. > > > Another idea: How about letting "guix package -u foo" upgrade only the > > package with name foo and the latest version if there are several with the > > same name? > That’s a possibility, yes. > But I wonder if there are other issues beyond -u.
Good question, I do not know. But if we allow several packages with the same name in a profile, I do not see another possibility for "guix package -u" than my suggestion. There is also the question of conflicts with identical file names. They are already there now, but their probability should be higher with identical package names. Maybe we need to rethink the handling of conflicts also. Andreas