From owner-freebsd-current@FreeBSD.ORG Wed Jul 24 20:14:03 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 DBC75894 for ; Wed, 24 Jul 2013 20:14:03 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm30-vm0.bullet.mail.bf1.yahoo.com (nm30-vm0.bullet.mail.bf1.yahoo.com [98.139.213.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6204B298E for ; Wed, 24 Jul 2013 20:14:03 +0000 (UTC) Received: from [98.139.212.147] by nm30.bullet.mail.bf1.yahoo.com with NNFMP; 24 Jul 2013 20:13:55 -0000 Received: from [98.139.211.204] by tm4.bullet.mail.bf1.yahoo.com with NNFMP; 24 Jul 2013 20:13:55 -0000 Received: from [127.0.0.1] by smtp213.mail.bf1.yahoo.com with NNFMP; 24 Jul 2013 20:13:55 -0000 X-Yahoo-Newman-Id: 622184.3416.bm@smtp213.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: vdsApOYVM1nZupUtrrSPmMdKqVy7.mn6_4G_LNQxt01cQrF RiC2h.9j6QNflD9uQ5_N7BhzXuqUBcmH6X02SUy7KvCcdWu3OFFK.upSaBXw DH7YJq8sOuN8O5t.zPFWo956fYYhJvw7ZfS5JFKRp0pTsFQ9EvytpF5aBq9. iIA7aXCh07LjCOYqM9P3OwCazekDk5JBagrTQgm1SH2kqQC5x.6Xvw2rUU8s 0R7uen.n6fK_Ic6AE4l.EDOaSJTKoIacnS3xYfxZPDbYWruoDdheOK3CQs8c 4Sl67QDlLUWJ9DJoaJWfTHA5Nfm0pbmjLLQH4i9ObFwfE3ibp.cmrmjWLOh0 Vk334R8szIWSHkqCcbmtud.eYVeOLbdoEwClnEV0Bo8EaM7K91ylhB_0EwEr SvCvHtTsgyCDwbfmHJZ7t7TbiTebh0qDBJqJRGdO6_ocTRSPiG65RF3KBQh2 QalnyE29qDvgvwB96UFpjVRCc2DBySfJyLbl2alBparZuhbrYlE7Jej_bMIb T_I4aNAzjtXistW0vIAmLdhPH_j2xtdkYCnYBcfI2wCyOpgOqKvQ7Nyz3AR_ z0E0ez76reE7RKg5Vd0WmDmPAWuME8UZIavcWiwvugU59d8DC X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf X-Rocket-Received: from [192.168.0.102] (pfg@190.157.126.109 with ) by smtp213.mail.bf1.yahoo.com with SMTP; 24 Jul 2013 13:13:55 -0700 PDT Message-ID: <51F03581.6060605@FreeBSD.org> Date: Wed, 24 Jul 2013 15:13:53 -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> <51F02319.40202@FreeBSD.org> <20130724190721.GB41432@ithaqua.etoilebsd.net> In-Reply-To: <20130724190721.GB41432@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 20:14:03 -0000 On 24.07.2013 14:07, Baptiste Daroussin wrote: > On Wed, Jul 24, 2013 at 01:55:21PM -0500, Pedro Giffuni wrote: >> 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 :(. > Yes reverting will help r248084 is the last known working revision. I am perfectly OK with reverting, of course. > Updating the header should be done with modification on the code itself to > implement the missing bits. has some things has changed, I have seen some > interesting things https://github.com/bfleischer/fuse-macosx I might probably > have a look at it later. I see, there are least two macosx fuse forks but it appears they were merged into osxfuse. Things become rather confusing since we are using the linux fuse-libs with yet another header and NetBSD has a completely different implementation using puffs with librefuse/libperfuse. For now let's just fix things :). Pedro.