Summary: | net/samba41: Samba 4.1.13 errors out with error probing vfs module 'aio_pthread': NT _STATUS_UNSUCCESSFUL | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | joh.hendriks |
Component: | Individual Port(s) | Assignee: | Timur I. Bakeyev <timur> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | dominik.schubert, jason.mann, joh.hendriks |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
joh.hendriks
2014-10-23 09:03:58 UTC
Maintainers CC'd I can confirm this and I'm having a similar problem with idmap_ad as well. idmap/ad.so is present in work/stage/usr/lib/shared-modules, but is not being installed (same configuration except EXP_MODULES=on). I too encountered this problem on 2014-11-02 both when trying to install the samba41 package and when compiling it from ports. Comparing the list of files under /usr/ports/net/samba41/work/stage/ with what actually gets installed indicates that only the following two files are missing: /usr/local/lib/shared-modules/vfs/aio_posix.so /usr/local/lib/shared-modules/vfs/aio_pthread.so Thanks everyone for the input. It helps to spot the typo(?) I've made with the last commit in the fix to PLIST_REINPLACE. I used !empty(${SAMBA4_MODULES}) instead of !empty(SAMBA4_MODULES). Make logic sometimes suxx :) The fix will follow. A commit references this bug: Author: timur Date: Mon Nov 3 22:53:25 UTC 2014 New revision: 372128 URL: https://svnweb.freebsd.org/changeset/ports/372128 Log: Fix an error in generation of the list of additional modules. PR: 194548 Changes: head/net/samba41/Makefile |