Date: Thu, 13 Jun 2002 11:25:39 -0700 From: "Drew Tomlinson" <drew@mykitchentable.net> To: "Dan Nelson" <dnelson@allantgroup.com> Cc: <jon@math.upd.edu.ph>, "David J Duchscher" <daved@nostrum.com>, "questions - freebsd" <questions@FreeBSD.ORG> Subject: Re: samba 2.2.4 broken Message-ID: <01a301c21307$b8861910$6e2a6ba5@TAGALONG> References: <3F3C01DA-7DAC-11D6-A6F8-0003930B3DA4@nostrum.com> <017f01c212fa$5dc39d20$6e2a6ba5@TAGALONG> <20020613171956.GC37481@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Dan Nelson" <dnelson@allantgroup.com> Sent: Thursday, June 13, 2002 10:19 AM > In the last episode (Jun 13), Drew Tomlinson said: > > From: "David J Duchscher" <daved@nostrum.com> > > > On Tuesday, June 11, 2002, at 08:03 PM, <jon@math.upd.edu.ph> wrote: > > > > ===> samba-2.2.4_1 is marked as broken: Requires a recent FreeBSD 5.0-CURRENT. > > > > > > From a quick read of the Makefile, it looks like you are trying to > > > compile with ACL support. 4.x branch doesn't support ACLs. > > > Un-checking this option should allow you to build and install the > > > port. > > > > I'm having a similar problem and have been following this thread. > > Where do I "un-check" this option? I looked at the makefile and it > > wasn't apparent to me. Here's the output I get when trying to > > install samba: > > You probably have "WITH_ACL_SUPPORT=yes" in either your Makefile, > Makefile.inc, or /etc/make.conf. Remove it and try again. I searched both files. /etc/make.conf doesn't have any reference to it. The Samba makefile had the following: .if defined(WITH_ACL_SUPPORT) .if ${OSVERSION} < 500018 BROKEN= "Requires a recent FreeBSD 5.0-CURRENT" .else CONFIGURE_ARGS+= --with-acl-support .endif .endif but I assume this is for some menu type program to pick your options? Anyway, I commented out these lines and tried again. This time I got a "config menu" where I could select various options and then continued. It completed the install without error. So, should my install work? Why did I need to comment out those lines? I am using a default 4.5-STABLE as of 4/12 and my ports tree is updated every night. I have not made any modifications. What's going on? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01a301c21307$b8861910$6e2a6ba5>