From owner-freebsd-ports@freebsd.org Tue Aug 25 19:18:47 2015 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 A48439C229D for ; Tue, 25 Aug 2015 19:18:47 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id 897F9FA8; Tue, 25 Aug 2015 19:18:46 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (87.18.43.33) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 55BB665304AC9A90; Tue, 25 Aug 2015 21:18:44 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.2/8.14.9) with ESMTP id t7PJIgLb020741; Tue, 25 Aug 2015 21:18:43 +0200 (CEST) (envelope-from ml@netfence.it) Subject: Re: Samba 4.2 crashes To: Stefan Esser References: <55DC91AF.8020108@netfence.it> <55DCAB95.20201@freebsd.org> Cc: freebsd-ports@freebsd.org From: Andrea Venturoli Message-ID: <55DCBF92.5000408@netfence.it> Date: Tue, 25 Aug 2015 21:18:42 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55DCAB95.20201@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 19:18:47 -0000 On 08/25/15 19:53, Stefan Esser wrote: > I have seen that kind of failure when the port was built on a system > that had www/libwww installed. In that case libmd5.so from libwww is > linked to samba in preference of the system's libmd.so. Thanks Stefan. I had seen one of your messages, but did not quite understand it. I wrote you in July, but the message was probably lost. > I sent a note to the port's maintainer, a few weeks ago, but apparently > he did not apply the patch I included, which fixes the port. > > In case you have libwww installed, you can simply temporarily deinstall > it while you build samba42. This worked. Notice however that it was not enough to rebuild samba42. The problem went away when I issued "portupgrade -Rf samba42", so is your patch possibly needed in some dependency too? Maybe we should open a bug report? bye & Thanks av.