From owner-freebsd-current@FreeBSD.ORG Wed Jul 24 19:01:08 2013 Return-Path: Delivered-To: freebsd-current@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 7FC555AE for ; Wed, 24 Jul 2013 19:01:08 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm16.bullet.mail.bf1.yahoo.com (nm16.bullet.mail.bf1.yahoo.com [98.139.212.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD752691 for ; Wed, 24 Jul 2013 19:01:08 +0000 (UTC) Received: from [66.196.81.174] by nm16.bullet.mail.bf1.yahoo.com with NNFMP; 24 Jul 2013 18:55:23 -0000 Received: from [98.139.211.194] by tm20.bullet.mail.bf1.yahoo.com with NNFMP; 24 Jul 2013 18:55:23 -0000 Received: from [127.0.0.1] by smtp203.mail.bf1.yahoo.com with NNFMP; 24 Jul 2013 18:55:23 -0000 X-Yahoo-Newman-Id: 997482.77700.bm@smtp203.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: WHkKVysVM1kmPlK5royTTG5KWpmbZlRloiifFes.MMVIlwf SSFGbLaXD8oXSAZ8Pgq6sHgv4lGkRrEkXZt2Fz892PAXXFnF1bK29CHq.NTC wbodjaiaDY8ii0X1Qf_LM.XF..HJyY4xEAfJaI8hipkFzShbmWt.BKA6j.ou v.BOE5Q0WwMWKSXFqckS1CZVp5x8uet3iFCE_xG3SO4Y76rlS6MZCSQGjdDP AQsRrRS5ij4YBRkoYIfRZgSSpidCQ.eoa90bO4a0YG2rBOSDF4u3TQhfNiaP Y11VJuNyXArBNNzhOXA7ogrsM.LgLSVQ5eW9i0vaf9DvK65FVrU0WCYg39.v 4uivuPnxjvAdOKEob5.TLV.4WAPILQwaD690Fx_kdyw8NctF2.b0dhRbhxvv P8JSehJJVR8q3vno80X87lwblLAQ3b0C.6zg432qFo6rzgd8kYGUO22qaOSt rdSw_OiHfYTbs2dLurjqGA6K9v.RkIdFhJ6sG4.YIJxaSoQjwI7i6DxRASCf 6gBC1jHRGSe21yGdlxI3zrtFgkw-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf X-Rocket-Received: from [192.168.0.102] (pfg@190.157.126.109 with ) by smtp203.mail.bf1.yahoo.com with SMTP; 24 Jul 2013 11:55:22 -0700 PDT Message-ID: <51F02319.40202@FreeBSD.org> Date: Wed, 24 Jul 2013 13:55:21 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130630 Thunderbird/17.0.7 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: poudriere problems with fuse? References: <20130724183435.GH63694@ithaqua.etoilebsd.net> In-Reply-To: <20130724183435.GH63694@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Adrian Chadd , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 19:01:08 -0000 On 24.07.2013 13:34, Baptiste Daroussin wrote: > On Wed, Jul 24, 2013 at 11:22:57AM -0700, Adrian Chadd wrote: >> Hi Pedro, >> >> Bapt tells me that there are FUSE issues in the most recent -HEAD and >> it's stopping poudriere from running. > Nah poudriere does not use yet fuse :) >> What's the story here? >> > I was about to mail you :) > > It is broken since r248084 apparently the update on the fuse_kernel.h you did is > not in sync with fusefs-libs, resulting in no filesystem to properly work. > > Do you have any insight on the reason of the changes? and I should look at? The change came from upstream. Does it help to revert it all? Another option could be to teach the port to use the kernel header but it doesn't look like that would work either :(. Pedro.