From owner-freebsd-ports@freebsd.org Mon Oct 24 18:55:14 2016 Return-Path: Delivered-To: freebsd-ports@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 75768C1FBE8 for ; Mon, 24 Oct 2016 18:55:14 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34BD18C for ; Mon, 24 Oct 2016 18:55:13 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3t2lpR2KVDzbDH; Mon, 24 Oct 2016 20:55:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1477335309; x=1479149710; bh=msh1UJW3TsnSGIw4Ppr7u2ifF4cddlUMkOI G3Hux3CE=; b=PeqbaFhk4ZyO5vkOc298ubwLVlx90xIAPWpv1QxUDhQZWPVBY9O akJqeT/qlhK2jQc90/oGmxnX1TKFeQxKoBoq4rZCaQgm4fIR4xhwJ7mKgaQyFt5S bjjxJFbbAocxkR05lOtN1lGnEjqu06L27wVcqP4LXhoZmy0OlrMSvOZc= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id Bd9g7Bpx5A6R; Mon, 24 Oct 2016 20:55:09 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 24 Oct 2016 20:55:09 +0200 (CEST) Subject: Re: lighttpd does not pull OpenSSL dependency To: David Demelier References: <2f756004-b35c-b9df-bcec-af596b100edb@gmail.com> Cc: freebsd-ports@freebsd.org From: Guido Falsi Message-ID: Date: Mon, 24 Oct 2016 20:55:08 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 18:55:14 -0000 On 10/24/16 16:28, David Demelier wrote: > 2016-10-24 14:59 GMT+02:00 Guido Falsi : >> Are you generating your own packages? What software are you using to do >> that? > > Yes, I'm using poudriere. However I didn't upgrade poudriere for a > while, maybe I should upgrade it too. The bulk build was clean at time > I ran it, since it was an upgrade no packages were existing. It culd be related. It's at least worth a try. > >> Are you using some directive to enable ports provided ssl library? > > If you mean some tunables in the make.conf files, no. > >> So I'd conclude there's something wrong affecting your builds. What >> about a stray installation of a ports provided ssl library somewhere? > > I'm not sure to understand your question. The bulk build was clean (no > package existing), I'll double check this evening if removing the > lighttpd package to force a rebuild will fix that. > I see but for some reason the port, while building, picked up a ports provided openssl library, it had to be there somehow for the port to pick that up. I have no idea how it could be there though. -- Guido Falsi