Samba 3 port broken on 6.1-RELEASE or...?

Kris Kennaway kris at obsecurity.org
Wed Oct 11 17:06:44 PDT 2006


On Thu, Oct 12, 2006 at 01:01:19PM +1300, Juha Saarinen wrote:
> $ 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?

I guess you didn't really disable AIO_SUPPORT.

Kris


More information about the freebsd-questions mailing list