From owner-freebsd-questions@freebsd.org Sun Dec 10 15:29:30 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C258E8EE18 for ; Sun, 10 Dec 2017 15:29:30 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F5BC74828 for ; Sun, 10 Dec 2017 15:29:29 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from fwd13.aul.t-online.de (fwd13.aul.t-online.de [172.20.27.62]) by mailout04.t-online.de (Postfix) with SMTP id 806B841AA14F; Sun, 10 Dec 2017 16:29:22 +0100 (CET) Received: from esprimo.local (rSc1ScZCZhXcyoRwVE0mCcp-kaLaEgOps7GVD2zPN6o2F0EPAC9ek7BNpse2T8DQDN@[93.197.142.79]) by fwd13.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1eO3XX-30Pmcq0; Sun, 10 Dec 2017 16:29:15 +0100 Received: by esprimo.local (Postfix, from userid 1001) id 1F54210612E; Sun, 10 Dec 2017 16:29:38 +0100 (CET) Date: Sun, 10 Dec 2017 16:29:38 +0100 From: Christoph Brinkhaus To: freebsd-questions@freebsd.org Cc: Carmel NY Subject: Re: Fetchmail & poudriere Message-ID: <20171210152938.GA13803@esprimo.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-ID: rSc1ScZCZhXcyoRwVE0mCcp-kaLaEgOps7GVD2zPN6o2F0EPAC9ek7BNpse2T8DQDN X-TOI-MSGID: bc1e1b6a-68c0-4568-a001-36ed59b76c24 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 15:29:30 -0000 On Sat, Dec 09, 2017 at 11:00:41AM +0000, Carmel NY wrote: > On Sat, 09 Dec 2017 05:11:31 +0000, Ben Woods stated: > > >On Sat, 9 Dec 2017 at 7:41 am, Carmel NY wrote: > > > >> I am attempting to build "mail/fetchmail< specifically: > >> "fetchmail-6.3.26_5" using poudriere. > >> It refuses to build it and gives this as the reason: "You are using > >> OpenSSL from ports and have > >> selected GSSAPI from base, please select another GSSAPI value". I have > >> used the "options" > >> options with poudriere and confirmed that GSSAPI is set to none. Building > >> fetchmail using "make" > >> with the same configuration works fine. What is causing the problem. When > >> using "options" with > >> poudriere, it shows the correct config file settings. > >> > >> -- > >> Carmel > >> > >Hi Carmel, > > > >Can you please attach the poudriere log for the failed build? > > > >Regards, > >Ben > > This is a link to the file: > https://seibercom.net/logs/Fetchmail_Build_Log.txt Hello Carmel, according to the log file GSSAPI is set to BASE: ====> GSSAPI Security API support: you have to select exactly one of them GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos) GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal GSSAPI_MIT=off: GSSAPI support via security/krb5 GSSAPI_NONE=off: Disable GSSAPI support The options generated by make config appear in /var/db/ports. On my system poudriere checks options in /usr/local/etc/poudriere.d/11amd64-ports-options/. 11amd64 is my build jail and ports the set. Please try to copy the options directory to the location where poudriere seeks for options for your setup. May be that could solve the problem. Kind regards, Christoph