pkgsrc-Bugs archive

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

PR/53673 CVS commit: pkgsrc/lang



The following reply was made to PR pkg/53673; it has been noted by GNATS.

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53673 CVS commit: pkgsrc/lang
Date: Thu, 25 Apr 2019 15:59:55 +0000

 Module Name:	pkgsrc
 Committed By:	roy
 Date:		Thu Apr 25 15:59:54 UTC 2019
 
 Modified Files:
 	pkgsrc/lang/python27: Makefile PLIST
 	pkgsrc/lang/python34: Makefile PLIST
 	pkgsrc/lang/python35: Makefile PLIST
 	pkgsrc/lang/python36: Makefile PLIST
 	pkgsrc/lang/python37: Makefile PLIST
 
 Log Message:
 python: Don't install nis_failed.so if no yp headers
 
 Because python won't even try to build it.
 You only see nis_failed.so if there is an error building it, when
 it wanted to build it, and that should be fixed accordingly.
 
 In a nutshell, if the yp headers are installed, python will build
 the nis module, otherwise it won't.
 
 On netbsd systems at least, if you have the yp headers installed and
 subsequently re-install over the top with MKYP=no you get into the state
 where the headers are installed, but the functions are no longer in libc.
 This is an error with *your* system - either rebuild with MKYP=yes OR
 remove the yp headers from include/rpc and include/rpcsvc.
 
 Follow on fix for PR pkg/53673.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.79 -r1.80 pkgsrc/lang/python27/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python27/PLIST
 cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python34/Makefile
 cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/python34/PLIST
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/python35/Makefile
 cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/python35/PLIST
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/python36/Makefile
 cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python36/PLIST
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python37/Makefile
 cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python37/PLIST
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index