Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2006 13:01:19 +1300
From:      "Juha Saarinen" <juhasaarinen@gmail.com>
To:        "FreeBSD questions" <freebsd-questions@freebsd.org>
Subject:   Samba 3 port broken on 6.1-RELEASE or...?
Message-ID:  <b34be8420610111701k5818b502r55beee448dbed4a5@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
$ 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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b34be8420610111701k5818b502r55beee448dbed4a5>