From owner-freebsd-gnome@freebsd.org Mon Oct 17 12:04:31 2016 Return-Path: Delivered-To: freebsd-gnome@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 41A6CC15F59 for ; Mon, 17 Oct 2016 12:04:31 +0000 (UTC) (envelope-from jh-fbml@snkmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2FE0C2B1 for ; Mon, 17 Oct 2016 12:04:31 +0000 (UTC) (envelope-from jh-fbml@snkmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 2C573C15F57; Mon, 17 Oct 2016 12:04:31 +0000 (UTC) Delivered-To: gnome@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 2C06BC15F56 for ; Mon, 17 Oct 2016 12:04:31 +0000 (UTC) (envelope-from jh-fbml@snkmail.com) Received: from sneak2.sneakemail.com (sneak2.sneakemail.com [64.46.156.55]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE3A2AA for ; Mon, 17 Oct 2016 12:04:30 +0000 (UTC) (envelope-from jh-fbml@snkmail.com) Received: from 206.168.13.214 by sneak2.sneakemail.com with SMTP; 17 Oct 2016 11:59:27 -0000 Received: (sneakemail censored 2177-1476705567-546314 #2); 17 Oct 2016 11:59:27 -0000 Received: (sneakemail censored 2177-1476705567-546314 #1); 17 Oct 2016 11:59:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <2177-1476705567-546314@sneakemail.com> Date: Sun, 16 Oct 2016 14:57:16 -0600 From: "John Hein" To: gnome@freebsd.org Subject: Re: net/avahi-app fails to configure due to XML::Parser In-Reply-To: <580289B5.1010603@greengear.com> References: <58016483.9090101@greengear.com> <580262BE.6060602@greengear.com> <580289B5.1010603@greengear.com> X-Mailer: Perl5 Mail::Internet v X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:04:31 -0000 Walter Lapchynski wrote at 12:55 -0700 on Oct 15, 2016: > On 10/15/2016 12:23 PM, Kevin Oberman wrote: > > On Sat, Oct 15, 2016 at 10:09 AM, Walter Lapchynski > wrote: > > On 10/14/2016 08:52 PM, Kevin Oberman wrote: > > > On Fri, Oct 14, 2016 at 4:04 PM, Walter Lapchynski >> wrote: > > >> checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool > > >> You'll notice that p5-XML-Parser is included in the package list, though. > > > just re-install p5-XML-Parser and it will work again. > > Unfortunately, that didn't work, no matter how I do it, whether simply through make or via portmaster on either package or both. Any other ideas? > > Can you post the contents of config.log someplace? Or mail it privately to me. > > The output I got from the compilation is as above. However, if you look at config.log: > > http://pastebin.com/DkPPLhwM > > you find: > > conftest.c:128:10: fatal error: 'sys/inotify.h' file not found > #include > ^ > 1 error generated. > > which certainly suggests a different issue. > > So, I'm guessing I should install libnotify? The missing inotify.h is okay (not needed - and in fact, explicitly disabled for this port - it caused build problems for this port and others in the past, although a recent version of devel/libinotify may work fine these days). That's just configure doing its normal thing. The test in configure for XML::Parser is pretty simple. What if you do: perl -e "require XML::Parser" which perl perl -V More than likely it's a problem with your perl or XML::Parser installation.