NetBSD Problem Report #39115

From www@NetBSD.org  Tue Jul  8 14:27:59 2008
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id B374263BC5B
	for <gnats-bugs@gnats.netbsd.org>; Tue,  8 Jul 2008 14:27:59 +0000 (UTC)
Message-Id: <20080708142759.86A2263B9AA@narn.NetBSD.org>
Date: Tue,  8 Jul 2008 14:27:59 +0000 (UTC)
From: telarson@west.com
Reply-To: telarson@west.com
To: gnats-bugs@NetBSD.org
Subject: references to fixesext still exist
X-Send-Pr-Version: www-1.0

>Number:         39115
>Category:       pkg
>Synopsis:       references to fixesext still exist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    solaris-pkg-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 08 14:30:00 +0000 2008
>Closed-Date:    Sun Aug 09 23:52:18 +0000 2015
>Last-Modified:  Sun Aug 09 23:52:18 +0000 2015
>Originator:     Tim Larson
>Release:        
>Organization:
>Environment:
SunOS marcie.christtrek.org 5.10 Generic_127127-11 sun4u sparc SUNW,Ultra-5_10
>Description:
Package x11/Xfixes still refers to fixesext even though that package has long since been renamed to fixesproto.
>How-To-Repeat:
Try to built x11/Xfixes from pkgsrc.
>Fix:

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->feedback
State-Changed-By: snj@NetBSD.org
State-Changed-When: Tue, 08 Jul 2008 14:49:16 +0000
State-Changed-Why:
I think your pkgsrc tree is out of date.  I can't find any reference
to fixesext in the current x11/Xfixes.  Please doublecheck.


From: "Larson, Timothy E." <TELarson@west.com>
To: <gnats-bugs@NetBSD.org>, <pkg-manager@netbsd.org>,
        <pkgsrc-bugs@netbsd.org>, <gnats-admin@netbsd.org>
Cc: 
Subject: RE: pkg/39115 (references to fixesext still exist)
Date: Tue, 8 Jul 2008 12:24:31 -0500

 Ran cvs update on my tree this morning, so I doubt it could be
 out-of-date. =20

 SunOS 5.10 x11/Xfixes root@marcie 390# grep fixesext */*/*
 work.sparc/libXfixes-2.0.1/config.log:configure:19933: checking for
 fixesext >=3D 2.0
 work.sparc/libXfixes-2.0.1/config.log:configure:19972: error: Library
 requirements (fixesext >=3D 2.0) not met; consider adjusting the
 PKG_CONFIG_PATH environment variable if your libraries are in a
 nonstandard prefix so pkg-config can find them.
 work.sparc/libXfixes-2.0.1/configure:# Check fixesext configuration,
 strip extra digits from package version to
 work.sparc/libXfixes-2.0.1/configure:        echo "$as_me:$LINENO:
 checking for fixesext >=3D $FIXESEXT_VERSION" >&5
 work.sparc/libXfixes-2.0.1/configure:echo $ECHO_N "checking for fixesext
 >=3D $FIXESEXT_VERSION... $ECHO_C" >&6
 work.sparc/libXfixes-2.0.1/configure:        if $PKG_CONFIG --exists
 "fixesext >=3D $FIXESEXT_VERSION" ; then
 work.sparc/libXfixes-2.0.1/configure:
 FIXESEXT_CFLAGS=3D`$PKG_CONFIG --cflags "fixesext >=3D =
 $FIXESEXT_VERSION"`
 work.sparc/libXfixes-2.0.1/configure:
 FIXESEXT_LIBS=3D`$PKG_CONFIG --libs "fixesext >=3D $FIXESEXT_VERSION"`
 work.sparc/libXfixes-2.0.1/configure:
 FIXESEXT_PKG_ERRORS=3D`$PKG_CONFIG --errors-to-stdout --print-errors
 "fixesext >=3D $FIXESEXT_VERSION"`
 work.sparc/libXfixes-2.0.1/configure:     { { echo "$as_me:$LINENO:
 error: Library requirements (fixesext >=3D $FIXESEXT_VERSION) not met;
 consider adjusting the PKG_CONFIG_PATH environment variable if your
 libraries are in a nonstandard prefix so pkg-config can find them." >&5
 work.sparc/libXfixes-2.0.1/configure:echo "$as_me: error: Library
 requirements (fixesext >=3D $FIXESEXT_VERSION) not met; consider =
 adjusting
 the PKG_CONFIG_PATH environment variable if your libraries are in a
 nonstandard prefix so pkg-config can find them." >&2;}
 work.sparc/libXfixes-2.0.1/configure.ac:# Check fixesext configuration,
 strip extra digits from package version to
 work.sparc/libXfixes-2.0.1/configure.ac:PKG_CHECK_MODULES(FIXESEXT,
 [fixesext >=3D $FIXESEXT_VERSION])



 --=20
 Tim Larson        AMT2 Unix Systems Administrator
     InterCall, a division of West Corporation

                Eschew obfuscation!

From: "OBATA Akio" <obache@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/39115 (references to fixesext still exist)
Date: Wed, 09 Jul 2008 22:49:50 +0900

 It should be handled by fixesext-symlink-pc target in
 x11/fixesproto/builtin.mk (symlink fixesext.pc to fixesproto.pc).
 Does it not work well with your Solaris environment?

From: "Larson, Timothy E." <TELarson@west.com>
To: <gnats-bugs@NetBSD.org>, <pkg-manager@netbsd.org>,
        <gnats-admin@netbsd.org>, <pkgsrc-bugs@netbsd.org>
Cc: 
Subject: RE: pkg/39115 (references to fixesext still exist)
Date: Wed, 9 Jul 2008 15:52:05 -0500

 No, it does not work on Solaris.  The link is not created.  After
 manually creating the link, the configuration check (and build/install)
 succeeds.



 --=20
 Tim Larson        AMT2 Unix Systems Administrator
     InterCall, a division of West Corporation

                Eschew obfuscation!

From: "OBATA Akio" <obache@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/39115 (references to fixesext still exist)
Date: Thu, 10 Jul 2008 09:58:47 +0900

 On Thu, 10 Jul 2008 05:55:02 +0900, Larson, Timothy E. <TELarson@west.com> wrote:

 >  No, it does not work on Solaris.  The link is not created.  After
 >  manually creating the link, the configuration check (and build/install)
 >  succeeds.

 Maybe need to update pkgtools/x11-links/files/openwin based on Solaris 10.

 -- 
 "Of course I love NetBSD":-)
 OBATA Akio / obache@NetBSD.org

Responsible-Changed-From-To: pkg-manager->solaris-pkg-people
Responsible-Changed-By: snj@NetBSD.org
Responsible-Changed-When: Wed, 16 Jul 2008 00:19:38 +0000
Responsible-Changed-Why:
Solaris problem.


State-Changed-From-To: feedback->open
State-Changed-By: snj@NetBSD.org
State-Changed-When: Wed, 16 Jul 2008 00:19:38 +0000
State-Changed-Why:
Misunderstanding on my part.


State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 09 Aug 2015 23:52:18 +0000
State-Changed-Why:
As of libXfixes 5.0.1 there are definitely no references to 'fixesext' in
the package, except in a couple of comments. So if you're still seeing
this, your pkgsrc tree must be corrupt...


>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-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.