From owner-freebsd-ports@freebsd.org Sat Dec 22 20:45:06 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 C2288133B014 for ; Sat, 22 Dec 2018 20:45:06 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 469D67083D for ; Sat, 22 Dec 2018 20:45:05 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id C1A4A23B3E; Sun, 23 Dec 2018 05:44:55 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 1E8072D6FD; Sun, 23 Dec 2018 05:44:55 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 227FF2D6FC; Sun, 23 Dec 2018 05:44:54 +0900 (JST) Date: Sun, 23 Dec 2018 05:44:20 +0900 (JST) Message-Id: <20181223.054420.966127511792562832.yasu@utahime.org> To: freebsd-ports@FreeBSD.org Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Yasuhiro KIMURA In-Reply-To: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 469D67083D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.997,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 20:45:06 -0000 Hello Michael. From: Michael Grimm Subject: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 17:14:11 +0100 > after upgrading from STABLE-11 to STABLE-12 security/clamav-milter failed to compile: > > configure: error: Cannot find libmilter > ===> Script "configure" failed unexpectedly. > Please report the problem to yasu@utahime.org [maintainer] and attach the > "/wrkdirs/usr/ports/security/clamav-milter/work/clamav-0.100.2/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. I tried build with poudriere under following conditions. Host: FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURRENT r342280 GENERIC amd64 Poudriere: 3.2.8 Jails: 1. 13.0-CURRENT r342280 amd64 Build from source tree. 2. 12.0-STABLE r341991 amd64 Installed from https://download.freebsd.org/ftp/snapshots/amd64/12.0-STABLE/ 3. 12.0-RELEASE-p1 amd64 Installed from https://download.freebsd.org/ftp/releases/amd64/12.0-RELEASE/ 4. 11.2-STABLE r341995 amd64 Installed from https://download.freebsd.org/ftp/snapshots/amd64/11.2-STABLE/ 5. 11.2-RELEASE-p7 amd64 Installed from https://download.freebsd.org/ftp/releases/amd64/11.2-RELEASE/ Ports tree: r488063 And build of security/clamav-milter succeeded with all cases. Do you use any non-default setting about clamav-milter itself or any of its dependencies? --- Yasuhiro KIMURA