NetBSD Problem Report #49873

From www@NetBSD.org  Sun May  3 09:36:07 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 9098CA5864
	for <gnats-bugs@gnats.NetBSD.org>; Sun,  3 May 2015 09:36:07 +0000 (UTC)
Message-Id: <20150503093605.CD9BDA6554@mollari.NetBSD.org>
Date: Sun,  3 May 2015 09:36:05 +0000 (UTC)
From: yorickhardy@gmail.com
Reply-To: yorickhardy@gmail.com
To: gnats-bugs@NetBSD.org
Subject: libxcb-xkb.so is installed with the wrong version nummber
X-Send-Pr-Version: www-1.0

>Number:         49873
>Category:       xsrc
>Synopsis:       libxcb-xkb.so is installed with the wrong version nummber
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    xsrc-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 03 09:40:00 +0000 2015
>Closed-Date:    Wed Sep 09 09:17:17 +0000 2015
>Last-Modified:  Wed Sep 09 09:17:17 +0000 2015
>Originator:     Yorick Hardy
>Release:        NetBSD 7.0_BETA
>Organization:
>Environment:
NetBSD HOME 7.0_BETA NetBSD 7.0_BETA (YORICK.amd64) #0: Fri Apr 24 06:20:00 SAST 2015  root@HOME:/root/build.amd64.local7/obj/sys/arch/amd64/compile/YORICK.amd64 amd64
>Description:
/usr/X11R7/lib/libxcb-xkb.so is installed as /usr/X11R7/lib/libxcb-xkb.so.0.1 but is tagged as version 1.0.
>How-To-Repeat:

>Fix:
Index: distrib/sets/lists/xbase/shl.mi
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/xbase/shl.mi,v
retrieving revision 1.55.4.3
diff -u -r1.55.4.3 shl.mi
--- distrib/sets/lists/xbase/shl.mi	26 Mar 2015 10:01:03 -0000	1.55.4.3
+++ distrib/sets/lists/xbase/shl.mi	3 May 2015 09:34:52 -0000
@@ -421,8 +421,8 @@
 ./usr/X11R7/lib/libxcb-xinerama.so.0		-unknown-		xorg
 ./usr/X11R7/lib/libxcb-xinerama.so.0.1		-unknown-		xorg
 ./usr/X11R7/lib/libxcb-xkb.so			-unknown-		xorg
-./usr/X11R7/lib/libxcb-xkb.so.0			-unknown-		xorg
-./usr/X11R7/lib/libxcb-xkb.so.0.1		-unknown-		xorg
+./usr/X11R7/lib/libxcb-xkb.so.1			-unknown-		xorg
+./usr/X11R7/lib/libxcb-xkb.so.1.0		-unknown-		xorg
 ./usr/X11R7/lib/libxcb-xtest.so			-unknown-		xorg
 ./usr/X11R7/lib/libxcb-xtest.so.0		-unknown-		xorg
 ./usr/X11R7/lib/libxcb-xtest.so.0.1		-unknown-		xorg
Index: external/mit/xorg/lib/libxcb/xkb/Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/lib/libxcb/xkb/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- external/mit/xorg/lib/libxcb/xkb/Makefile	17 Mar 2014 07:25:35 -0000	1.1
+++ external/mit/xorg/lib/libxcb/xkb/Makefile	3 May 2015 09:34:52 -0000
@@ -2,7 +2,7 @@

 XCBEXT=	xkb

-.include "../xcb.mk"
-
 SHLIB_MAJOR=	1
 SHLIB_MINOR=	0
+
+.include "../xcb.mk"

>Release-Note:

>Audit-Trail:
From: "matthew green" <mrg@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49873 CVS commit: src
Date: Mon, 4 May 2015 23:51:25 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Mon May  4 23:51:25 UTC 2015

 Modified Files:
 	src/distrib/sets/lists/xbase: shl.mi
 	src/external/mit/xorg/lib/libxcb/xkb: Makefile

 Log Message:
 libxcb-xkb.so has the wrong version, fix it.  patch as provided by
 Yorick Hardy in PR 49873.


 To generate a diff of this commit:
 cvs rdiff -u -r1.60 -r1.61 src/distrib/sets/lists/xbase/shl.mi
 cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libxcb/xkb/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: PR/49873 CVS commit: src
Date: Wed, 9 Sep 2015 06:46:57 +0000

 On Mon, May 04, 2015 at 11:55:01PM +0000, matthew green wrote:
  >  Module Name:	src
  >  Committed By:	mrg
  >  Date:		Mon May  4 23:51:25 UTC 2015
  >  
  >  Modified Files:
  >  	src/distrib/sets/lists/xbase: shl.mi
  >  	src/external/mit/xorg/lib/libxcb/xkb: Makefile
  >  
  >  Log Message:
  >  libxcb-xkb.so has the wrong version, fix it.  patch as provided by
  >  Yorick Hardy in PR 49873.

 Did this get into -7? It doesn't look like it, and it probably should...

 -- 
 David A. Holland
 dholland@netbsd.org

From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49873 CVS commit: [netbsd-7] src
Date: Wed, 9 Sep 2015 09:14:21 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Sep  9 09:14:20 UTC 2015

 Modified Files:
 	src/distrib/sets/lists/xbase [netbsd-7]: shl.mi
 	src/external/mit/xorg/lib/libxcb/xkb [netbsd-7]: Makefile

 Log Message:
 Pull up following revision(s) (requested by mrg in ticket #974):
 	distrib/sets/lists/xbase/shl.mi: revision 1.61
 	external/mit/xorg/lib/libxcb/xkb/Makefile: revision 1.2
 libxcb-xkb.so has the wrong version, fix it.  patch as provided by
 Yorick Hardy in PR 49873.


 To generate a diff of this commit:
 cvs rdiff -u -r1.55.4.3 -r1.55.4.4 src/distrib/sets/lists/xbase/shl.mi
 cvs rdiff -u -r1.1 -r1.1.6.1 src/external/mit/xorg/lib/libxcb/xkb/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: mrg@NetBSD.org
State-Changed-When: Wed, 09 Sep 2015 09:17:17 +0000
State-Changed-Why:
... and pullups done! thanks.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.