From owner-freebsd-questions@FreeBSD.ORG Thu Oct 12 00:01:20 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 E5B5816A403 for ; Thu, 12 Oct 2006 00:01:20 +0000 (UTC) (envelope-from juhasaarinen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609F243D49 for ; Thu, 12 Oct 2006 00:01:20 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so367152wxd for ; Wed, 11 Oct 2006 17:01:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JxMUjfGnRPg6LnMlARhidqOqko2cut3nxCYtdfYpSzJ5vYE956rrsXOrIKwXyR4JShnyTNdmZxNRy1BpcjL69r7IPDLF8x79ztBMO61nJDm9zZTDauSIxsS2x89pjqplMVUlgy1cY5PwQGElBYoUCz5YwKZF4ZQeRicinCA/rW4= Received: by 10.90.120.6 with SMTP id s6mr954561agc; Wed, 11 Oct 2006 17:01:19 -0700 (PDT) Received: by 10.90.63.8 with HTTP; Wed, 11 Oct 2006 17:01:15 -0700 (PDT) Message-ID: Date: Thu, 12 Oct 2006 13:01:19 +1300 From: "Juha Saarinen" To: "FreeBSD questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:01:21 -0000 $ 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