From owner-freebsd-ports@freebsd.org Mon Sep 17 21:37:53 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 180B910A81DF for ; Mon, 17 Sep 2018 21:37:53 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619058E1C4 for ; Mon, 17 Sep 2018 21:37:52 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id w8HLaWi4040772 (version=TLSv1 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL); Mon, 17 Sep 2018 23:36:33 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id w8HLaWpd086223 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 17 Sep 2018 23:36:32 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.15.2/8.15.2/Submit) id w8HLaW1A086222; Mon, 17 Sep 2018 23:36:32 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Mon, 17 Sep 2018 23:36:31 +0200 From: Wolfgang Zenker To: "@lbutlr" Cc: RW via freebsd-ports Subject: Re: Portmaster rsyslog Message-ID: <20180917213631.GB85782@lyxys.ka.sub.org> References: <5902D1CE-2BEA-49E7-B5A6-633BFA2176D3@kreme.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5902D1CE-2BEA-49E7-B5A6-633BFA2176D3@kreme.com> Organization: private site User-Agent: Mutt/1.10.1 (2018-07-13) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Mon, 17 Sep 2018 23:36:33 +0200 (CEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2018 21:37:53 -0000 Hi, * @lbutlr [180917 22:51]: > I am using MariaDB 10.0 on FreeBSD 11.3 > When trying to update rsyslogd via postmaster I get: > checking for mysql_config... mysql_config > checking for mysql_init in -lmysqlclient... no > configure: error: in `/usr/ports/sysutils/rsyslog8/work/rsyslog-8.37.0': > configure: error: MySQL library is missing > See `config.log' for more details > ===> Script "configure" failed unexpectedly. > Please report the problem to matthew@FreeBSD.org [maintainer] and attach the > "/usr/ports/sysutils/rsyslog8/work/rsyslog-8.37.0/config.log" including the > output of the failure of your make command. Also, it might be a good idea to > provide an overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 > Stop. > make[1]: stopped in /usr/ports/sysutils/rsyslog8 > *** Error code 1 > I’ve disabled the MySQL output for now, but this disconnect between MySQL and Maria seems to be happening with a lot of ports. > Is there anything I can do to restore the MySQL output for rsylog? maybe another side effect of PR #230839 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230839 Wolfgang