Samba 3 port broken on 6.1-RELEASE or...?
Juha Saarinen
juhasaarinen at gmail.com
Wed Oct 11 17:01:21 PDT 2006
$ sudo make install clean
===> samba-3.0.23c,1 broken kernel API until now (7-CURRENT).
*** Error code 1
Stop in /usr/ports/net/samba3.
[juha at vim3 /usr/ports/net/samba3]$ uname -a
FreeBSD vim3.saarinen.org 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #3:
Tue Oct 10 19:43:55 NCT 2006
root at vim3.saarinen.org:/usr/obj/usr/src/sys/vimto101006 i386
It seems related to AIO support:
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-September/100407.html
.if defined(WITH_AIO_SUPPORT)
IGNORE= broken kernel API until now (7-CURRENT)
CONFIGURE_ARGS+= --with-aio-support
+.else
+CONFIGURE_ARGS+= --without-aio-support
.endif
but...
# Samba server itself
OPTIONS= LDAP "With LDAP support" on \
ADS "With Active Directory support" off \
CUPS "With CUPS printing support" off \
WINBIND "With WinBIND support" on \
ACL_SUPPORT "With ACL support" on \
AIO_SUPPORT "With experimental AIO support" off \
FAM_SUPPORT "With File Alteration Monitor" off \
SYSLOG "With Syslog support" on \
QUOTAS "With Disk quota support" off \
UTMP "With UTMP accounting support" on \
MSDFS "With MSDFS support" off \
SMBSH "With SMBSH wrapper for UNIX commands" off \
PAM_SMBPASS "With PAM authentication vs passdb backends" off
\
EXP_MODULES "With experimental modules" off \
POPT "With system-wide POPT library" on
To test, I turned off each OPTION in the Makefile one by one, but
Samba still refuses to build.
Hints and pointers hot fix, anyone?
--
Juha
More information about the freebsd-questions
mailing list