From owner-freebsd-questions@FreeBSD.ORG Thu Oct 12 00:06:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 645D716A4B3 for ; Thu, 12 Oct 2006 00:06:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 712A443D58 for ; Thu, 12 Oct 2006 00:06:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 521931A3C19; Wed, 11 Oct 2006 17:06:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BCC5651547; Wed, 11 Oct 2006 20:06:42 -0400 (EDT) Date: Wed, 11 Oct 2006 20:06:42 -0400 From: Kris Kennaway To: Juha Saarinen Message-ID: <20061012000642.GA26466@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: FreeBSD questions Subject: Re: Samba 3 port broken on 6.1-RELEASE or...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 00:06:44 -0000 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@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? I guess you didn't really disable AIO_SUPPORT. Kris