[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
find-all-conflicts gotcha
- To: ports@openbsd.org
- Subject: find-all-conflicts gotcha
- From: Marc Espie <espie@nerim.net>
- Date: Tue, 2 Apr 2002 18:44:40 +0200
- Content-Disposition: inline
- Mail-Followup-To: ports@openbsd.org
- User-Agent: Mutt/1.2.5i
find-all-conflicts is showing stuff like this:
@dirrm problems:
---------------
/usr/local/share/apps/kate/syntax: kdebase-2.2.2,kdelibs-3.0rc3
well, there is no explicit conflict between kdebase-2.2.2 and
kdelibs-3.0rc3.
Two solutions:
- add an explicit conflict to kdebase-2.2.2 for kdelibs-3.0rc3 (yuck)
- expand the conflict list in a transitive way, so that packages
will conflict with packages that conflict with dependent packages
(a bit hard to do)
In the meantime, @dirrm problems will show some false positives. Sorry
about that...