fixesproto keeps failing on bmake install

walt wa1ter at myrealbox.com
Wed Jun 7 09:15:42 PDT 2006


On Wed, 2006-06-07 at 17:24 +0200, Geert Hendrickx wrote:
> On Wed, Jun 07, 2006 at 07:45:45AM -0700, walt wrote:
> > Petr Janda wrote:
> > > elevator# bmake install
> > > ===> Installing for fixesproto-3.0.2
> > > ERROR: fixesproto-3.0.2 conflicts with installed package(s):
> > > ERROR:  ine
> > 
> > I'm seeing the same error for openldap, so there seems
> > to be some breakage in the pkgsrc infrastructure on DF.
> 
> You didn't post the exact error but it may be related to this: 
> http://mail-index.netbsd.org/pkgsrc-users/2006/05/31/0007.html

No, Johnny made a typo in pkgsrc/mk/flavor/pkg/install.mk:

--- install.mk.bad      2006-06-07 08:21:45.000000000 -0700
+++ install.mk  2006-06-07 09:10:05.000000000 -0700
@@ -20,7 +20,7 @@
        ${_PKG_SILENT}${_PKG_DEBUG}                                     
        ${TEST} -f ${WRKDIR}/.CONFLICTS || exit 0;                      
        ${ERROR_MSG} "${PKGNAME} conflicts with installed package(s):"; 
-       while read line; do ${ERROR_MSG} "      $line"; done            
+       while read line; do ${ERROR_MSG} "      $$line"; done    

Can you fix that for us, Geert, or do I need to go thru pkgsrc-users?

Thanks!






More information about the Users mailing list