NetBSD Problem Report #55902

From mlelstv@hoppa.1st.de  Sat Jan  2 10:51:40 2021
Return-Path: <mlelstv@hoppa.1st.de>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 9F4681A923A
	for <gnats-bugs@gnats.NetBSD.org>; Sat,  2 Jan 2021 10:51:40 +0000 (UTC)
Message-Id: <20210102105053.38D66E@hoppa.1st.de>
Date: Sat,  2 Jan 2021 11:50:53 +0100 (CET)
From: mlelstv@serpens.de
Reply-To: mlelstv@serpens.de
To: gnats-bugs@NetBSD.org
Subject: py-ldap build fails on netbsd release
X-Send-Pr-Version: 3.95

>Number:         55902
>Category:       pkg
>Synopsis:       py-ldap build fails on netbsd release
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 02 10:55:00 +0000 2021
>Closed-Date:    Mon Jan 18 10:51:58 +0000 2021
>Last-Modified:  Mon Jan 18 10:51:58 +0000 2021
>Originator:     Michael van Elst
>Release:        NetBSD 9.0_STABLE
>Organization:

>Environment:


System: NetBSD victory.netbsd.org 9.0_STABLE NetBSD 9.0_STABLE (GENERIC64) #5: Tue Oct 6 21:07:14 CEST 2020 mlelstv@gossam:/home/netbsd9/obj.evbarm64-el/home/netbsd9/src/sys/arch/evbarm/compile/GENERIC64 evbarm
Architecture: aarch64
Machine: evbarm
>Description:
py-ldap requires openldap headers to build but doesn't depend
on the openldap package, probably because openldap libraries
exist in the base system.

However, neither netbsd-8 nor netbsd-9 expose the openldap headers.
>How-To-Repeat:
Try to build py-ldap.
>Fix:

>Release-Note:

>Audit-Trail:
From: "Nia Alarie" <nia@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/55902 CVS commit: pkgsrc/databases/py-ldap
Date: Wed, 13 Jan 2021 09:55:42 +0000

 Module Name:	pkgsrc
 Committed By:	nia
 Date:		Wed Jan 13 09:55:42 UTC 2021

 Modified Files:
 	pkgsrc/databases/py-ldap: Makefile

 Log Message:
 py-ldap: Require a version of openldap-client that has openldap.h

 Might help with PR pkg/55902.


 To generate a diff of this commit:
 cvs rdiff -u -r1.87 -r1.88 pkgsrc/databases/py-ldap/Makefile

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

From: "Nia Alarie" <nia@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/55902 CVS commit: pkgsrc/databases/py-ldap
Date: Thu, 14 Jan 2021 11:41:03 +0000

 Module Name:	pkgsrc
 Committed By:	nia
 Date:		Thu Jan 14 11:41:03 UTC 2021

 Modified Files:
 	pkgsrc/databases/py-ldap: Makefile

 Log Message:
 py-ldap: Force pkgsrc version on NetBSD where version detection fails

 PR pkg/55902


 To generate a diff of this commit:
 cvs rdiff -u -r1.88 -r1.89 pkgsrc/databases/py-ldap/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->feedback
State-Changed-By: nia@NetBSD.org
State-Changed-When: Thu, 14 Jan 2021 11:47:24 +0000
State-Changed-Why:
Is this fixed for you now? I was able to build it in a netbsd-9 vm.


From: "Benny Siegert" <bsiegert@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/55902 CVS commit: [pkgsrc-2020Q4] pkgsrc/databases/py-ldap
Date: Sat, 16 Jan 2021 19:53:04 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Sat Jan 16 19:53:04 UTC 2021

 Modified Files:
 	pkgsrc/databases/py-ldap [pkgsrc-2020Q4]: Makefile

 Log Message:
 Pullup ticket #6402 - requested by nia
 databases/py-ldap: NetBSD build fix

 Revisions pulled up:
 - databases/py-ldap/Makefile                                    1.89

 ---
    Module Name:	pkgsrc
    Committed By:	nia
    Date:		Thu Jan 14 11:41:03 UTC 2021

    Modified Files:
    	pkgsrc/databases/py-ldap: Makefile

    Log Message:
    py-ldap: Force pkgsrc version on NetBSD where version detection fails

    PR pkg/55902


 To generate a diff of this commit:
 cvs rdiff -u -r1.87 -r1.87.4.1 pkgsrc/databases/py-ldap/Makefile

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

From: Michael van Elst <mlelstv@serpens.de>
To: gnats-bugs@netbsd.org
Cc: pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org,
	nia@NetBSD.org
Subject: Re: pkg/55902 (py-ldap build fails on netbsd release)
Date: Sun, 17 Jan 2021 08:33:52 +0100

 On Thu, Jan 14, 2021 at 11:47:25AM +0000, nia@NetBSD.org wrote:
 > Synopsis: py-ldap build fails on netbsd release
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: nia@NetBSD.org
 > State-Changed-When: Thu, 14 Jan 2021 11:47:24 +0000
 > State-Changed-Why:
 > Is this fixed for you now? I was able to build it in a netbsd-9 vm.

 Seems to build here too on netbsd-9.


 Greetings,
 -- 
                                 Michael van Elst
 Internet: mlelstv@serpens.de
                                 "A potential Snark may lurk in every tree."

State-Changed-From-To: feedback->closed
State-Changed-By: nia@NetBSD.org
State-Changed-When: Mon, 18 Jan 2021 10:51:58 +0000
State-Changed-Why:


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.