Date: Wed, 11 Oct 2006 20:06:42 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Juha Saarinen <juhasaarinen@gmail.com> Cc: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: Samba 3 port broken on 6.1-RELEASE or...? Message-ID: <20061012000642.GA26466@xor.obsecurity.org> In-Reply-To: <b34be8420610111701k5818b502r55beee448dbed4a5@mail.gmail.com> References: <b34be8420610111701k5818b502r55beee448dbed4a5@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061012000642.GA26466>