From owner-freebsd-questions@FreeBSD.ORG Mon Sep 16 00:01:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A4C8404 for ; Mon, 16 Sep 2013 00:01:02 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 127C12DB0 for ; Mon, 16 Sep 2013 00:01:02 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz10so4671787pad.2 for ; Sun, 15 Sep 2013 17:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=14Fh2pc1TpWixJOK2QgkRhdxDKRoORnN6WAyD9T2Dkg=; b=dvDyxHHLbH17ju9ml6sCD33waJHIU06+F9Lh3Flmw3yZ1kqCM6k6u6PluTbmv5UmOG M02KmFc3tBWolumIXxwn4tqqocLLpzZHFhGEAEectfx4aIefM7ecPVOUhTJIERdhF35M r5GjlvBvfliCeul4tBLzEbCYnPAy5QkBXe2/YOKNWimwNeAdYC0TI1rAcyyGXyDeO027 X1oEpDVXTCdKcbdsgeXqIzIVooV84aQ5auKRPEFxcElVNECMaKzrKWIdjsvNii5bxTKQ bH74vTI4oq+3ArDTvdV/o+WplI4RMyA7zOVMryE7n1G8x6mSvcRa4GS73PhPl29JVIq6 RK1g== MIME-Version: 1.0 X-Received: by 10.66.162.136 with SMTP id ya8mr4646968pab.110.1379289660598; Sun, 15 Sep 2013 17:01:00 -0700 (PDT) Received: by 10.66.126.141 with HTTP; Sun, 15 Sep 2013 17:01:00 -0700 (PDT) In-Reply-To: <52364575.3030500@cyberleo.net> References: <52364575.3030500@cyberleo.net> Date: Sun, 15 Sep 2013 20:01:00 -0400 Message-ID: Subject: Re: syslog-ng33 fails to build From: Outback Dingo To: CyberLeo Kitsana Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "C. L. Martinez" , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 00:01:02 -0000 On Sun, Sep 15, 2013 at 7:40 PM, CyberLeo Kitsana wrote: > On 09/13/2013 01:53 AM, C. L. Martinez wrote: > > Hi all, > > > > I am trying to build syslog-ng33 (release 3.3.9) using a poudriere > > server, but build process fails: > > > > > configure: error: in > > `/wrkdirs/usr/ports/sysutils/syslog-ng33/work/syslog-ng-3.3.9': > > configure: error: The pkg-config script could not be found or is too > > old. Make sure it > > is in your PATH or set the PKG_CONFIG environment variable to the full > > path to pkg-config. > > > > Alternatively, you may set the environment variables EVTLOG_CFLAGS > > and EVTLOG_LIBS to avoid the need to call pkg-config. > > See the pkg-config man page for more details. > > > > It is strange, because previous build (on August 27) works without > problems ... > > > > Any idea?? > > Probably because syslog-ng relies upon pkgconfig, but assumes it will be > installed by one of the dependent ports so doesn't explicitly declare > the dependency. Poudriere has a habit of only installing the immediate > dependencies of the package it is currently compiling, so exposes such > issues when a port is updated, but none of its dependencies are. Bug > ports/181098 is another I found like this. > > Add this to the port's Makefile after the include of bsd.port.options.mk: > > USES+= pkgconfig > > If that corrects the issue you're seeing, submit a pr. > Im actually wondering if its deeper then this as, today i built two ports that had USE_GNOME= pkgconfig which both failed to build, i was wondering is somethings changed, this occurs on both stable/9 and alpha/10 > > -- > Fuzzy love, > -CyberLeo > Technical Administrator > CyberLeo.Net Webhosting > http://www.CyberLeo.Net > > > Furry Peace! - http://www.fur.com/peace/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >