From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 23 15:29:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77F8C106564A; Wed, 23 May 2012 15:29:26 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 54E688FC19; Wed, 23 May 2012 15:29:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id EEE411B88; Wed, 23 May 2012 08:29:20 -0700 (PDT) Received: from mail.iXsystems.com ([127.0.0.1]) by localhost (mail.ixsystems.com [127.0.0.1]) (maiad, port 10024) with ESMTP id 42943-03; Wed, 23 May 2012 08:29:20 -0700 (PDT) Received: from [192.168.0.126] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 549601B85; Wed, 23 May 2012 08:29:20 -0700 (PDT) Message-ID: <4FBD024C.6020908@pcbsd.org> Date: Wed, 23 May 2012 11:29:16 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120506 Thunderbird/12.0.1 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201205211640.q4LGe3uD071140@freefall.freebsd.org> In-Reply-To: <201205211640.q4LGe3uD071140@freefall.freebsd.org> X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Kris Moore Subject: Re: ports/168203: ports: net/samba36 fails to compile with ADS enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 15:29:26 -0000 Update on this, We found that its an issue when samba-libsmbclient is getting pulled into the build first, since it builds off of the sama34 port. The samba36 port is failing due to it sucking up the older system include in /usr/local/include, instead of the one included in the port. delphij@ came up with the following fix which corrects the issue: [delphij@planet] /usr/ports/net/samba36> cvs -qR diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/samba36/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 30 Apr 2012 18:48:09 -0000 1.7 +++ Makefile 21 May 2012 19:03:18 -0000 @@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --exec-prefix="${PREFIX --with-privatedir="${SAMBA_PRIVATEDIR}" \ --with-logfilebase="${SAMBA_LOGDIR}" +CFLAGS+= -I${WRKDIR}/${DISTNAME}/source3/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib On 05/21/2012 12:40, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/168203'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168203 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: ports: net/samba36 fails to compile with ADS enabled >> Arrival-Date: Mon May 21 16:40:03 UTC 2012 -- Kris Moore PC-BSD Software iXsystems