pkgsrc-Users archive

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

Re: Samba 4.9.5 PLIST problem





On 17/03/2019 18:25, Mike Pumford wrote:

The problem here is one in the samba4 package PLIST not a configure detection problem. The PLIST is saying that samba should be providing tevent but based on the configure output, tevent is now a separate package so the samab4 package should not be listing those files in its PLIST as they are no longer part of the samba4 package instead they are provided by the separate tevent package.

I'm in the process of re-doing the build with those files removed from the PLIST which I think will resolve the issue.

Build failure was a plist problem. The attached patch fixes the build.

Mike
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/net/samba4/PLIST,v
retrieving revision 1.20
diff -u -r1.20 PLIST
--- PLIST	13 Mar 2019 18:02:31 -0000	1.20
+++ PLIST	18 Mar 2019 22:02:58 -0000
@@ -226,8 +226,6 @@
 lib/pkgconfig/smbclient.pc
 lib/pkgconfig/wbclient.pc
 ${PYSITELIB}/_ldb_text.py
-${PYSITELIB}/_tdb_text.py
-${PYSITELIB}/_tevent.so
 ${PYSITELIB}/ldb.so
 ${PYSITELIB}/samba/__init__.py
 ${PYSITELIB}/samba/_glue.so
@@ -518,8 +516,6 @@
 ${PYSITELIB}/samba/xattr.py
 ${PYSITELIB}/samba/xattr_native.so
 ${PYSITELIB}/samba/xattr_tdb.so
-${PYSITELIB}/tdb.so
-${PYSITELIB}/tevent.py
 lib/samba/auth/script.${SOEXT}
 lib/samba/bind9/dlz_bind9.${SOEXT}
 lib/samba/bind9/dlz_bind9_10.${SOEXT}


Home | Main Index | Thread Index | Old Index