pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/32611: Arla conflicts with Hemidal



>Number:         32611
>Category:       pkg
>Synopsis:       Arla conflicts with Hemidal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 24 10:35:00 +0000 2006
>Originator:     Ola Eriksson
>Release:        NetBSD 3.99.15
>Organization:
GMQ Consulting
>Environment:
NetBSD herbert 3.99.15 NetBSD 3.99.15 (herbert) #0: Sat Jan  7 02:32:20 CET 
2006  root@herbert:/usr/obj/sys/arch/i386/compile/herbert i386
>Description:
Arla (pkgsrc/net/arla) installes (and overwrites) files already present if the 
Hemidal (pkgsrc/security/heimdal) is installed.

This is probably not the best fix, since pkgsrc/security/heimdal provides some 
features not present in NetBSD's base-installation, that are of interest when 
using AFS. But until these packages can co-exist, they should not be allowed 
overwrite eachothers files.
>How-To-Repeat:
Install pkgsrc/security/heimdal followed by pkgsrc/net/arla and see complaints 
about bogus/conflicting files from the Heimdal-package being overwritten.
>Fix:
Apply the following patch:

# diff -bu pkgsrc/net/arla/Makefile.orig pkgsrc/net/arla/Makefile
--- pkgsrc/net/arla/Makefile.orig       2006-01-24 11:27:57.000000000 +0100
+++ pkgsrc/net/arla/Makefile    2006-01-24 11:28:36.000000000 +0100
@@ -11,6 +11,7 @@
 
 CONFLICTS+=            lwp-[0-9]*
 CONFLICTS+=            rx-[0-9]*
+CONFLICTS+=            heimdal-[0-9]*
 
 OSVERSION_SPECIFIC=    yes
 INFO_FILES=            arla.info send-pr.info




Home | Main Index | Thread Index | Old Index