From owner-freebsd-ports@FreeBSD.ORG Tue Jan 17 17:22:28 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F707106567F for ; Tue, 17 Jan 2012 17:22:28 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0414E8FC13 for ; Tue, 17 Jan 2012 17:22:27 +0000 (UTC) Received: by yhfs35 with SMTP id s35so731120yhf.13 for ; Tue, 17 Jan 2012 09:22:27 -0800 (PST) Received: by 10.236.165.1 with SMTP id d1mr25063298yhl.54.1326820947225; Tue, 17 Jan 2012 09:22:27 -0800 (PST) Received: from localhost ([187.14.118.190]) by mx.google.com with ESMTPS id u47sm37583674yhl.0.2012.01.17.09.22.25 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 09:22:26 -0800 (PST) Date: Tue, 17 Jan 2012 15:25:32 -0200 From: "Luiz Gustavo S. Costa" To: freebsd-ports@freebsd.org Message-ID: <20120117172532.GA3415@desktop.luizgustavo.pro.br> References: <1326203529.46728.3.camel@desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1326203529.46728.3.camel@desktop> X-Operating-System: FreeBSD/9.0-RELEASE (amd64) User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [solved] Re: mutt-devel with error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 17:22:28 -0000 Hi list, add the variable in make: WITHOUT_GSSAPI # make install clean WITHOUT_GSSAPI=1 work fine now. * Luiz Gustavo (luizgustavo@luizgustavo.pro.br) wrote: > Hi list !!! > > I'm not able to do my mutt-devel work, I am with the following error > below: > > [lgcosta@desktop] ~> mutt > Undefined symbol "gss_nt_service_name" referenced from COPY relocation > in /usr/local/bin/mutt[lgcosta@desktop] ~> > [lgcosta@desktop] ~> > [lgcosta@desktop] ~> uname -a > FreeBSD desktop.luizgustavo.pro.br 9.0-RELEASE FreeBSD 9.0-RELEASE #0: > Tue Jan 3 07:46:30 UTC 2012 > root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > > can anyone help me with this? > > > Compiled with these options: > [root@desktop] /usr/ports/mail/mutt-devel# make showconfig > ===> The following configuration options are available for > mutt-devel-1.5.21_3: > MUTT_ASPELL=on "Enable aspell support" > MUTT_COMPRESSED_FOLDERS=on "Enable compressed folders" > MUTT_CYRUS_SASL2=on "Enable SASL2 authentication" > MUTT_DEBUG=off "Enable debugging capabilities" > MUTT_FLOCK=off "Enable flock() usage" > MUTT_GPGME=on "Enable gpgme interface" > MUTT_GREETING_PATCH=on "Enable greeting" > MUTT_HTML=on "Enable HTML documentation" > MUTT_ICONV=on "Enable iconv support" > MUTT_IDN=on "Enable idn support" > MUTT_IFDEF_PATCH=off "Enable ifdef feature" > MUTT_IMAP_HEADER_CACHE=on "Enable imap header cache" > MUTT_ISPELL=off "Enable ispell support" > MUTT_LOCALES_FIX=off "Enable locales fix" > MUTT_MAILBOX_MANPAGES=on "Install mbox.5/mmdf.5 manpages" > MUTT_MAILDIR_HEADER_CACHE=on "Enable maildir header cache" > MUTT_MAILDIR_MTIME_PATCH=off "Enable Maildir mtime patch" > MUTT_MBOX_HOOK_PATCH=off "Enable enhanced mbox-hook" > MUTT_NCURSES=on "Enable ncurses support" > MUTT_NCURSES_PORT=off "Use ncurses from port" > MUTT_NNTP=off "Enable news reader" > MUTT_PARENT_CHILD_MATCH_PATCH=off "Enable parent/child match" > MUTT_QUOTE_PATCH=on "Enable extended quoting" > MUTT_REVERSE_REPLY_PATCH=on "Enable reverse_reply" > MUTT_SGMLFORMAT=on "Enable sgml support" > MUTT_SIDEBAR_PATCH=on "Enable sidebar" > MUTT_SIGNATURE_MENU=off "Enable signature menu" > MUTT_SLANG=off "Enable slang support" > MUTT_SMIME_OUTLOOK_COMPAT=on "SMIME outlook compatible" > MUTT_SMTP=on "Enable SMTP relay support" > MUTT_TRASH_PATCH=on "Enable trash folder support" > MUTT_XML=on "Use XML tools for docu" > ===> Use 'make config' to modify these settings > > > -- > Luiz Gustavo Costa (Powered by BSD) > *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ > mundoUnix - Consultoria em Software Livre > http://www.mundounix.com.br > ICQ: 2890831 / MSN: contato@mundounix.com.br > Tel: 55 (21) 4063-7110 / 8194-1905 / (11) 4063-0407 > Blog: http://www.luizgustavo.pro.br >